MTH1004 Linear Algebra Cheat Sheet by William Fayers :)

Linear Algebra Exam Cheat Sheet

Eigenvalues and Eigenvectors

  • Characteristic Equation:
  • Eigenvector: Non-zero vector such that , where is an eigenvalue. To solve, first re-arrange to , simplify the left matrix, then solve that equation with Gauss-Jordan Elimination. However, it’s pretty sensible to check the solution in the original formula form, too (especially if you don’t find all the values for a vector, you can assume the missing ones are and then check it).

Diagonalisation

  • Condition: A matrix is diagonalisable if it has linearly independent eigenvectors.
  • Process:
    1. Find eigenvalues () using the characteristic equation.
    2. For each , find .
    3. Form from eigenvectors and (the result) with eigenvalues on the diagonal.
    4. .
  • Goal: Form an equivalent matrix with the the eigenvalues on the diagonal.

Solving Linear Systems

  • Gauss-Jordan Elimination: Process for putting a matrix into Reduced Row Echelon Form (RREF).
  • Homogeneous Systems: , solution is vector subspace.
  • Null Space: Set of all solutions to ; basis found during RREF.

Matrix Inverse and Gauss-Jordan

  • Finding : Augment with , apply Gauss-Jordan to transform into , resulting matrix next to is .
  • Condition for Invertibility: is invertible if and only if .

Basis and Dimension

  • Basis of Vector Space: Linearly independent set that spans the space.
  • To Prove Basis: Show set is linearly independent and spans vector space.
  • Dimension: Number of vectors in a basis for the space.

are linearly independent if, for :

Cramer’s Rule

Suppose you have a system of linear equations with unknowns, represented as:

This system can be written in matrix form as , where:

  • is the coefficient matrix,
  • is the column matrix of variables ,
  • is the column matrix of constants .

Cramer’s rule states that the solution for each variable is given by:

where is the determinant of the coefficient matrix , and is the determinant of the matrix formed by replacing the -th column of with the column matrix .

Additional Tips

  • Determinant Properties:
  • Rank Theorem: , where is the number of columns in , is the number of pivots in row-echelon form, is the dimension of .
  • Multiplicities: An algebraic multiplicity is the number of times an eigenvalue appears as a root of the characteristic equation of a matrix, whilst a geometric multiplicity is the dimension of the eigenspace corresponding to an eigenvalue.
  • Column Space: is the set of all possible linear combinations of its column vectors, given that they’re all independent.
  • Multiplying Matrices: For a 3x3 matrix and a 3x1 vector ,

Strategy Tips

  • Before the Exam: Understand each concept, not just memorize formulas.
  • During the Exam:
    • Read each question carefully.
    • Plan your approach before writing.
    • Check if an answer makes sense in the context of the question.

Problem-Solving Approach

  1. Identify: Determine what the problem is asking.
  2. Plan: Choose which formulas or concepts apply.
  3. Execute: Carry out your plan methodically.
  4. Review: Check your work for errors or oversights.