eigen values

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

for linear algebra

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

How are the eigenvalues of A and related? Are they ever the same?

  • For any matrix A: If λ is an eigenvalue of A, then λ² is an eigenvalue of .

  • So, the eigenvalues of are the squares of the eigenvalues of A, not generally the same.

  • In case of identity matrix, they are same.

2
New cards

What is the relationship between the eigenvalues and eigenvectors of AB and BA for matrices A (m×n) and B (n×m)?

AB and BA have the same nonzero eigenvalues (with the same multiplicities), but their eigenvectors and the number of zero eigenvalues can differ.
If ABx=λx, then BA(Bx)=λ(Bx)BA, so eigenvectors are related but not the same.

3
New cards

When is a matrix diagonalizable in terms of eigenvalues and eigenvectors?

A matrix is diagonalizable if it has n linearly independent eigenvectors (for an n×n matrix).
This often happens when it has n distinct eigenvalues, but repeated eigenvalues can also work if their geometric multiplicity equals their algebraic multiplicity.

4
New cards

A real 3×3 matrix with all eigenvalues nonzero and all eigenvectors linearly dependent must be diagonalizable and invertible.

False!

  • Nonzero eigenvalues ⇒ matrix is invertible.

  • But if all eigenvectors are linearly dependent, the matrix is not diagonalizable (needs 3 independent eigenvectors).

  • So, invertible but not diagonalizable.