Version 3 of math::calculus

Updated 2016-01-14 06:01:58 by pooryorick

math::calculus , in Tcllib's math module, implements several mathematical algorithms.

Documentation

official reference

Description

Algorithms include:

  • Integration of a function over an interval.
  • The numerical integration of a system of ordinary differential equations.
  • Estimating the root(s) of an equation of one variable

See Also

Newton-Raphson Equation Solver
Duplicates a function but may be easier to implement or to use for teaching.
Numerical Analysis in Tcl
Numerical array operations