Systems of Linear Equations
Summary
A linear system asks for all vectors
Prerequisites
High-school systems of equations; Vectors and Dot Product helpful. Hub: Linear Algebra.
Definition / Statement
A linear equation in unknowns
A system of
In matrix form, with
Objects and Dimensions
| Object | Meaning | Dimensions |
|---|---|---|
|
|
coefficient matrix |
|
|
|
unknown vector |
|
|
|
right-hand side |
|
|
|
augmented matrix |
|
Notation
| Symbol | Meaning |
|---|---|
|
|
matrix form of the system |
| consistent | at least one solution |
| inconsistent | no solution |
| free variable | variable not forced by a pivot |
Conditions / Assumptions
- Entries real unless stated otherwise.
- Linear means no products of unknowns, no powers other than
, and no nonlinear functions of unknowns. The equation is still linear in after moving ; the map is affine, not linear, if .
Matrix / Vector Form
Equivalent views of
- Row view: each equation is a hyperplane (dot product of a row of
with equals ). - Column view:
is a linear combination of the columns of with coefficients .
Geometric Interpretation
-
: lines in the plane; solutions are empty, a point, or a line. -
: planes in space; solutions are empty, a point, a line, or a plane.
If
Procedure
- Form the augmented matrix
. - Row-reduce (see Matrices and Row Reduction) to row echelon or reduced row echelon form.
- Read pivot variables and free variables; parametrize the solution set.
- Declare inconsistency if a row
with appears.
Worked Example
The second equation is twice the first, so the system is consistent with infinitely many solutions:
If the second right-hand side were
Common Mistakes
- Calling
a linear map in without rewriting; as a function of one variable with intercept, it is affine. - Forgetting free variables when rank
. - Concluding uniqueness from
without checking invertibility/rank.
Connections
- Related: Matrices and Row Reduction, Determinants, Vector Spaces and Bases
- Next: Matrices and Row Reduction
- Geometry: Lines and Planes
References
Linear systems and solution geometry follow MIT 18.06 and standard introductory linear algebra.[1]
MIT OpenCourseWare, 18.06 Linear Algebra, https://ocw.mit.edu/courses/18-06-linear-algebra-spring-2010/ ↩︎