Evanalysis
2.4Source-backed1 Interactive checkpoints

2.4 Solution-set types

Classify a system as having one solution, infinitely many solutions, or no solution from its reduced form.

Interactive textbooks

MATH1030 interactive textbook

An interactive-first linear algebra route focused on operations, structure, and interpretation.

Chapter 1

Systems of equations

Learn to read equations as full solution sets.

Chapter 2

Matrices and elimination

Build matrix intuition and use row reduction with purpose.

Chapter 5

Invertibility

Understand when a matrix can be undone and why that matters.

Three possible outcomes

After elimination, a linear system usually falls into one of three types:

  1. one solution,
  2. infinitely many solutions,
  3. no solution.

The reduced matrix tells you which case you are in.

Definition

Solution-set types

The reduced form of a linear system shows whether the system has one solution, infinitely many solutions, or no solution.

How to read the pattern

  • If every variable has a pivot, the system has a single solution.
  • If at least one variable is free and there is no contradiction row, the system has infinitely many solutions.
  • If a contradiction row appears, the system has no solution.

Worked example

Recognize the three cases

Consider these reduced matrices:

[103012]\begin{bmatrix} 1 & 0 & | & 3 \\ 0 & 1 & | & -2 \end{bmatrix}

has one solution.

[125000]\begin{bmatrix} 1 & 2 & | & 5 \\ 0 & 0 & | & 0 \end{bmatrix}

has infinitely many solutions because one variable is free.

[103001]\begin{bmatrix} 1 & 0 & | & 3 \\ 0 & 0 & | & 1 \end{bmatrix}

has no solution because the last row is a contradiction.

Pause here and compare the three reduced matrices below. Try to name the case only after you have looked for pivots, free variables, and contradiction rows.

Try it here

Solution-set classifier

The live classifier compares three representative reduced matrices and explains what each structure means.

1002
010-1
0013

Why it works

Every variable is a pivot variable, so the system has one solution.

Common mistake

Common mistake

Free variable does not mean unfinished work

A free variable means the solution set has a parameter. It does not mean the problem is broken or incomplete.

Quick check

Quick check

What does `[0 0 0 | 1]` tell you about the system?

Solution

Answer

This page uses the ideas from 2.3 Gaussian elimination and RREF.

Key terms in this unit

Source trail

reference/MATH1030/MATH1030-Notes.pdf (§2.3)

reference/MATH1030/Practice Set 1_Set review and Solving Linear system.pdf — Questions 5 to 9