Fiveable

๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I Unit 6 Review

QR code for Abstract Linear Algebra I practice questions

6.4 Similar Matrices and Eigenvalue Properties

๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I
Unit 6 Review

6.4 Similar Matrices and Eigenvalue Properties

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I
Unit & Topic Study Guides

Similar matrices share key properties, like eigenvalues and characteristic polynomials. They represent the same linear transformation in different bases. This concept is crucial for understanding how different matrix representations can describe the same underlying mathematical structure.

Eigenvalues and eigenvectors are fundamental in characterizing linear transformations. They help simplify complex matrix operations, enable diagonalization, and provide insights into a matrix's behavior. Understanding these properties is essential for solving various problems in linear algebra and its applications.

Matrix Similarity and Similar Matrices

Definition and Properties

  • Two square matrices A and B are similar if there exists an invertible matrix P such that $B = P^{-1}AP$
    • Similar matrices represent the same linear transformation with respect to different bases (e.g., a rotation matrix in different coordinate systems)
  • Similarity is an equivalence relation on the set of square matrices, meaning it is:
    • Reflexive: A is similar to A
    • Symmetric: If A is similar to B, then B is similar to A
    • Transitive: If A is similar to B and B is similar to C, then A is similar to C
  • The matrix P in the similarity transformation is called the change of basis matrix
    • It transforms the basis in which A is represented to the basis in which B is represented
  • If A and B are similar, then $A^n$ and $B^n$ are also similar for any positive integer n

Similarity and Matrix Powers

  • If A and B are similar matrices, then $A^n$ and $B^n$ are also similar for any positive integer n
    • This property follows from the definition of matrix similarity: $B^n = (P^{-1}AP)^n = P^{-1}A^nP$
  • Example: If A is similar to a diagonal matrix D, then $A^n$ is similar to $D^n$ for any positive integer n
    • Raising a diagonal matrix to a power is equivalent to raising each diagonal entry to that power
  • This property is useful for simplifying computations involving matrix powers, especially when a matrix is diagonalizable

Eigenvalues of Similar Matrices

Characteristic Polynomial and Eigenvalues

  • If A and B are similar matrices, then they have the same characteristic polynomial, $\det(A - \lambda I) = \det(B - \lambda I)$
    • The roots of the characteristic polynomial are the eigenvalues of the matrix
  • Since similar matrices have the same characteristic polynomial, they must also have the same eigenvalues
    • This is a fundamental property of matrix similarity
  • The algebraic multiplicity of an eigenvalue (the number of times it appears as a root of the characteristic polynomial) is preserved under similarity transformations
  • However, the geometric multiplicity of an eigenvalue (the dimension of the eigenspace associated with that eigenvalue) may change under similarity transformations

Geometric Multiplicity and Eigenspaces

  • The geometric multiplicity of an eigenvalue $\lambda$ is the dimension of the eigenspace associated with $\lambda$
    • The eigenspace of $\lambda$ is the set of all vectors v (including the zero vector) such that $Av = \lambda v$
  • While the algebraic multiplicity of an eigenvalue is preserved under similarity transformations, the geometric multiplicity may change
    • This is because the eigenvectors associated with an eigenvalue can change under a similarity transformation
  • Example: A non-diagonalizable matrix (e.g., a Jordan block matrix) can be similar to a diagonal matrix with the same eigenvalues but different geometric multiplicities

Diagonalizing Matrices

Diagonalization and Eigenvectors

  • A matrix A is diagonalizable if it is similar to a diagonal matrix D, i.e., there exists an invertible matrix P such that $D = P^{-1}AP$
    • The diagonal entries of D are the eigenvalues of A, and the columns of P are the corresponding eigenvectors of A
  • A matrix is diagonalizable if and only if it has a full set of linearly independent eigenvectors
    • The number of linearly independent eigenvectors must equal the size of the matrix
  • To diagonalize a matrix A:
    1. Find its eigenvalues and corresponding eigenvectors
    2. Form the matrix P using the eigenvectors as columns
    3. Compute $D = P^{-1}AP$

Applications of Diagonalization

  • Diagonalization simplifies matrix operations, such as:
    • Computing matrix powers: $A^n = PD^nP^{-1}$, where $D^n$ is obtained by raising each diagonal entry of D to the power n
    • Computing matrix exponentials: $e^A = Pe^DP^{-1}$, where $e^D$ is obtained by applying the exponential function to each diagonal entry of D
  • Diagonalization is also used in various applications, such as:
    • Principal component analysis (PCA) in data science and machine learning
    • Quantum mechanics to find the energy eigenstates of a system
    • Stability analysis of dynamical systems

Eigenvalues and Linear Transformations

Eigenvectors and Eigenvalues

  • Eigenvectors of a linear transformation T are the non-zero vectors v for which $T(v) = \lambda v$, where $\lambda$ is the corresponding eigenvalue
    • Eigenvalues and eigenvectors characterize the behavior of a linear transformation in the direction of the eigenvectors
  • If v is an eigenvector of T with eigenvalue $\lambda$, then the linear transformation T scales v by a factor of $\lambda$ in the same direction as v
    • Example: If $T(v) = 2v$, then v is an eigenvector of T with eigenvalue 2, and T stretches v by a factor of 2 in the same direction as v

Eigenspaces and Geometric Multiplicity

  • The eigenspace associated with an eigenvalue $\lambda$ is the set of all vectors v (including the zero vector) such that $T(v) = \lambda v$
    • It is a subspace of the domain of T
  • The dimension of the eigenspace is the geometric multiplicity of the corresponding eigenvalue
    • If the geometric multiplicity of an eigenvalue equals its algebraic multiplicity, then the eigenspace is said to be complete
  • Example: If a 3x3 matrix A has eigenvalues 1, 2, and 2, with corresponding eigenspaces of dimensions 1, 1, and 1, then A is diagonalizable

Eigenvalue Properties under Operations

Transpose and Scalar Multiplication

  • The eigenvalues of a matrix A and its transpose $A^T$ are the same
    • This is because A and $A^T$ have the same characteristic polynomial
  • If $\lambda$ is an eigenvalue of A, then $k\lambda$ is an eigenvalue of kA for any scalar k
    • This property follows from the definition of eigenvalues: If $Av = \lambda v$, then $(kA)v = k(Av) = k\lambda v$

Matrix Addition and Multiplication

  • If $\lambda_1$ and $\lambda_2$ are eigenvalues of matrices A and B, respectively, then $\lambda_1 + \lambda_2$ is an eigenvalue of A + B
    • Note that this property holds only if A and B have the same eigenvectors
  • If $\lambda_1$ and $\lambda_2$ are eigenvalues of matrices A and B, respectively, then $\lambda_1\lambda_2$ is an eigenvalue of AB (assuming AB is defined)
    • This property holds even if A and B have different eigenvectors

Special Matrices

  • The eigenvalues of a triangular matrix (upper or lower triangular) are the entries on its main diagonal
    • This is because the characteristic polynomial of a triangular matrix is the product of its diagonal entries
  • The sum of the eigenvalues of a matrix A is equal to the trace of A (the sum of its diagonal entries)
    • This property follows from the relationship between the coefficients of the characteristic polynomial and the eigenvalues
  • The product of the eigenvalues of a matrix A is equal to the determinant of A
    • This property also follows from the relationship between the coefficients of the characteristic polynomial and the eigenvalues