Cross Command

From GeoGebra Manual
Revision as of 16:06, 26 August 2015 by Markus.winkler (talk | contribs) (changed CAS syntax description)
Jump to: navigation, search


Cross[ <Vector u> , <Vector v> ]
Calculates the cross product of u and v.
Example:
Cross[{1, 3, 2}, {0, 3, -2}] yields {-12, 2, 3}.
Note: In the Input Bar you can also use u ⊗ v.
Note Hint: If a vector in the Menu view cas.svg CAS View contains undefined variables, the command yields a formula for the cross product.
Example:
Cross[{a, b, c}, {d, e, f}] yields {b f - c e, -a f + c d, a e - b d}.
Note:
See also Dot Command.
© 2024 International GeoGebra Institute