powered by
Cross product of two vectors
xprod(A1, A2)
3 component vector of A1 cross A2
3 component vector of x,y,z
Jonathan M. Lees <jonathan.lees@unc.edu>
B1 <- c(4,9,2) B2 <- c(2,-5,4) xprod(B1, B2)
Run the code above in your browser using DataLab