Click or drag to resize

NewtonFindRootSetInitialGuessOfRootLocation Method

Sets the initial guess of the root's location. This sets Root to the provided guess, ResultType to InitialGuess and Iterations is set to 0. If Function and/or DerivativeFunction are non-null the method also assigns assigns FunctionValue and DerivativeValue respectively.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetInitialGuessOfRootLocation(
	double guess
)

Parameters

guess
Type: SystemDouble
The guess of the roots location.
See Also