Difference between revisions of "Cross Command"

From GeoGebra Manual
Jump to: navigation, search
Line 3: Line 3:
 
;Cross[ <Vector u> , <Vector v> ]
 
;Cross[ <Vector u> , <Vector v> ]
 
:Calculates the [[w:Cross_product|cross product]] of ''u'' and ''v''.
 
:Calculates the [[w:Cross_product|cross product]] of ''u'' and ''v''.
:{{example| 1=<div><code><nowiki>Cross[{1, 3, 2}, {0, 3, -2}]</nowiki></code> gives ''{-12, 2, 3}''.</div>}}
+
:{{example| 1=<div><code><nowiki>Cross[{1, 3, 2}, {0, 3, -2}]</nowiki></code> yields ''{-12, 2, 3}''.</div>}}
 
:If a vector contains undefined variables, it yields a formula for the cross product.
 
:If a vector contains undefined variables, it yields a formula for the cross product.
:{{example|1=<code><nowiki>Cross[{a,b,c}, {d,e,f}]</nowiki></code> gives "{b f - c e, -a f + c d, a e - b d}".}}
+
:{{example|1=<code><nowiki>Cross[{a, b, c}, {d, e, f}]</nowiki></code> yields "{b f - c e, -a f + c d, a e - b d}".}}
 
{{note| 1=<div>
 
{{note| 1=<div>
 
*In the [[Input Bar]] you can also use <code>u ⊗ v</code>.
 
*In the [[Input Bar]] you can also use <code>u ⊗ v</code>.
 
*See also [[Dot Command]].
 
*See also [[Dot Command]].
 
</div>}}
 
</div>}}

Revision as of 12:32, 7 September 2011


This command works in CAS View only.

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:
© 2024 International GeoGebra Institute