Saved Bookmarks
| 1. |
IF the order of matrix A is mxp and the order of matrix B is pxn ,then the order ofmatrix AB is,nxmmxnnxppxm |
|
Answer» ong>ANSWER: If we are given 2 matrices of with order a×B and c×d, in order to be MULTIPLICABLE, b must be equal to c and the resultant matrix will have order a×d. So USING this formula in this question, We have p = p and so the resultant matrix will have m×n order. So, order of matrix AB is m×n. |
|