Week 3 - Inverses, Eigenvalues & eigenvectors Flashcards
2 ways to find out if an inverse of a matrix A exists
- If the row-echelon form of A has n leading ones (from MA107)
- if |A| =/= 0
A^-1 is UNIQUE so Ax=b will get a unique solution
Formula to find an inverse using determinants for 2x2 matrices
A^-1 = 1/|A| (d -b)
(-c a)
4-step method to find an inverse for 3x3 matrices
*quicker to use row ops for 4x4 and beyond
- Find matrix of minors
- ‘Sign’ <- cof(A)
- Transpose matrix <- adj(A)
- Divide by determinant to arrive at A^-1
Adjugate of A = transpose of the matrix of cofactors, cof(A)^T
Cramer’s rule
(not very useful except for economists)
ONLY works if |A| =/= 0, so row ops is still the best way since guarantees a solution
To solve the matrix equation Ax=b, construct matrices Ai by replacing the ith column of A with b
xi = |Ai|/|A|
How to find the eigenvalues of a square matrix A?
Find all numbers λ that satisfy the equation |A-λIn|=0
For each eigenvalue of a square matrix A, how to find the eigenvectors?
How to check that the values are correct?
Find a BASIS of the solution space of (A-λIn)x=0
Must have Ax=λx and x =/= 0
Check Ax = λx
What is an eigenvalue & eigenvector?
Ax = λx for some NON-ZERO VECTOR x
λ = eigenvalue of A (a number)
x = an eigenvector, for the eigenvalue λ, that satisfies the equation
How to check whether your inverse, A^-1 is correct?
Check AA^-1 = In (identity matrix) or A^-1A = In
What is a trick using eigenvalues?
Eigenvalues multiplied together = determinant of the matrix
(don’t forget about the multiplicity)