Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Verification patterns

Verification asks whether the computation solves the equations as intended. No single check establishes correctness in every respect; combine patterns that expose different plausible failures. We will revisit these ideas in detail when each lesson needs them.

Before computing

Compare with known behavior

Examine numerical behavior

Test the checks

Deliberate defect injection introduces a controlled error to confirm that the proposed checks can detect it.

Record the evidence

For an important check, state the claim, expected result, observed result, tolerance or comparison used, interpretation, and remaining limitation. A passing check supports a bounded claim; it does not certify everything the computation might be used to assert.