Definition
Two square matrices and of the same size are said to be similar if there exists an invertible matrix such that:

Intuition
Matrix similarity indicates that and represent the same linear transformation under different bases. The matrix performs the change of basis. Similar matrices share many fundamental properties, as their core behaviors (eigenvalues, determinant, trace, etc.) are preserved under similarity transformations.

Key Properties

  1. Equivalence Relation:

    • Similarity is reflexive, symmetric, and transitive.
  2. Preservation of Spectral Properties:

    • Similar matrices have the same eigenvalues (including algebraic and geometric multiplicities).
    • Similar matrices have the same characteristic polynomial.
  3. Trace and Determinant:

    • and if .
  4. Rank:

    • Similar matrices have the same rank.
  5. Canonical Forms:

    • Similar matrices can be reduced to simpler forms, such as the Jordan Normal Form or Diagonal Form (if diagonalizable).
  6. Similarity vs. Congruence:

    • Similarity uses , while congruence uses or in the context of symmetric or Hermitian matrices.

Applications

  1. Diagonalization:

    • A matrix is similar to a diagonal matrix if is diagonalizable. In this case, , where contains the eigenvalues of .
  2. Canonical Representations:

    • Similarity is used to reduce matrices to their Jordan Normal Form, simplifying computations in advanced linear algebra.
  3. Change of Basis:

    • Similarity transformations describe how a matrix changes under a change of basis in a vector space.
  4. Control Theory:

    • Similar matrices describe equivalent dynamical systems in different coordinate systems.
  5. Quantum Mechanics:

    • Used to express operators in alternative bases while preserving eigenvalues (observable quantities).

Examples

  1. Diagonalization:
    Let and . Compute:

    showing that is similar to a diagonal matrix.

  2. Non-Diagonalizable Case:
    Let . is not diagonalizable, but it is similar to its Jordan Normal Form:

    where represents the change of basis.