Linear Algebra
Cross Product (3D)
Vector perpendicular to two 3D vectors.
Formula
Formula
u × v
Variables
| Symbol | Definition | Type & range | Units | Role |
|---|---|---|---|---|
| u | first 3D vector | list of real numbers | — | input |
| v | second 3D vector | list of real numbers | — | input |
Try it yourself
Interactive calculator
Worked examples
Example 1
Givenu = 1, 0, 0, v = 0, 1, 0
Result[ 0, 0, 1 ]
Example 2
Givenu = 2, 3, 4, v = 5, 6, 7
Result[ -3, 6, -3 ]