Evanalysis
2.2Source-backed2 Interactive checkpoints

2.2 Augmented matrices and row operations

Translate a system into an augmented matrix and see what each row operation preserves.

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.

From equations to rows

When we write a linear system as a matrix, each equation becomes one row. The coefficients go first, and the constants go in the last column.

That full table is called an augmented matrix.

Definition

Augmented matrix

An augmented matrix places the coefficient matrix and the constant column in one table so you can row-reduce the whole system at once.

The three row operations

The local notes use three elementary row operations:

  1. swap two rows,
  2. multiply a row by a nonzero number,
  3. add a multiple of one row to another row.

These operations preserve the solution set, so they are safe for solving a system.

Worked example

Turn a system into an augmented matrix

Consider

x+2y=5,3xy=4.x + 2y = 5, \qquad 3x - y = 4.

Its augmented matrix is

[125314].\begin{bmatrix} 1 & 2 & | & 5 \\ 3 & -1 & | & 4 \end{bmatrix}.

Now use the row operation R_2 \leftarrow R_2 - 3R_1 to begin eliminating the x-term in the second row.

Why the row operations are allowed

Row operations are just a matrix version of equivalent equation operations. They do not change which number lists satisfy the system.

Use the explorer below while the three operations are still fresh. The point is to see that editing a row means editing one equation in a controlled way, not scrambling the problem.

Try it here

System-to-augmented-matrix explorer

The live explorer highlights how each equation becomes one matrix row plus one constant entry.

System

  1. x + 2y = 5
  2. 3x - y = 4

Result

125
3-14

Common mistake

Common mistake

Do not change only the constants

If you change one side of an equation but not the other, you are no longer working with an equivalent system.

Quick check

Quick check

Which row operation keeps the solution set unchanged?

Solution

Answer

This page builds on 1.1 Equations and solution sets and 2.1 Matrix basics.

Key terms in this unit

Source trail

reference/MATH1030/MATH1030-Notes.pdf (§2.1-§2.2)

reference/MATH1030/1030gi-n02-01.pdf

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