Dashboard

Featured nodes

Roots

  • Public root

Templates

  • Test template
  • iCorps template
  • Guanyu's Latex template
  • Ivar's latex template
  • Family Tree template
  • Latex template
  • Router template

Trees

  • Public trees

Orphans

  • Browse orphan nodes
Related nodes

Parents1

  • Echelon matrices

Siblings17
  • Sort by title
  • Sort by date

  • Example of putting a matrix in echelon form
  • Example of putting a matrix in echelon form and identifying the pivot columns
  • Definition of (echelon matrix/matrix in (row) echelon form)
  • Gauss-Jordan procedure to put a matrix into reduced row echelon form
  • Example of (echelon matrix/matrix in (row) echelon form)
  • Definition of (row) echelon form of a matrix
  • Definition of matrix in reduced row echelon form
  • Definition of reduced row echelon form of a matrix
  • Definition of row reduce a matrix
  • Example of row reducing a 3-by-3 matrix
  • Example of row reducing a 4-by-4 matrix
  • Every matrix is row-equivalent to a matrix in reduced row echelon form.
  • Every matrix is row-equivalent to only one matrix in reduced row echelon form.
  • Definition of extended reduced row echelon form of a matrix
  • Theorem describing properties of the block matrices of the extended reduced row echelon form of a matrix
  • Theorem describing spaces associated to the block matrices of the extended reduced row echelon form of a matrix
  • Theorem describing the dimension of spaces associated to the block matrices of the extended reduced row echelon form of a matrix
Knowenβ
  • Help
    • Welcome to Knowen!
    • Edit test node (no login required)
    • Create new test node (no login required)
  • Not logged in
    • Sign in
    • Sign up

History & Comments

Back

Fill content

Description:Added procedure description
# Gauss-Jordan procedure to put a matrix into reduced row echelon form

Put content here**Gauss-Jordan elimination** transforms a matrix into **reduced row echelon form** (RREF).
⏎
**Algorithm:**
1. **Forward elimination:** Find the leftmost nonzero column. Use row swaps and row operations to create zeros below the pivot. Repeat for each subsequent row.
2. **Scale pivots to 1:** Divide each row by its pivot value.
3. **Backward elimination:** Starting from the rightmost pivot, create zeros above each pivot.
⏎
**Example:** For $\begin{pmatrix} 1 & 2 & 3 \\ 0 & 1 & 2 \end{pmatrix}$, after backward elimination ($R_1 \leftarrow R_1 - 2R_2$): $\begin{pmatrix} 1 & 0 & -1 \\ 0 & 1 & 2 \end{pmatrix}$.
⏎
The result is unique: every matrix has exactly one RREF.

# Parents

* Echelon matrices
Sign in to add a new comment

Contact us or leave feedback

© KTree Inc. 2026