EM 214 Diagonalization

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:01 AM on 6/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Diagonalizable matrix

  • Anxn is diagonalizable if there is an invertible matrix P such that P-1AP is a diagonal matrix.

  • Anxn is diagonalizable if A has n linearly independent eigenvectors.

2
New cards

Find P & D from P-1AP = D

  • Find eigenvectors of A.

  • Matrix of eigenvectors as columns is P and is invertible.

    • Eigenvectors only need to be LI.

  • Use eigenvalues of A as diagonal of diagonal matrix D.

  • P and D's columns must be lined up AKA eigenvalue and relevant eigenvector have to be in same column position.

3
New cards

dim(Eλk) and being diagonalizable

  • Matrix Anxn is diagonalizable only if dim(Eλ1) + … + dim(Eλk) = n

  • Sum of eigenspace dimensions must be equal to matrix size n.

4
New cards

Orthogonally diagonalizable

  • Matrix Anxn is orthogonally diagonalizable if P in P-1AP = D is orthogonal.

  • A is orthogonally diagonalizable only if A is symmetric.

5
New cards

Matrix (Anxn)k

  • To raise a matrix Anxn to the power k:

    • Use Ak = PDkP-1. Do Dk = [ak, bk, …] = R first, then do PRP-1.

6
New cards

Similar matrices

  • A and B are similar if P-1AP = B.

7
New cards

Similarity equivalence rules

  • det(A) = det(B)

  • A and B have same characteristic equation, therefore same eigenvalues.

  • tr(A) = tr(B)

8
New cards

P-1AP and PAP-1

  • If we can find a matrix P such that P-1AP = D, then we can find a matrix P such that PAP-1.

  • If we can find an orthogonal matrix P such that PTAP = D, then we can find an orthogonal matrix P such that PAPT.

9
New cards

Find orthogonal matrix P such that P-1AP = D

  • Same process as finding non-orthogonal P, but eigenvectors used to form P need to be an orthonormal set.

  • AKA normalise eigenvectors before using in P.

10
New cards

Find matrix from given eigenvalues & corresponding eigenvectors

  • P is matrix of eigenvectors as columns in order.

  • D is diagonal matrix with eigenvalues as diagonal in order.

  • Use P-1AP = D → A = PDP-1 to find A.

  • Use EROs to find P-1.