Definition
similarity transformation relates two matrices and that represent the same linear operator under different bases. is similar to if there exists an invertible matrix such that: where is the change-of-basis matrix.
- How to read: “The matrix B equals M inverse times A times M.”
- Meaning: and describe the same linear transformation in two different coordinate systems; 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 is the coordinate vector in basis and in basis , then .
- 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 , i.e., , where 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 become trivial.
- Unitary Similarity: If is a unitary matrix (where ), the transformation 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: is an isometry (rotation/reflection in complex space); similarity by changes coordinates without distorting geometry.