Chebyshev Series.Get Derivative Method
Returns a Curve that represents the derivative
of this ChebyshevSeries.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A ChebyshevSeries that represents the derivative of this curve.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Curve GetDerivative()
Return Value
CurveA ChebyshevSeries that represents the derivative of this curve.
Remarks
The derivative of a Chebyshev series is evaluated directly in terms of the coefficients of the series and is returned as a new Chebyshev series of degree one less than the original.