This cheat sheet covers the essential matrix tools used in college linear algebra, including matrix arithmetic, inverses, determinants, rank, nullity, and common factorizations. Students need these ideas to solve systems of linear equations, analyze linear transformations, and work with data, geometry, and differential equations. A formula-forward reference helps connect computational procedures with the structure behind them.
Key Facts
- Matrix addition and scalar multiplication are entrywise: if and , then and .
- Matrix multiplication is defined by when is and is .
- The inverse of a nonsingular square matrix satisfies , and for matrices, when .
- For a matrix, .
- A square matrix is invertible exactly when , , and the equation has only the trivial solution.
- The rank-nullity theorem states that for an matrix , .
- Eigenvalues satisfy the characteristic equation , and eigenvectors satisfy with .
- Common factorizations include for elimination, for orthogonal decomposition, and for singular value decomposition.
Vocabulary
- Matrix
- A rectangular array of numbers or symbols arranged in rows and columns, often used to represent a linear transformation or system of equations.
- Determinant
- A scalar value assigned to a square matrix that measures signed volume scaling and indicates whether the matrix is invertible.
- Rank
- The rank of a matrix is the dimension of its column space, equal to the number of pivot columns in its row echelon form.
- Nullity
- The nullity of a matrix is the dimension of the solution space of , equal to the number of free variables.
- Eigenvalue
- An eigenvalue is a scalar for which there exists a nonzero vector satisfying .
- Factorization
- A matrix factorization rewrites a matrix as a product of simpler matrices, such as , , or .
Common Mistakes to Avoid
- Multiplying matrices entry by entry, which is wrong because matrix multiplication uses row-column dot products: .
- Assuming , which is wrong because matrix multiplication is generally not commutative and the products may differ or one product may be undefined.
- Using the inverse formula when , which is wrong because a square matrix is invertible only if .
- Confusing rank with the number of rows, which is wrong because rank counts independent columns or pivots and can be less than both the row count and column count.
- Treating every matrix as diagonalizable, which is wrong because diagonalization requires enough linearly independent eigenvectors to form a basis.
Practice Questions
- 1 Compute for and .
- 2 Find and decide whether is invertible for .
- 3 If an matrix has , find using .
- 4 Explain why a matrix with two identical rows must have determinant and cannot be invertible.