Linear Algebra II Flashcards
Define the determinant of a matrix
For a 1 x 1 matrix A = a_11, det(A) = a_11
For an nxn matrix, if A_ij is the matrix A with the ith row and jth column removed, det(A) = the sum of (-1)^(k-1).a_kkdet(A_kk)
Define a diagonalisable matrix
A matrix is diagonalisatble if the map it defines by acting on vectors in R^n has a basis consisting of its eigenvectors.
Define an eigenvalue
λ is an eigenvalue of T if Tv = λv for some nonzero v.
Define an eigenvector
v is an eigenvector of T if v ≠ 0 and Tv = λv for some λ ∈ R
Define the characteristic polynomial
The characteristic polynomial of A is det(xI - A).
Define an eigenspace
The λ-eigenspace is the set of all eigenvectors associated to λ and the zero-vector.
Define algebraic multiplicity
The algebraic multiplicity of an eigenvalue λ is the number of factors of x - λ in the characteristic polynomial
Define geometric multiplicity
The geometric multiplicity of λ is the dimension of the λ-eigenspace