Two matrices A = [aij] and B = [bij] are said to be equal if
- they are of the same order.
- each element of A is equal to the corresponding element of B. i.e., aij = bij for all i and j.
Symbolically we write equal matrix as A = B and for not equal matrix as A ≠ B.