Answer:
Explanation:
Generally, a matrix is referred to as
where n is the number of rows and m is the number of columns.
Therefore:
- L is a 2 x 2 matrix
- M is a 4 x 2 matrix
- N is a 4 x 2 matrix
- P is a 2 x 2 matrix
- Q is a 2 x 1 matrix
Matrices can be added or subtracted only when they are the same size.
Matrices N and Q are different sizes. Therefore, the operation is not defined.
Matrices M and N are the same size. Therefore, the operation is defined.
Matrices Q and L are different sizes. Therefore, the operation is not defined.
Matrices M and P are different sizes. Therefore, the operation is not defined.