powered by
cross.prod(B, A)
B1 = list(x=4, y=9, z=2) B2 = list(x=2,y=-5,z=4) cross.prod(B1, B2)
Run the code above in your browser using DataLab