Click or drag to resize

PolynomialsPolyDerivative(Complex, DVector) Method

Evaluates the derivative of a polynomial with real coefficients.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public static Complex PolyDerivative(
	Complex value,
	DVector coefficients
)

Parameters

value  Complex
Value to substitute.
coefficients  DVector
Original polynomial coefficients.

Return Value

Complex
The evaluation of the derivate of the polynomial.
See Also