You can project one vector onto another, build a perpendicular basis, and fit a least-squares line.
Weeks 13-14
Linear Algebra course units
Work in order for a complete course, or jump directly to the unit you need for an upcoming assessment.
01
Systems and elimination
Weeks 1-2
You can turn a system into a matrix and solve it with row operations. You can also tell whether it has one answer, no answer, or infinitely many.
Row reduce an augmented matrix to echelon form.
Read a row of all zeros with a nonzero right side as no solution.
Write an infinite solution set using a free variable.
Worked example
Solve x + y = 5 and 2x + 3y = 13
Row 2 minus 2 times row 1: y = 3
Back-substitute: x + 3 = 5
Answerx = 2, y = 3
Most common mistakeSubtracting the rows without scaling first: row 2 minus row 1 gives x + 2y = 8, which still has two unknowns and stalls the elimination.
You can compute a determinant and use it to say whether a matrix can be inverted. You can also read it as how much the matrix stretches area or volume.
Expand a 3 by 3 determinant along a row that contains a zero.
Use a determinant of zero to detect a matrix with no inverse.
Explain that a determinant of -2 doubles area and flips orientation.
Worked example
Find the determinant of the matrix with rows (3, 1) and (6, 2)
Determinant = 3(2) - 1(6)
6 - 6
Answer0, so the matrix has no inverse
Most common mistakeAdding the two diagonal products instead of subtracting: reporting 12 and wrongly declaring an invertible matrix, when the rows are actually multiples of each other.
You can find the directions a matrix only stretches, and by how much it stretches them. You can also use them to raise a matrix to a high power cheaply.
Solve the determinant of (A minus lambda I) equals 0.
Find an eigenvector by solving (A minus lambda I)x = 0.
Diagonalize a matrix when it has enough independent eigenvectors.
Worked example
Find the eigenvalues of the matrix with rows (2, 1) and (1, 2)
(2 - lambda) squared = 1, so 2 - lambda is 1 or -1
Answerlambda = 1 and lambda = 3
Most common mistakeSubtracting lambda from only the first diagonal entry: solving (2 - lambda)(2) - 1 = 0 gives lambda = 1.5, which is neither eigenvalue.
Before timing yourself, check whether you can explain Systems and elimination from a blank page. Then connect it to Matrix algebra. If either explanation depends on copying a formula, review the unit first and complete two untimed examples.
Use tools to verify, not to choose the method for you
The Matrix calculator can test calculations and representations used in Linear Algebra. Make the setup yourself, predict the sign or scale, and compare the tool result with that prediction. Use the formula library to check conditions as well as notation.
Know when to move to the full test
Move from Linear Algebra practice to the complete course test after you can correct a missed problem without reopening the worked answer. Record the earliest wrong decision—not only the final score—so the next study session has a precise target.
Before and after the syllabus
Learn the ideas, then practise them
The unit list tells you what is covered. These two pages are where the method is explained and where you find out whether it stuck.
Start with Systems and elimination if you are following the full sequence. If that unit feels automatic, open the Linear Algebra practice page, choose mixed review, and let the first errors identify the earliest prerequisite to revisit.
How do I know I am ready for the course test?
You are ready when you can choose a method without a hint, show the governing steps, and explain why the result is reasonable. Use the complete Linear Algebra test only after you can correct practice errors from a blank page.
Which calculator supports this course?
The Matrix calculator supports the calculations and representations used in this course. Use it to test or visualize a result after making your own setup.