How do you Compare Two Matrices?
Finding the comparison of matrices:
Matrix is a set of numbers arranged in rows and columns so as to form a rectangular array. The numbers are called the elements, or entries, of the matrix.
Matrices can be compared by following these two conditions :
If rows and columns are equal and corresponding elements are same then matrices are equal matrices .
Hence, Matrices can be compared by checking their number of rows and columns and corresponding elements .