Fiveable

๐Ÿ“ˆLinear Algebra 101 Unit 4 Review

QR code for Linear Algebra 101 practice questions

4.1 Calculate eigenvalues and eigenvectors of a matrix

4.1 Calculate eigenvalues and eigenvectors of a matrix

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025

Eigenvalues and eigenvectors are key concepts in linear algebra. They help us understand how matrices transform vectors and reveal important properties of linear transformations.

Calculating eigenvalues involves solving the characteristic equation, while eigenvectors are found by solving a system of equations. These tools are crucial for analyzing matrix behavior and solving problems in various fields.

Eigenvalues and Eigenvectors of Matrices

Definition and Properties

  • An eigenvalue ฮป\lambda of a square matrix AA is a scalar value that satisfies the equation Ax=ฮปxAx = \lambda x for some non-zero vector xx
  • An eigenvector xx of a square matrix AA is a non-zero vector that, when multiplied by AA, yields a scalar multiple of itself: Ax=ฮปxAx = \lambda x, where ฮป\lambda is the corresponding eigenvalue
  • Eigenvalues and eigenvectors are only defined for square matrices
  • A matrix can have multiple eigenvalues and eigenvectors, or none at all
  • The set of all eigenvectors corresponding to a particular eigenvalue, along with the zero vector, forms an eigenspace

Importance and Applications

  • Eigenvalues and eigenvectors have numerous applications in various fields, such as:
    • Physics (quantum mechanics, vibration analysis)
    • Computer graphics (transformations, compression)
    • Data analysis (principal component analysis)
    • Differential equations (stability analysis)
  • Understanding the eigenvalues and eigenvectors of a matrix provides insights into its properties and behavior when transformed or multiplied by other matrices

Characteristic Equation of a Matrix

Definition and Properties

  • The characteristic equation of a square matrix AA is detโก(Aโˆ’ฮปI)=0\det(A - \lambda I) = 0, where II is the identity matrix of the same size as AA, and detโก\det represents the determinant
  • The characteristic equation is a polynomial equation in terms of ฮป\lambda, the degree of which is equal to the size of the matrix AA
  • The roots of the characteristic equation are the eigenvalues of the matrix AA
Definition and Properties, linear algebra - Find eigenvalues given A and eigenvectors - Mathematics Stack Exchange

Calculating the Characteristic Equation

  • To find the characteristic equation, follow these steps:
    1. Subtract ฮปI\lambda I from the matrix AA, where II is the identity matrix of the same size as AA
    2. Calculate the determinant of the resulting matrix Aโˆ’ฮปIA - \lambda I
    3. Set the determinant equal to zero and simplify the equation to obtain the characteristic equation
  • The characteristic equation will be a polynomial in terms of ฮป\lambda, with the highest degree term being ฮปn\lambda^n, where nn is the size of the matrix AA

Finding Eigenvalues

Solving the Characteristic Equation

  • To find the eigenvalues of a matrix AA, solve the characteristic equation detโก(Aโˆ’ฮปI)=0\det(A - \lambda I) = 0 for ฮป\lambda
  • The solutions to the characteristic equation, i.e., the values of ฮป\lambda that satisfy the equation, are the eigenvalues of the matrix AA
  • The number of distinct eigenvalues of a matrix is less than or equal to the size of the matrix

Repeated Eigenvalues and Algebraic Multiplicity

  • A matrix may have repeated eigenvalues, which occur when the characteristic equation has multiple roots with the same value
  • The algebraic multiplicity of an eigenvalue is the number of times it appears as a root of the characteristic equation
  • If an eigenvalue has an algebraic multiplicity greater than 1, the matrix is said to have a repeated eigenvalue
Definition and Properties, matrices - Eigenvalues and Eigenspaces - Mathematics Stack Exchange

Calculating Eigenvectors

Solving for Eigenvectors

  • For each eigenvalue ฮป\lambda, solve the equation (Aโˆ’ฮปI)x=0(A - \lambda I)x = 0 to find the corresponding eigenvectors xx
  • The solution to (Aโˆ’ฮปI)x=0(A - \lambda I)x = 0 is a vector space, known as the eigenspace of AA corresponding to the eigenvalue ฮป\lambda
  • To find an eigenvector, choose a non-zero vector from the eigenspace by setting one of the variables to a non-zero value (usually 1) and solving for the remaining variables

Linearly Independent Eigenvectors

  • If an eigenvalue has an algebraic multiplicity greater than 1, there may be multiple linearly independent eigenvectors associated with that eigenvalue
  • The number of linearly independent eigenvectors corresponding to an eigenvalue is called its geometric multiplicity
  • The geometric multiplicity of an eigenvalue is always less than or equal to its algebraic multiplicity

Verifying Eigenvector Solutions

Checking the Eigenvalue-Eigenvector Equation

  • To verify that a vector xx is indeed an eigenvector of a matrix AA corresponding to an eigenvalue ฮป\lambda, check if the equation Ax=ฮปxAx = \lambda x holds true
  • Multiply the matrix AA by the eigenvector xx and compare the result with the product of the eigenvalue ฮป\lambda and the eigenvector xx

Importance of Verification

  • If Ax=ฮปxAx = \lambda x is satisfied, then xx is confirmed to be an eigenvector of AA corresponding to the eigenvalue ฮป\lambda
  • Verifying the solutions ensures that the calculated eigenvalues and eigenvectors are correct
  • Verification is particularly important when dealing with complex matrices or when using computational methods to find eigenvectors