| |
Below are a number of utility files that
have been written to perform certain tasks, and are not presently available w th the
software.

-
Aitken's method for accelerating
fixed point iteration.
- Semi automates the bisection
method.
- Produces cobweb diagrams.
- Shows whether a series of
iterates linearly converge.
- Performs Euler's method on first
order differential equations.
- Performs Heun's method on first
order differential equations.
- Calculates the Lagrangian
polynomial through any set of points.
- Semi Automates the method of
linear interpolation for solving f(x)=0.
- Automates the
method of linear interpolation for solving f(x)=0
- Performs the modified Euler
method (Runge Kutta order 2) on first order diff eq's.
- Calculates the Newton Cotes Rule
for any order up to 20, and beyond with editing.
- Performs Riemann, Midpoint,
Trapezium, Simpson's rules for numerical integration.
- Performs Runge Kutta 2 on two
simultaneous first order diff equations
- Performs Runge Kutta 2 on three
simultaneous first order diff equations
- Performs Romberg integration and
calculates the Romberg Table, with certain integrals this is faster than DERIVE's internal
integral approximator!!!
- Performs the Secant method on
any equation of the form f(x)=0.
- Perfroms Taylor's
Method for solving ODE's
 |