Calculus in F#
Basic Integration
Illustrates the basic numerical integration classes.
Advanced Integration
Illustrates more advanced numerical integration using the AdaptiveIntegrator class.
Higher Dimensional Numerical Integration
Illustrates numerical integration of functions in higher dimensions using classes in the Numerics.NET.Calculus namespace.
Numerical Differentiation
Illustrates how to approximate the derivative of a function.
Differential Equations
Illustrates integrating systems of ordinary differential equations (ODE's).