Drag-and-drop method construction

Sort the Method Steps — Chapter 3

Move the cards with the mouse or touch. The correct order reflects the computational logic of this chapter.

Check whether interpolation is appropriate for the data.
Choose interpolation nodes.
Build the basis or divided differences.
Estimate interpolation error.
Evaluate the interpolant stably.

Correct order after checking

  1. Choose interpolation nodes.
  2. Build the basis or divided differences.
  3. Evaluate the interpolant stably.
  4. Estimate interpolation error.
  5. Check whether interpolation is appropriate for the data.