Click or drag to resize

BairstowRootFinderSolve(Polynomial) Method

Solves the give polynomial.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public BairstowRootFinderSolveResult Solve(
	Polynomial p
)

Parameters

p  Polynomial
The polynomial to solve.

Return Value

BairstowRootFinderSolveResult
Result of the solve.
Exceptions
ExceptionCondition
InvalidArgumentException thrown if
C#
is the constant polynomial.
See Also