| Expression | Description | Examples |
|
A matrix. Enclose each row within [ ]. |
[2 1 0] [4 7 3] [2 0 1] |
|
A vector, with initial point P and terminal point Q. | ->PQ |
|
Vectors
Component form is defined with initial point at the origin, and terminal point |
v = <-5,12> |
|
The norm, or length, of vector
|
If v = <-5,12>,
|
or u . v |
Dot product. Only use u . v if there can be no ambiguity with a period or decimal point. |
u dot v u . v |
or u x v |
Cross product. Only use u x v if there can be no ambiguity with the letter x or the ordinary multiplication operator. |
u cross v u x v |
|
Positive infinity. Negative infinity. |
lim x-> -oo x^2 = oo |