Systems of Equations Lab
Solve 2×2 and 3×3 systems of linear equations using elimination, substitution, or Cramer's rule. See each step, classify the system, and visualize the intersection of lines on a graph.
Guided Experiment: Classifying 2×2 Systems
How does the determinant of the coefficient matrix relate to the number of solutions? What happens graphically when the determinant is zero?
Write your hypothesis in the Lab Report panel, then click Next.
Graph
Controls
Solution Steps
Data Table
(0 rows)| # | System | Method | Solution | Classification | Det |
|---|
Reference Guide
Augmented Matrix
A system of equations can be written as an augmented matrix, separating coefficients from constants with a vertical line.
Row operations on this matrix correspond to algebraic operations on the equations.
Elimination Method
Multiply equations so that one variable cancels when you add or subtract the equations.
Then back-substitute to find all variables.
Substitution Method
Solve one equation for a variable, then substitute that expression into the other equation.
Substitution works especially well when one coefficient is 1 or -1.
Cramer's Rule
Use determinants to find each variable. Each variable equals the ratio of two determinants.
Cramer's rule requires that the determinant D is nonzero (unique solution).