Andromeda
Note

Change Of Basis

Definition

similarity transformation relates two matrices AA and BB that represent the same linear operator under different bases. BB is similar to AA if there exists an invertible matrix MM such that: B=M1AMB = M^{-1}AM where MM is the change-of-basis matrix.

  • How to read: “The matrix B equals M inverse times A times M.”
  • Meaning: AA and BB describe the same linear transformation in two different coordinate systems; MM converts between them.

Why It Matters

It allows us to view a problem from the most “transparent” mathematical perspective, simplifying complex transformations into their most intuitive forms.

Core Concepts

  • Invariants: Similar matrices share the same eigenvalues, determinant, trace, and rank.
  • Coordinate Vectors: If [v]V[v]_V is the coordinate vector in basis VV and [v]W[v]_W in basis WW, then [v]W=M1[v]V[v]_W = M^{-1}[v]_V.
    • How to read: “The coordinate vector v with respect to basis W equals M inverse times the coordinate vector v with respect to basis V.”
    • Meaning / when to use: To express the same geometric vector in a new basis, multiply by the change-of-basis matrix (or its inverse, depending on direction).
  • Diagonalization: A matrix is diagonalizable if it is similar to a diagonal matrix Λ\Lambda, i.e., Λ=S1AS\Lambda = S^{-1}AS, where SS is the matrix of eigenvectors.
    • How to read: “The matrix lambda equals S inverse times A times S.”
    • Meaning: In the eigenvector basis, the transformation acts by simple scaling along each axis—powers and exponentials of AA become trivial.
  • Unitary Similarity: If MM is a unitary matrix UU (where UHU=IU^H U = I), the transformation U1AU=UHAUU^{-1}AU = U^H AU preserves lengths and angles (e.g., Spectral Theorem for Hermitian matrices).
    • How to read: “The matrix U Hermitian times U equals the identity matrix I.”
    • Meaning: UU is an isometry (rotation/reflection in complex space); similarity by UU changes coordinates without distorting geometry.

Connected Concepts