- Floating
Normalised.
- The Secant method for
, starting from
, using a tolerance value of 1E-16.
- Newton's method for
, starting from
, using a tolerance value of 1E-16.
- Forward-difference approximation for
.
- Backward-difference approximation for
.
- Central-difference approximation for
.
- Integration for
by the trapezoidal rule.
- Solution of the differential equation
in the interval [0, 1] by Euler method.
- Solution of the differential equation
in the interval [0, 1] by 4th order Runge-Kutta method.
- Successive estimates of solution (Jacobi method)
- Fitting a polynomial to data.
- Interpolation of gasoline prices.
- Fitting a polynomial to data.
- Divided-difference table in symbolic form.
- Divided-difference table in numerical values.
- Divided-difference table in numerical values for a polynomial.
- Data to illustrate curve fitting.
- Figure for the data to illustrate curve fitting.