

InterviewSolution
Saved Bookmarks
1. |
If `A`is any `mxxn`such that `A B`and `B A`are both defined showthat `B`is an `nxxm`matrix. |
Answer» Since AB is defined, we have number of rows in B=numbers of columns in A=n. Again, since BA is defined, we have number of columns in B= number of rows in A=m. Hence, the order of B is `nxxm`. |
|