Linear algebra fundamentals introduce students to matrices, vectors, systems of equations, and transformations. This cheat sheet helps organize the notation and rules that often appear in algebra, precalculus, computer science, and physics. Students need it because small errors in matrix size, order, or arithmetic can change an entire answer.
It is designed as a quick reference for checking procedures and formulas while solving problems.
The most important ideas are matrix dimensions, vector operations, matrix multiplication, determinants, inverses, and solving linear systems. A matrix with size has rows and columns, and many operations only work when dimensions match. Matrix multiplication uses row by column dot products, so usually .
Determinants and inverses help decide whether a square matrix can be used to solve systems like .
Key Facts
- A matrix with rows and columns has size , and its entry in row and column is written .
- Matrices can be added or subtracted only when they have the same dimensions, using .
- Scalar multiplication means multiplying every entry by the same number, so .
- Matrix multiplication is defined only when the number of columns of equals the number of rows of .
- The entry in row and column of is .
- For vectors, the dot product is .
- For a matrix , the determinant is .
- If and , then .
Vocabulary
- Matrix
- A matrix is a rectangular array of numbers arranged in rows and columns.
- Dimension
- The dimension of a matrix is its size, written as rows by columns, such as .
- Vector
- A vector is an ordered list of numbers that can represent a direction, a point, or a quantity with components.
- Dot Product
- The dot product combines two equal-length vectors by multiplying matching components and adding the results.
- Determinant
- The determinant is a number calculated from a square matrix that helps show whether the matrix has an inverse.
- Inverse Matrix
- An inverse matrix reverses the effect of and satisfies when it exists.
Common Mistakes to Avoid
- Adding matrices with different dimensions is wrong because matrix addition requires matching entries in the same positions.
- Multiplying matrices in the wrong order is wrong because matrix multiplication is not usually commutative, so and may be different or one may be undefined.
- Forgetting the row by column rule is wrong because each entry of must come from a dot product of a row of with a column of .
- Using the inverse formula when is wrong because a square matrix has no inverse if its determinant is zero.
- Confusing rows and columns in matrix size is wrong because a matrix has rows and columns, not the other way around.
Practice Questions
- 1 Find the size of and identify the entry .
- 2 Compute for and .
- 3 Find and decide whether exists for .
- 4 Explain why the product of a matrix and a matrix is undefined, but the product of a matrix and a matrix is defined.