Click or drag to resize

NewtonFindRoot.SetInitialGuessOfRootLocation 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.3.420.0 (24.3.420.0)
Syntax
public void SetInitialGuessOfRootLocation(
	double guess
)

Parameters

guess
Type: System.Double
The guess of the roots location.
See Also