Read this lesson as text
Why Numerical Methods?
Numerical Analysis · Axiom Academy
From Cramer's rule to million-equation systems—why do we need special algorithms? Click on each application to see how many equations are typically involved: Drag the slider to see how computational costs grow with system size: Numerical linear algebra offers two main strategies: Computing n determinants of (n-1)×(n-1) matrices takes O(n! × n) operations. For n = 20, that's more operations than atoms in the universe! O(n³) operations—polynomial, not factorial. For n = 1000, computes in seconds instead of eons. For sparse matrices (most entries zero), iterative methods can be O(n) per iteration—blazingly fast! Round-off errors accumulate. Pivoting, conditioning, and stability analysis are essential for reliable answers.
This is the written version of the interactive lesson above. See the full Numerical Analysis course.