Matrix Equality (page 3 of 3)

Sections: Augmented & coefficient matrices / Matrix size, Matrix notation & types, Matrix equality


For two matrices to be equal, they must be of the same size and have all the same entries in the same places. For instance, suppose you have the following two matrices:

These matrices cannot be the same, since they are not the same size. Even if A and B are the following two matrices:

...they are still not the same. Yes, A and B each have six entries, and the entries are even the same numbers, but that is not enough for matrices. A is a 3 × 2 matrix and B is a 2 × 3 matrix, and, for matrices, 3 × 2 does not equal 2 × 3! It doesn't matter if A and B have the same number of entries or even the same numbers as entries. Unless A and B are the same size and the same shape and have the same values in exactly the same places, they are not equal.

This property of matrix equality can be turned into homework questions. You will be given two matrices, and you will be told that they are equal. You will need to use this equality to solve for the values of variables.

Don't let matrices scare you. Yes, they're different from what you're used to, but they're not so bad (at least not until you try to multiply them, but that's another lesson for another time).


Original URL: https://www.purplemath.com/modules/matrices3.htm

Copyright 2009 Elizabeth Stapel; All Rights Reserved.
Terms of Use:
http://www.purplemath.com/terms.htm