Difference between revisions of "The Cross Product"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
The cross product of <math> \mathbf{u} </math> and <math> \mathbf{v} </math> can also be written in determinant form like so: | The cross product of <math> \mathbf{u} </math> and <math> \mathbf{v} </math> can also be written in determinant form like so: | ||
− | <math>\mathbf{w} = det\begin{vmatrix} | + | <math>\mathbf{w} = \textrm{det}\begin{vmatrix} |
i & j & k\\ | i & j & k\\ | ||
u_1 & u_2 & u_3\\ | u_1 & u_2 & u_3\\ |
Revision as of 17:27, 20 September 2021
The cross product is an operation between two 3-dimensional vectors that returns a third vector orthogonal (i.e., perpendicular) to the first two. For vectors and , the cross product of and (notated as ) is . The cross product of and can also be written in determinant form like so:
Resources
- The Cross Product, OpenStax
- Cross Product, Cornell University