powered by
cprod(u, v, h = "right")
## DEFINE TWO 3D VECTORS u <- c(1, 0, 0) v <- c(0, 1, 0) ## FIND THE CROSS PRODUCT cprod(u, v)
Run the code above in your browser using DataLab