EIGENVALUES AND EIGENVECTORS OF A MATRIX
Key Concepts:
- Eigenvalues () are scalars such that when multiplied by a vector (), it is equivalent to the linear transformation of by matrix , i.e., .
- Eigenvectors () are non-zero vectors that change by only a scalar factor when that linear transformation is applied.
- Characteristic Equation: , where is the identity matrix of the same dimension as . Solving this gives the eigenvalues.
- For each eigenvalue, find the eigenvector(s) by solving .
Diagonalisation:
- A matrix is diagonalisable if there exists a diagonal matrix and an invertible matrix such that .
- Conditions:
- must have linearly independent eigenvectors.
- If is , there must be eigenvalues (counting multiplicities).
SOLVING LINEAR SYSTEMS (HOMOGENEOUS)
Key Concepts:
- A system is homogeneous if it can be written as .
- Null Space (Null(A)): The set of all vectors that satisfy . It’s a vector subspace.
- Basis of Null Space: The set of linearly independent vectors that span the Null Space.
Gauss-Jordan Elimination:
- A method to solve linear systems, find the rank, and determine the inverse of a matrix.
- Perform row operations to transform the matrix into reduced row echelon form (RREF).
- For , RREF reveals the free variables, which help express the solution set.
INVERSE OF A MATRIX
Key Concepts:
- The inverse of an matrix is a matrix such that .
- A matrix is invertible (non-singular) if it has an inverse, which occurs iff |A| (determinant of ) .
Finding the Inverse:
- Method 1: Gauss-Jordan Elimination - Augment with and perform row operations until becomes , and becomes .
- Method 2: Adjugate Formula - where is the adjugate (transpose of the cofactor matrix) of .
BASIS OF A VECTOR SPACE & BASIS PROOF
Key Concepts:
- A basis of a vector space is a set of vectors in the space that is linearly independent and spans the vector space.
- Spanning Set: A set of vectors that can combine to form any vector in the space.
- Linearly Independent: No vector in the set can be written as a combination of the others.
Proving a Basis:
- To prove that vectors form a basis of , show that:
- They are linearly independent.
- They span , typically by showing the only solution to their homogeneous system is the trivial solution, indicating independence, and counting the vectors matches the dimension of the space for spanning.