Enter your problem here

Answer

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