powered by
Calculate the cross product as defined in linear algebra; note that this differs from the cross product as defined by R.
laCrossProd(x, y)
Cross product of x and y.
x
y
vector of length 3.
x=c(1,2,1) y=1:3 laCrossProd(x,y)
Run the code above in your browser using DataLab