Mathematics I / Solving Linear Systems Numerically
Practice question · Put in order

Order the steps of solving a system by Gaussian elimination with partial pivoting.

Hints
  1. The swap happens before the elimination that will divide by the pivot.
  2. Back-substitution needs a triangular system to work on.
Show the answer
  1. In the current column, find the largest entry and swap its row into the pivot position
  2. Eliminate the entries below the pivot
  3. Move to the next column and repeat
  4. Arrive at an upper-triangular system
  5. Back-substitute from the last equation upward
Why

Pivot selection must precede elimination, since it exists to make the division safe. Only once the whole matrix is triangular can back-substitution begin, the two phases are strictly sequential.

Read the lesson: Solving Linear Systems Numerically →

Practise Solving Linear Systems Numerically

The app has 4 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.

More questions on Solving Linear Systems Numerically