cross
Cross product.
📝 Syntax
R = cross(A, B)
R = cross(A, B, dim)
📥 Input argument
A, B - numeric arrays.
dim - positive integer scalar: Dimension to operate along.
📤 Output argument
R - Vector cross Product.
📄 Description
R = cross(A, B) returns the cross product of A andB.
📚 Bibliography
https://en.wikipedia.org/wiki/Cross_product
💡 Example
🔗 See also
dot.
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?