Click or drag to resize

NewtonFindRoot Properties

The NewtonFindRoot type exposes the following members.

Properties
  NameDescription
Public propertyDerivativeFunction
Gets the derivative of Function.
Public propertyDerivativeTolerance
Gets or sets the tolerance used to determine whether the derivative is zero for the purposes of aborting the calculation and setting the ResultType to SolverFailedDueToHorizontalSlope.
Public propertyDerivativeValue
Gets the value of the DerivativeFunction at the Root.
Public propertyFunction
Gets the evaluation function.
Public propertyFunctionTolerance
Gets or sets the tolerance used to determine whether the function is zero and a root has been found.
Public propertyFunctionValue
Gets the value of the Function at the Root.
Public propertyIterations
Gets the number of iterations taken.
Public propertyLowerBound
Gets or sets the lower bound of the range of independent variables to search for the root within.
Public propertyMaximumStepsize
Gets or sets the maximum size of the step to take during a single iteration.
Public propertyResultType
Gets the type of result the Root represents.
Public propertyRoot
Gets the value of the root. Consult the ResultType property for whether the calculated root is the result of a finished calculation, or some other failure condition such as the failure to converge in the allotted number of maximum iterations.
Public propertyUpperBound
Gets or sets the upper bound of the range of independent variables to search for the root within.
Public propertyVariableTolerance
Gets or sets the tolerance used to determine whether a root guess is the same as another root guess, used in early detection of non-convergence.
Top
See Also