A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Linear Systems: Notation and Solution Existence

College Depth 71 in the knowledge graph I know this Set as goal
4,433topics build on this
298prerequisites beneath it
See this on the map →
Matrices IntroductionSystems of Three VariablesGaussian Elimination and Row ReductionInstrumental Variables Estimation+3 more
systems Ax=b notation existence

Core Idea

A system of m linear equations in n unknowns is written as Ax = b, where A is m×n, x is the unknown vector, and b is the right-hand side. Solutions exist if and only if b is in the column space of A. The solution set is either empty, a single point, or an affine subspace (infinite solutions). Augmented matrices [A | b] encode the system compactly.

Explainer

You already know how to solve a system of three equations in three unknowns by hand — substitution, elimination, back-substitution. You also know what a matrix is. The notation Ax = b packages everything you already know into a single symbolic object, and that packaging has enormous power.

In the system Ax = b, A is the coefficient matrix (m rows for equations, n columns for unknowns), x is the unknown vector (the column of variables you are solving for), and b is the right-hand side vector (the constants). The product Ax is a weighted sum of A's columns — specifically, the ith entry of Ax is the dot product of the ith row of A with x. Writing a system this way makes it easy to discuss systems of any size, not just 2×2 or 3×3.

The augmented matrix [A | b] is a further shorthand: you stack the coefficient matrix and the right-hand side together, separated by a vertical bar. This is the object you actually row-reduce. Writing [A | b] captures the entire system without writing out variables, making manipulations purely mechanical — you work with numbers and rows, not algebraic expressions.

The deepest idea in this topic is the column space interpretation. The product Ax is a linear combination of A's columns, using the entries of x as coefficients. So the question "does the system Ax = b have a solution?" becomes: "can b be written as a linear combination of A's columns?" If b lies in the column space of A, a solution exists. If not, there is no solution. Once a solution exists, there are exactly two cases: the solution is unique (if the null space of A contains only the zero vector) or there are infinitely many solutions (parameterized by the null space). These three outcomes — no solution, one solution, infinitely many — are the only possibilities for any linear system.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Making 10 as an Addition StrategyAddition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts Through 10Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsSystems of Equations — Graphing MethodSystems of Equations — Elimination MethodSystems of Three VariablesMatrices IntroductionLinear Systems: Notation and Solution Existence

Longest path: 72 steps · 298 total prerequisite topics

Prerequisites (2)

Leads To (5)