Mathematics I / Numerical Errors and Stability
Practice question · Fill in the blanks

Complete the definition of numerical stability.

An algorithm is numerically stable when small errors ______ as the computation proceeds.

Word bank: are removed completely · stay small · grow exponentially · cancel exactly

Hints
  1. No algorithm can undo a round-off error already committed.
  2. Stability is about containment, not elimination.
Show the answer

An algorithm is numerically stable when small errors stay small as the computation proceeds.

Why

Stability means errors do not get amplified, they stay small, they are never removed. An unstable algorithm magnifies them, so a computation on essentially exact input can still return a wildly wrong answer.

Read the lesson: Numerical Errors and Stability →

Practise Numerical Errors and Stability

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

More questions on Numerical Errors and Stability