Example

Writing a System of Equations from an Augmented Matrix

To write the system of equations that corresponds to a given augmented matrix, remember that each row of the matrix represents a single equation. Within each row, every numerical entry to the left of the vertical line represents a coefficient of a given variable in standard form, and the final entry on the right side of the vertical line represents the isolated constant. The vertical line itself replaces the equal sign. For example, a 3×43 \times 4 augmented matrix:

[433112122134]\left[\begin{array}{ccc|c} 4 & -3 & 3 & -1 \\ 1 & 2 & -1 & 2 \\ -2 & -1 & 3 & -4 \end{array}\right]

translates directly into a system of three equations with three variables:

{4x3y+3z=1x+2yz=22xy+3z=4\left\{\begin{array}{l} 4x - 3y + 3z = -1 \\ x + 2y - z = 2 \\ -2x - y + 3z = -4 \end{array}\right.

0

1

Updated 2026-04-28

Contributors are:

Who are from:

Tags

OpenStax

Intermediate Algebra @ OpenStax

Ch.4 Systems of Linear Equations - Intermediate Algebra @ OpenStax

Algebra