Similar Matrices and Their Properties

Let and be matrices. Then the products and are both matrices. In most cases the products and are not equal.

However, for some pairs of matrices and , we are able to find an invertible matrix such that . This leads to the following definition.

The following theorem shows that similarity () satisfies reflexive, symmetric, and transitive properties.

Proof
item:reflexive It is clear that (let ).

item:symmetric If then for some invertible matrix ,

and so But then which shows that .

item:transitive Now suppose and . Then there exist invertible matrices such that

Then, showing that is similar to .

Any relation satisfying the reflexive, symmetric and transitive properties is called an equivalence relation. Theorem th:similarityequivalence proves that similarity between matrices is an equivalence relation. Practice Problem prob:lessthan gives a good example of a relation that is NOT an equivalence relation.

As we will see later, similar matrices share many properties. Before proceeding to explore these properties, we pause to introduce a simple matrix function that we will continue to use throughout the course.

It is easy to see that and that holds for all matrices and and all scalars . The following fact is more surprising.

Proof
Write and . For each , the -entry of the matrix is given as follows: . Hence Similarly we have . Since these two double sums are the same, we have proven the theorem.

The following theorem lists a number of properties shared by similar matrices.

Proof
Let for some invertible matrix .

For th:properties_similar_det, because (Theorem th:detofinverse).

Similarly, for th:properties_similar_rank , because multiplication by an invertible matrix cannot change the rank. To see this, note that any invertible matrix is a product of elementary matrices. Multiplying by elementary matrices is equivalent to performing elementary row (column) operations on , which does not change the row (column) space, nor the rank. It follows that similar matrices have the same rank.

For th:properties_similar_trace, we make use of Theorem th:trAB=trBA:

As for th:properties_similar_char_poly, so and have the same characteristic equation. Finally, th:properties_similar_char_poly implies th:properties_similar_eig because the eigenvalues of a matrix are the roots of its characteristic polynomial.

Even though the properties in Theorem th:properties_similar cannot be used to show two matrices are similar, these properties come in handy for showing that two matrices are NOT similar.

The next theorem shows that similarity is preserved under inverses, transposes, and powers:

Proof
See Practice Problem prob:similarproperties.

Practice Problems

At the beginning of this section we mentioned that similarity of matrices is an equivalence relation.

An equivalence relation is a binary relation on elements of a set that has the following properties:

  • The reflexive property: for every
  • The symmetric property: If , then for every
  • The transitive property: If and , then for every

Let be the set of all positive integers. We can show that the relation “less than” (symbolized by ) is NOT an equivalence relation on this set. To see this, note that “less than” is not reflexive, because is not true for any positive integer .

(a)
Is the relation “less than” symmetric? YesNo
(b)
Is the relation “less than” transitive? YesNo
Another relation between matrices we have studied in this course is that two matrices can be “row equivalent”. Is the relation “row equivalent”
(a)
reflexive? YesNo
(b)
symmetric? YesNo
(c)
transitive? YesNo
By computing the trace, determinant, and rank, show that and are not similar in each case.
,
,
,
,
,
Show that and are not similar.
If is invertible, show that is similar to for all .
Show that the only matrix similar to a scalar matrix , , is itself.
Let be an eigenvalue of with corresponding eigenvector . If is similar to , show that is an eigenvector of corresponding to .

Text Source

The text in this section is a compilation of material from Section 7.2.1 of Ken Kuttler’s A First Course in Linear Algebra (CC-BY) and Section 5.5 of Keith Nicholson’s Linear Algebra with Applications (CC-BY-NC-SA).

Ken Kuttler, A First Course in Linear Algebra, Lyryx 2017, Open Edition, p. 362-364.

Many of the Practice Problems are Exercises from W. Keith Nicholson, Linear Algebra with Applications, Lyryx 2018, Open Edition, pp. 298-310.