Add: | Scalar, | Point, | Vector. | Subtract: | Scalar, | Point, | Vector. | Multiply: | Scalar, | Point, | Vector. | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Scalar: | Scalar | ― | ― | Scalar | ― | ― | Scalar | ― | Vector | |||
Point: | ― | ― | Point | ― | Vector | Point | ― | ― | ― | |||
Vector: | ― | Point | Vector | ― | ― | Vector | Vector | ― | Depends |
Name | Symbol | Result | Order matters? | Depends on lengths? | Depends on the right-hand rule? |
---|---|---|---|---|---|
Dot product | ⋅ | Scalar | No | Yes | No |
Cross product | × | Scalar in 2D, vector in 3D |
Yes | Yes | Yes |
The cross product in 2 dimensions is not in the textbook; here is the formula for it (using the right-hand rule):
〈a, b〉 × 〈c, d〉 = ad − bc.Geometrically,
u × v = |u| |v| sin∠(u, v),where ∠(u, v), the measure of the angle from u to v, is positive if this angle is counterclockwise (using the right-hand rule) and negative if it's clockwise.
The permanent URI of this web page
is
http://tobybartels.name/MATH-2080/2015SP/vecops/
.