How do you check if two matrices are the same?
Explanation of conditions of same matrices:
There are 3 conditions which needs to be satisfy for two matrices to be same:
1. Each matrix should have the same number of rows.
2. Each matrix should have the same number of columns.
3. Corresponding elements within each matrix should be equal.
Example:
Number of row of matrices and
Number of column of matrices and
All the corresponding elements are the same .
Therefore,
Hence, The two matrices will be same if they satisfy all the conditions.