Eigen

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

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:16 PM on 4/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

What is an eigenvector?

A nonzero vector v such that Av = λv

2
New cards

How do you find eigenvalues?

Set up the characteristic equation: det(A - λI) = 0, then solve for λ

3
New cards

How do you find eigenvectors once you have eigenvalues?

Plug each λ into A - λI, set equal to 0 and solve using row reduction

4
New cards

What does it mean to diagonalize a matrix?

Writing A as A = PDP^-1

5
New cards

When is a matrix diagonalizable?

When it has enough linearly independent eignvectors to form a basis

6
New cards

How do you construct P and D?

D is the eigenvalues along the diagonal

P is the corresponding eigenvectors as columns

7
New cards

What does it mean for vectors to be orthogonal?

Their dot product is 0

u * v = 0

They are perpendicular

8
New cards

What is an orthogonal set?

A set of vectors where every pair is orthogonal

9
New cards

What is an orthonormal set?

A set of vectors that are orthogonal and each has a unit length of 1

10
New cards

What is the goal of Gram-Schmidt?

To convert a linearly independent set into an orthogonal (or orthonormal set)

11
New cards

What is the formula in Gram-Schmidt?

proj_u (v) = (v u)/(u u) u

12
New cards

2 vectors/matrices are considered orthogonal if the inner product or dot product is equal to?

0

13
New cards

Is it orthogonal if the dot product is NOT equal to 0?

No, has to be equal to 0

14
New cards

How do you find the unit length?

Take the square root of the dot product of each entry