Lesson 11: Row Echelon Form, Rank & Solution Classification

1. Row Echelon Form (REF)

A matrix is in row echelon form if:

Example (REF):

\[ \begin{pmatrix} 1 & 2 & 3 \\ 0 & 1 & 4 \\ 0 & 0 & 0 \end{pmatrix} \]

Exercise 1

Which matrices are in row echelon form? (Select all that apply)

2. Rank of a Matrix

The rank is the number of non-zero rows in its row echelon form (or number of pivots).

Rank tells us:

Example: rank 2 matrix in 3D → spans a plane (dimension 2).

Exercise 2

What is the rank of this matrix after row reduction?
\(\begin{pmatrix} 1 & 2 & 3 \\ 2 & 4 & 6 \\ 3 & 6 & 9 \end{pmatrix}\)

3. Classifying Solutions Using Rank

For system Ax = b (m equations, n variables):

Exercise 3

Given rank(A) = 2, rank([A|b]) = 2, n = 4 variables.
Number of free variables =
Solution type =
← Previous Lesson (10) Next Lesson (12) →