Math101learn.math101.caSystems and Matrices
A precise translation between linear systems, augmented matrices, vector equations, and solution geometry.
Precise definition
A linear system $a_{i1}x_1+\cdots+a_{in}x_n=b_i$ is written $A\mathbf x=\mathbf b$, where rows encode equations and columns encode coefficients of variables. The augmented matrix $[A\mid\mathbf b]$ stores both sides for row reduction.
Notation and mathematical language
The vector equation is $x_1a_1+\cdots+x_na_n=\mathbf b$, so consistency is equivalent to $\mathbf b\in\operatorname{Col}A$. Rank criteria say a solution exists iff $\operatorname{rank}A=\operatorname{rank}[A\mid b]$, and it is unique iff that common rank equals the number of variables.
Conceptual picture
Each equation defines a hyperplane; solutions are intersections. Algebraically, one solution plus every null-space vector gives the full consistent solution set $x_p+\ker A$.
Conditions and key results
Variable order must remain fixed. Row operations change equations but preserve their common solutions. A square coefficient matrix is not necessarily invertible; rectangular systems can still have unique, none, or infinitely many solutions depending on rank.
A reliable strategy
- Choose a variable order and translate coefficients—including zeros—into $A$ and constants into $b$.
- Row-reduce the augmented matrix and identify contradictory rows, pivots, and free variables.
- State no solution, one solution, or a parameterized affine family.
- Substitute in the original equations and connect consistency to column-space membership.
Fully worked example
Interpretation and application
Matrix form scales to networks, balances, fitting, and discretized models. A consistent algebraic system can still be a poor real-world model; residuals and parameter uncertainty address different questions from exact solvability.
Common mistakes
Verification and reasonableness
- Translate the final vector back into every original equation.
- Compare coefficient and augmented ranks.
- For a consistent family, verify $A(x_p+z)=b$ for arbitrary $z\in\ker A$.
Practice
- What does $b\in\operatorname{Col}A$ mean?
- When is a consistent solution unique?
- What does a contradictory row represent?
Answers and brief solutions
- The system $Ax=b$ is consistent.
- When every variable column is a pivot column.
- An impossible equation such as $0=1$.
Further deduction
The homogeneous system $Ax=0$ is always consistent. If $A$ has $n$ columns, its solution dimension is $n-\operatorname{rank}A$. For a nonhomogeneous consistent system, the same number describes the directions of its affine solution set, although that set is not a vector subspace unless $b=0$.
For a square system, the condition number separates residual from forward error. A computed $\hat x$ may have tiny residual $b-A\hat x$ yet be far from the true $x$ when $A$ nearly collapses a direction. Exact classroom checks should be supplemented by conditioning awareness in numerical applications.
A parameterized augmented matrix must be split at values that make a prospective pivot zero. Dividing a row by $k-2$ silently assumes $k\ne2$; the case $k=2$ may produce a contradiction row, a free variable, or a different pivot. Recording the condition beside the operation preserves all systems in the family. The ranks of $A$ and $[A\mid b]$ then provide a compact final classification for each parameter case.
Related topics
Try it yourself
Hints are part of learning. Open one whenever it makes the next step feel possible.
A consistent system has 5 variables and rank 5. How many free variables?
- Free variables equal $n-\operatorname{rank}A$.
- $5-5=0$, so the solution is unique.
End of lesson
Nice work making it this far.
Understanding grows through return visits. Save this lesson, try the practice, or continue when you are ready.
