Diagonalisation Flashcards
When is a square matrix B similar to a square matrix A?
Iff there exists an invertible matrix such that B = P^-1AP
What is the geometric interpretation of B?
B is the same linear transformation as A, but represented in a basis defined by the column vectors of P.
How do we represent a vector transformed by the mapping?
APz (where z is the vector).
How would we expressed the vector in the new basis?
We must multiply by P^-1, obtaining P^-1AP*z.
When is a square matrix A (n*n) diagonalisable?
Iff there is exists an invertible matrix P such that D = P-1A*P.
Iff its eigenvectors form a basis of n dimensional space (i.e. n independent eigenvectors).
Iff the geometric order of each eigenvalue = its algebraic order.