Solution Set Visualizer
Run the Solution Set MicroSim Fullscreen
Edit the MicroSim with the p5.js editor
About This MicroSim
This visualization helps you understand the three possible outcomes when solving a system of linear equations:
- Unique Solution: Exactly one answer exists
- Infinite Solutions: A line, plane, or higher-dimensional subspace of answers
- No Solution: The system is inconsistent
Solution Types Explained
| Type | RREF Indicator | Geometric Meaning |
|---|---|---|
| Unique | All variable columns are pivot columns | Lines/planes meet at exactly one point |
| Infinite | Some columns are not pivot columns (free variables) | Lines/planes overlap along a line or plane |
| None | Row of form [0 0 ... 0 | c] where c ≠ 0 | Lines/planes are parallel, never meeting |
Variables Classification
Basic Variables (pivot columns - highlighted yellow):
- Correspond to pivot columns in RREF
- Their values are determined by the free variables
- Appear in the parametric solution
Free Variables (non-pivot columns - highlighted blue):
- Correspond to non-pivot columns
- Can take any real value
- The number of free variables equals the dimension of the solution set
Lesson Plan
Learning Objectives
After using this MicroSim, students will be able to:
- Classify systems as having unique, infinite, or no solutions
- Identify basic and free variables from the RREF
- Understand the geometric meaning of each solution type
- Connect the algebraic analysis to geometric visualization
Suggested Activities
- Explore Each Type: Select each preset and observe how the RREF reveals the solution type
- Count Free Variables: For infinite solutions, count the free variables and relate to the solution geometry
- Find Inconsistency: For the "No Solution" case, identify the inconsistent row
- Predict Before Viewing: Before checking RREF, predict the solution type from the original matrix