EM 214 Eigenvectors

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:10 PM on 5/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Eigenvalue formula proof (not needed)

  • Ax = λx

  • Ax = λ(Inx)

  • Ax = (λIn)x

  • Ax - (λIn)x = 0

  • (A - λIn)x = 0

  • det(A - λIn) = 0, by properties

2
New cards

Determinant of nxn matrix

“Relevant minor determinants” are determinants with ij row and column removed, where ij is obtained from its coefficient aij.

<p>“Relevant minor determinants” are determinants with ij row and column removed, where ij is obtained from its coefficient a<sub>ij</sub>.</p>
3
New cards

Eigenvalues

  • λ is eigenvalue only if det(A - λI) = 0.

  • Subtract λ from diagonal of A, calculate determinant, then set calculated λ expression = 0 & solve for λ.

  • For 3×3 matrices multiply matrix by -1 to get λ - a, instead of a - λ, and also use cofactor determinant method for easier factorisation.

4
New cards

Eigenvectors

  • After eigenvalues are found plug them into (A - λI)x = 0

  • Put new coefficient matrix into REF & find values of {x1,x2,…,xn}.

  • Parameter variables (r,s,t,u,v) always present (because LD).

  • t [v1, …], t [w1, …], where v & w would be found vectors.

  • Repeat for each eigenvalue. For imaginary eigenvalues calculate both conjugates.

5
New cards

Eigenspace

  • After finding eigenvectors write in format;

    • eg. λ = 1: {rx1 + sx2 | r,s ∈ R, (r,s) ≠ (0,0)}, where x would be found.

6
New cards

Finding eigenvalues from given potential eigenvectors

  • Use Av = λv

  • Multiply original matrix (A) by potential eigenvector (v). If new vector is a scalar multiple of potential eigenvector (v) used, then scalar is eigenvalue (λ) & potential eigenvector (v) used is an eigenvector.

7
New cards

Find characteristic equation

  • λ expression obtained from det(A - λI) = 0

  • Solving for λ not needed.

8
New cards

Eigenvalues of upper/lower triangular matrix

  • Eigenvalues are entries on diagonal

9
New cards

Eigenvectors and LI

  • Linear combination of eigenvectors is LI if:

    • There are as many unique eigenvectors as eigenvalues.

  • {v1, v2, …, vn} for λ1, λ2, …, λk, where n = k, is LI.

10
New cards

Determinant from characteristic polynomial

  • Set λ = 0, then det(A - 0(In)) → det(A) = eg. (0)2 + 2(0) - 3 = -3

  • AKA plug λ = 0 into characteristic polynomial equation, which then is det(A).

11
New cards

Eigenvalues and invertible matrices

  • A nxn matrix is invertible if zero is not an eigenvalue of said matrix.

  • For an invertible matrix A, λ is an eigenvalue if 1/λ is an eigenvalue of A-1.

12
New cards

Characteristic equation of 2×2 matrix

  • λ2 - tr(A)λ + det(A) = 0, where tr(A) is trace of matrix A.

13
New cards

Eigenvalues and symmetric matrices

  • If A is symmetric with real entries, then all eigenvalues are real.