Chebyshev Series.Get Derivative Method
Returns a Curve that represents the derivative
of this ChebyshevSeries.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A ChebyshevSeries that represents the derivative of this curve.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.