Matrix Division Mathcad Prime 3.0
Hi,
I have an issue where I have a 5x7 Matrix that I would like to divide each element with the correlating value from a 1x7 vector (element 1,1 in matrix divided by element 1,1 in vector, then element 1,2 in matrix divided by element 1,1 in vector etc.)
I.e. to simplify it would be like this:
a= [1, 2, 3
4, 5, 6]
b=[1, 2]
c=[1/1, 2/1, 3/1 = [1, 2, 3
4/2, 5/2, 6/2] 2, 2.5, 3]
I can't find the command to do this division (if it exists). Anyone that can help me?
BR,
Fredrik

