xprod | R Documentation |
Cross product of two vectors
xprod(A1, A2)
A1 |
3 component vector of x,y,z |
A2 |
3 component vector of x,y,z |
3 component vector of A1 cross A2
Jonathan M. Lees <jonathan.lees@unc.edu>
B1 <- c(4,9,2)
B2 <- c(2,-5,4)
xprod(B1, B2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.