# Introduction to Numerical Methods ## What is a numerical method? Numerical methods are techniques that transform mathematical problems into forms that can be solved using arithmetic and logical operations. Because digital computers excel at these computations, numerical methods are often referred to as computer mathematics. ## Error ## Root-finding ## Interpolation and Curve Fitting ## Numerical Differentiation and Integration ## Numerical Solution of Ordinary Differential Equations