Algorithm for Vector Cross Product of N Dimensions

G

GArlington

The cross product of two vectors is defined
only for dimension N = 3.

A formal expression for the cross product
between u = (a,b,c) and v = (p,r,q) is
u x v =
| X Y Z |
| a b c |
| p q r |
where unit vectors X = (1,0,0), Y = (0,1,0),
and Z = (0,0,1) are treated as commuting with
the scalars in this determinant formula.

Writing this out explicitly:

u x v = (br-cq,cp-ar,aq-bp)

The cross product u x v has the characteristic
of being orthogonal (perpendicular) to both u
and v. A higher dimensional analog can be
obtained from the formal expression above,
but it would require in N dimensions the input
of N-1 vectors. Hence only in three dimensions
is it the cross product of two vectors.

regards, chip

I was just wondering: what is the difference between vectors X =
(1,0,0) and Y = (1,0) and in fact Z = (1)?
 
W

Wildemar Wildenburger

GArlington said:
I was just wondering: what is the difference between vectors X =
(1,0,0) and Y = (1,0) and in fact Z = (1)?

Uhm ... the dimension?

/W
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top