Solving Equations in Visual Basic

Newton-Raphson Equation Solver

Illustrates the use of the NewtonRaphsonSolver class for solving equations in one variable and related functions for numerical differentiation.

Show code.

Root Bracketing Solvers

Illustrates the use of the root bracketing solvers for solving equations in one variable.

Show code.

Nonlinear Systems

Illustrates the use of the NewtonRaphsonSystemSolver and DoglegSystemSolver classes for solving systems of nonlinear equations.

Show code.