Cross Command

From GeoGebra Manual
Revision as of 16:10, 1 January 2013 by Bot (talk | contribs) (Bot: Automated text replacement (-{{betamanual|version=4.2}} + ))
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:

CAS Syntax

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}.
If a vector contains undefined variables, it 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