Which of the following statements are True or False

Two matrices are equal if they have same number of rows and same number of columns.

False

Two matrices are equal if they have same number of rows and same number of columns and corresponding elements within each matrix are equal or identical.


For example:


A = , B =


Here both matrices have two rows and two columns.


Also, they both have same elements.


84