

InterviewSolution
Saved Bookmarks
1. |
Two matrices are equal. If they have same number of rows and same number columns. |
Answer» False If two matrices have same number of rows and same number of columns, then they are said to be square matrix and it two square matrices have same elements in both the matrices only then they are called equal. |
|