Saved Bookmarks
| 1. |
Matrix A cannot be multiplied itself if A is? |
|
Answer» Answer: To MULTIPLY 2 matrices the number of columns of FIRST matrix should be equal to number of rows of second matrix.. Here if we you WANT to multiply the matrix with itself no of rows should be equal to no of columns .. Which means it should be a square matrix . If the matrix is not a square matrix you cannot multiply it with itself |
|