Algorithms
creating a mathematical representation of the problem -- the "mathematical model"
choosing the appropriate numerical "recipe" to solve the problem
- Examples
- Linear Least Squares: for fitting data to a line
- Newton's Method: for finding roots of an equation
- Euler's Method: for solving integrals
- Runge-Kutta Methods: for solving integrals
- Cramer's Rule: for solving systems of equations