← Back to Home
Skeleton Slides
Change of Basis
- Let B and C be two bases for the same m-dimensional subspace; V
- The transition matrix PCB is given by (v)C=PCB(v)B
- Recreate each vector in B using the vectors in C to find the transition matrix (example in annotated slides)
- PCB takes B-coordinate vector and produces C-coordinate vector
- The inverse of PCB equals PBC ((PCB)−1 = PBC)
- Additionally PAB[f]BBPBC=[f]AC
- [f] is the standard matrix of a linear transformation f
Eigenvectors
- If A is an n×n matrix, then a non-zero vector v is called an eigenvector of A with eigenvalue λ, if Av=λv
- i.e. multiplying by A results in a scalar multiplication of v
- Eigenvalues can be found/proven through row-reduction
- A system has non-zero solutions when det(A−λI)=0
- Av=λv → (A−λI)v=0
- I is identity matrix
- Solving the determinant for λ can give us all eigenvalues
MATH1012 - Lecture 13
Annotated Slides