Saved Bookmarks
| 1. |
IF the order of matrix A is mxp and theorder of matrix B is pxn ,then the order ofmatrix AB is,nxmmxnnxppxm |
|
Answer» 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. |
|