Algebra
Textbooks
Boundless Algebra
Matrices
Using Matrices to Solve Systems of Equations
Algebra Textbooks Boundless Algebra Matrices Using Matrices to Solve Systems of Equations
Algebra Textbooks Boundless Algebra Matrices
Algebra Textbooks Boundless Algebra
Algebra Textbooks
Algebra
Concept Version 12
Created by Boundless

Simplifying Matrices With Row Operations

Using elementary operations, Gaussian elimination reduces matrices to row echelon form.

Learning Objective

  • Use elementary row operations to put a matrix in simplified form


Key Points

    • Since elementary row operations preserve the row space of the matrix, the row space of the row echelon form is the same as that of the original matrix.
    • There are three types of elementary row operations: swap the positions of two rows, multiply a row by a nonzero scalar, and add to one row a scalar multiple of another.
    • In practice, one does not usually deal with the systems in terms of equations but instead makes use of the augmented matrix (which is also suitable for computer manipulations).

Term

  • augmented matrix

    A matrix obtained by appending the columns of two given matrices, usually for the purpose of performing the same elementary row operations on each of the given matrices.


Full Text

By means of a finite sequence of elementary row operations, called Gaussian elimination, any matrix can be transformed to a row echelon form.  This transformation is necessary for solving a system of linear equations.  

Before getting into more detail, there are a couple of key terms that should be mentioned:

  • Augmented matrix: an augmented matrix is a matrix obtained by appending the columns of two given matrices, usually for the purpose of performing the same elementary row operations on each of the given matrices.
  • Upper triangle form: A square matrix is called upper triangular if all the entries below the main diagonal are zero. A triangular matrix is one that is either lower triangular or upper triangular. A matrix that is both upper and lower triangular is a diagonal matrix.
  • Elementary row operations: Swap rows, add rows or multiply rows.

Gaussian Elimination 

  1. Write the augmented matrix for the linear equations.
  2. Use elementary row operations on the augmented matrix $[A|b]$ to transform $A$ to upper triangle form. If a zero is on the diagonal, switch the rows until a nonzero is in its place.
  3. Use back substitution to find the solution.

Example 1:  Solve the system by Gaussian Elimination:  

$\displaystyle 2x+y-z=8\\ -3x-y+2z=-11\\ -2x+y+2z=-3$

Write the augmented matrix: 

$\left[\begin{array}{rrr|r} 2 & 1 & -1 & 8 \\ -3 & -1 & 2 & -11 \\ -2 & 1 & 2 & -3 \end{array} \right] $

Use elementary row operations to reduce the matrix to reduced row echelon form:

$\left[\begin{array}{rrr|r} 1 & 0 & 0 & 2 \\ 0 & 1 & 0 & 3 \\ 0 & 0 & 1 & -1 \end{array} \right] $

Using elementary row operations to obtain reduced row echelon form ('rref' in the calculator) the solution to the system is revealed in the last column: $x=2, y=3, z=-1$.

[ edit ]
Edit this content
Prev Concept
Matrices and Row Operations
The Inverse of a Matrix
Next Concept
Subjects
  • Accounting
  • Algebra
  • Art History
  • Biology
  • Business
  • Calculus
  • Chemistry
  • Communications
  • Economics
  • Finance
  • Management
  • Marketing
  • Microbiology
  • Physics
  • Physiology
  • Political Science
  • Psychology
  • Sociology
  • Statistics
  • U.S. History
  • World History
  • Writing

Except where noted, content and user contributions on this site are licensed under CC BY-SA 4.0 with attribution required.