How to Find Eigenvalues and Eigenvectors | Linear Algebra

Added:

Definition
Verification
Characteristic Equation
Solving Eigenvectors
Example 1
Second Vector
3x3 Example
Final Vectors

Definition

0:00
Playing Section
  • 1

    Eigenvectors scale unchanged by matrix multiplication.

  • 2

    Eigenvalues are the scaling factors.

  • 3

    Nontrivial vectors and square matrices required.

Understanding of basic matrix operations, specifically matrix-vector multiplication and the identity matrix.
Ability to calculate the determinant of 2x2 and 3x3 square matrices.
Proficiency in solving systems of linear equations and finding the null space (kernel) of a matrix via row reduction.
Familiarity with basic algebraic concepts, particularly finding the roots of polynomial equations.
Matrix diagonalization and learning how to compute high powers of matrices efficiently.
Applying eigenvalues and eigenvectors to solve systems of linear ordinary differential equations.
Exploring advanced matrix decompositions, such as the Spectral Theorem and Singular Value Decomposition (SVD).
Investigating practical applications like Principal Component Analysis (PCA) in data science and finding normal modes in physics.
1.2M views23.5Klikes17:09@ProfessorDaveExplainsOriginal Release: 2019-07-17

Eigenvalues and eigenvectors are fundamental concepts in linear algebra where an eigenvector x of a square matrix A satisfies Ax = λx, with λ being the corresponding eigenvalue; to find them, one solves the characteristic equation det(A - λI) = 0 to obtain eigenvalues, then substitutes each eigenvalue back into (A - λI)x = 0 and solves the resulting system to find the associated eigenvectors, noting that any scalar multiple of an eigenvector is also an eigenvector.