Calculus in Visual Basic

Basic Integration

Illustrates the basic numerical integration classes.

Show code.

Advanced Integration

Illustrates more advanced numerical integration using the AdaptiveIntegrator class.

Show code.

Higher Dimensional Numerical Integration

Illustrates numerical integration of functions in higher dimensions using classes in the Extreme.Mathematics.Calculus namespace.

Show code.

Numerical Differentiation

Illustrates how to approximate the derivative of a function.

Show code.

Differential Equations

Illustrates integrating systems of ordinary differential equations (ODE's).

Show code.