chebyshev_series_delta
Overloads
| Name | Description |
|---|---|
chebyshev_series_delta(integer degree, const Interval interval, real center) -> ChebyshevSeries | Generates a Chebyshev series that approximates a delta function over the specified interval. |
chebyshev_series_delta(integer degree, const Interval interval) -> ChebyshevSeries | Generates a Chebyshev series that approximates a delta function over the specified interval. |
chebyshev_series_delta(integer degree, const Interval interval, real center) -> ChebyshevSeries
Generates a Chebyshev series that approximates a delta function over the specified interval.
Parameters
- degree: The degree of the Chebyshev series.
- interval: The interval [a, b] over which the Chebyshev series is defined.
- center: The center of the delta function (must lie in the interval [a, b]).
chebyshev_series_delta(integer degree, const Interval interval) -> ChebyshevSeries
Generates a Chebyshev series that approximates a delta function over the specified interval.
Parameters
- degree: The degree of the Chebyshev series.
- interval: The interval [a, b] over which the Chebyshev series is defined.