Enter your problem here

Answer

Want to find the Cross Product of Matrix??
Just write the given matrix in rowwise manner
Ex. cross([1,2,3], [4,5,6]) || Answer = [-3,6,-3]
Ex. cross([x+1,2,tan(x)], [4,x^2,1/x]) || Answer = [-tan(x)*x^2+2*x^(-1),-(1+x)*x^(-1)+4*tan(x),(1+x)*x^2-8]