3.5 Cross Product

Computing the cross product of <2,3,-1> and <1,1,1>:

>> cross([2 3 -1], [1 1 1]) ans = 4 -3 -1