:orphan: Examples ======== This gallery walks through every public feature of ``mathematicskit.numerical_analysis``: scalar root finding with convergence-order verification and acceleration, polynomial interpolation (Lagrange, Newton divided-difference, Hermite, cubic splines, Chebyshev nodes), function approximation (Bernstein, Padé, Remez minimax), polynomial evaluation and root conditioning, compensated summation, and least-squares polynomial regression. See also the narrative tutorial: - :doc:`/tutorials/newtons_method_across_domains` Each script in this gallery is self-contained and can be run directly with ``python examples/numerical_analysis/
/