Mathematics I / Solving Linear Systems Numerically
Practice question · Fill in the blanks

Complete the description of partial pivoting.

Partial pivoting swaps rows so that the pivot is ______.

Word bank: the smallest available entry in the column · the largest available entry in the column · always exactly 1 · the first nonzero entry encountered

Hints
  1. Elimination divides by the pivot, so ask which choice keeps the multipliers small.
  2. Dividing by a tiny number amplifies whatever error it carries.
Show the answer

Partial pivoting swaps rows so that the pivot is the largest available entry in the column.

Why

Choosing the largest available entry keeps every multiplier at most 1 in size, so round-off is not magnified. Taking the first nonzero entry instead is exactly the self-inflicted instability the lesson warns about.

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