Equality of Matrices
Two matrices A and B are said to be equal if
- Both the matrices A and B are of the same order or size.
- The corresponding entries in both the matrices A and B are equal.
The matrices A = [aij]m×n and B = [bij]p×q are equal if
- m = p, n = q
- aij = bij for every i and j