Multidimensional cross product vector

In summary: The cross product is a vector operation that takes two vectors and produces a third vector that is perpendicular to both of the original vectors and has the length of the product of the two original vectors.
  • #1
Olaf
3
0
Does anyone knows how to compute cross product vector of more than 3 dimensions? It seems all the linear algebra textbooks only discuss 3D cross product vector. What are the formulas?
 
Physics news on Phys.org
  • #2
Olaf said:
Does anyone knows how to compute cross product vector of more than 3 dimensions? It seems all the linear algebra textbooks only discuss 3D cross product vector. What are the formulas?

Look into the wedge product.

If you are interested in the origins read about Grassmann's framework of "Geometric Calculus" and further developments including that by Clifford.

Grassmann breaks geometric calculus into inner and outer products.

You also might want to look at linear algebra (a good graduate book), and look into books that describe tensor algebra.
 
  • #3
Thanks but do you know any info in the internet? I don't have those books you mentioned.
 
  • #5
a cross product of some vectors is supposed to be perpendiculkar to all of them and have lnegth equal to the volume they span, and be right hand oriented.

So if you want there to be only one such vector, you need to start with a product of n-1

vectors in n space. that's why you can multiply 2 of them, only in 3 space. in 4 space the cross product of three vectors makes sense.

But if you are willing to have a product which is more than one vector, maybe some kind of block, you can do it with fewer.

david bachman's book gives a nice treatment of the geometry of this subject.
 

1. What is a multidimensional cross product vector?

A multidimensional cross product vector is a mathematical operation that takes two or more vectors as inputs and outputs a vector that is perpendicular to all of the input vectors. It is often used in geometry and physics to calculate the normal vector to a plane or the torque on a rotating object.

2. How is a multidimensional cross product vector calculated?

The calculation of a multidimensional cross product vector involves taking the determinant of a matrix made up of the input vectors. The resulting vector is the cross product of the input vectors. The formula for calculating the cross product of two vectors in three-dimensional space is:

a x b = (a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1)

3. What are the properties of a multidimensional cross product vector?

A multidimensional cross product vector has the following properties:
- It is perpendicular to all of the input vectors
- Its magnitude is equal to the area of the parallelogram formed by the input vectors
- The order of the input vectors affects the direction of the resulting cross product vector
- The cross product of two parallel vectors is a zero vector
- The cross product of two perpendicular vectors is a vector with a magnitude equal to the product of the magnitudes of the input vectors

4. What are the applications of a multidimensional cross product vector?

Multidimensional cross product vectors have many applications in mathematics, physics, and engineering. Some examples include:
- Calculating torque in mechanics
- Finding the normal vector to a plane in geometry
- Determining the direction of magnetic fields
- Solving equations in vector calculus
- Creating 3D computer graphics
- Constructing 3D models in physics simulations

5. Are there any limitations to using a multidimensional cross product vector?

While multidimensional cross product vectors are a useful mathematical tool, they have some limitations. For example, they can only be calculated for vectors in three or more dimensions. Additionally, the cross product is not defined for all types of vector spaces, such as complex or polar coordinate systems. It is important to use caution when using cross products, as they can sometimes produce counterintuitive results or be difficult to visualize in higher dimensions.

Similar threads

Replies
14
Views
1K
  • Linear and Abstract Algebra
Replies
32
Views
3K
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
33
Views
814
  • Linear and Abstract Algebra
Replies
10
Views
343
  • Linear and Abstract Algebra
Replies
14
Views
632
  • Linear and Abstract Algebra
Replies
9
Views
186
Replies
10
Views
718
  • Linear and Abstract Algebra
Replies
4
Views
866
  • Linear and Abstract Algebra
Replies
11
Views
2K
Back
Top