explain matrix operations with suitable examples
Answers
Answered by
3
Answer:
In general, the product obtained by multiplying two matrices will have the same number of rows as the first matrix, and the same number of columns as the second. For example: {2*3} times {3*5} ==> {2*5} {3*2} times {2*4} ==> {3*4} {1*2} times {2*1} ==> {1*1} The last case is the one in the example.
Answered by
6
Answer:
In general, the product obtained by multiplying two matrices will have the same number of rows as the first matrix, and the same number of columns as the second. For example: {2*3} times {3*5} ==> {2*5} {3*2} times {2*4} ==> {3*4} {1*2} times {2*1} ==> {1*1} The last case is the one in the example.
Similar questions