Student[LinearAlgebra]
CrossProduct
compute the cross product of two Vectors
`&x`
Calling Sequence
Parameters
Description
Examples
Compatibility
CrossProduct(U, V, options)
U &x V
U, V
-
three-dimensional Vectors
options
(optional) parameters; for a complete list, see LinearAlgebra[CrossProduct]
The CrossProduct(U, V) function computes the cross product of Vectors U and V.
This command can also be entered using the infix notation . No additional parameters can be provided in this case.
If W := CrossProduct(U, V), then W is a Vector with the following entries.
If both U and V are row Vectors, their cross product is also a row Vector. Otherwise, a column Vector is returned.
The Student[LinearAlgebra][CrossProduct] and Student[LinearAlgebra][`&x`] commands were introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
Operators in Student LinearAlgebra
Student[LinearAlgebra][CrossProductPlot]
Vector
Download Help Document