Deflates a polynomial by dividing out a root.
Namespace: Extreme.Mathematics.CurvesAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Polynomial Deflate(
double root
)
Public Function Deflate (
root As Double
) As Polynomial
public:
Polynomial^ Deflate(
double root
)
member Deflate :
root : float -> Polynomial
Parameters
- root
- Type: SystemDouble
A real number.
Return Value
Type:
PolynomialA polynomial of degree one less than
the original.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference