NonLinearEquationsType

Description

The NonLinearEquationsType enumeration contains methods of calculating nonlinear equation systems.

It is used by the following properties and methods:

Available Values

  Value Brief description
0 HMethod. To solve the initial system, a modification of a hybrid algorithm implemented in the mathematical methods library MINPACK-1, is used.
1 MinErrorMethod. Solves the problem of finding minimum of the function with n number of variables.
2 NewtonMethod. The initial equation system is solved by iterations on equations and by finding partial derivatives. Iterations continue, until the set number of iterations is performed or the required solution accuracy is reached.
3 IterationsMethod. Modified method of simple iterations is used to solve the original system.
4 MinErrorGaussNewtonMethod. The sum of squares is minimized using modified Newton's method.

See also:

Stat Assembly Enumerations | Methods of solving a system of nonlinear equations