No BSD License  

Highlights from
Several kinds of Mathematical examples!

from Several kinds of Mathematical examples! by Giovani Tonel
Here there are several kinds of Mathematical problems!

vecprod(X,Y)
function Z = vecprod(X,Y)
Z = [X(2)*Y(3) - X(3)*Y(2);
     X(3)*Y(1) - X(1)*Y(3);
     X(1)*Y(2) - X(2)*Y(1)];
 

Contact us at files@mathworks.com