logo

Matrix Similarity 📂Matrix Algebra

Matrix Similarity

Definition1

A square matrix AA, BB and an invertible matrix PP are said to be BB is similar to AA if the following equation holds.

B=P1AP B = P^{-1} A P

Description

The reason why it is called similar is because similar matrices share many important properties. This is called similarity invariant or invariant under similarity.

Conjugate

When the given equation is expressed for BB,

B=P1AP B = P^{-1} A P

it is easy to see that the similarity relation is symmetric. Algebraically, it could be said that AA and BB are conjugate to each other with respect to PP.

Theorem

Let’s assume AA and BB are similar matrices.

  • Determinant: The determinant of AA and BB are the same.

  • Invertibility: If AA is an invertible matrix, then BB is also an invertible matrix.

  • Rank: The rank of AA and BB is the same.

  • Nullity: The nullity of AA and BB is the same.

  • Trace: The trace of AA and BB is the same.

  • Characteristic Equation: The characteristic equation of AA and BB is the same. (Proof)

    • Eigenvalues: The eigenvalues of AA and BB are the same.
  • Eigenvectors: If λ\lambda is an eigenvalue of AA, then the dimension of the eigenspace corresponding to λ\lambda for AA and the dimension of the eigenspace corresponding to λ\lambda for BB are the same.


  1. Howard Anton, Elementary Linear Algebra: Applications Version (12th Edition, 2019), p301-302 ↩︎