Small fix
This commit is contained in:
parent
9e19e2f3a7
commit
eee9fa5a70
|
@ -231,7 +231,7 @@ The \key{cross product} $a \times b$ of vectors
|
||||||
$a=(x_1,y_1)$ and $b=(x_2,y_2)$ equals $x_1 y_2 - x_2 y_1$.
|
$a=(x_1,y_1)$ and $b=(x_2,y_2)$ equals $x_1 y_2 - x_2 y_1$.
|
||||||
The cross product tells us whether $b$
|
The cross product tells us whether $b$
|
||||||
turns left (positive value), does not turn (zero)
|
turns left (positive value), does not turn (zero)
|
||||||
or turns to right (negative value)
|
or turns right (negative value)
|
||||||
when it is placed directly after $a$.
|
when it is placed directly after $a$.
|
||||||
|
|
||||||
The following picture illustrates the above cases:
|
The following picture illustrates the above cases:
|
||||||
|
|
Loading…
Reference in New Issue