Click or drag to resize
ZeroSystem Constructor
Creates an object to find the zeros of a system of n equations.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ZeroSystem(
	int n
)

Parameters

n
Type: SystemInt32
The number of equations that the solver handles.
See Also