Click or drag to resize

QuarticRealPolynomialRealRoots Method (Double, Double, Double, Double, Double)

Compute real roots.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double[] RealRoots(
	double a,
	double b,
	double c,
	double d,
	double e
)

Parameters

a
Type: SystemDouble
The coefficient of the 4th order monomial.
b
Type: SystemDouble
The coefficient of the 3rd order monomial.
c
Type: SystemDouble
The coefficient of the 2nd order monomial.
d
Type: SystemDouble
The coefficient of the 1st order monomial.
e
Type: SystemDouble
The coefficient of the 0th order monomial.

Return Value

Type: Double
An array containing the real valued roots.
See Also