Chebyshev coefficients: Difference between revisions

Content added Content deleted
m (add a ;Task: section header, added whitespace.)
Line 1: Line 1:
{{draft task|Mathematics}}
{{draft task|Mathematics}}

<p>Chebyshev coefficients are the basis of polynomial approximations of functions. Write a program to generate Chebyshev coefficients.</p>
<p>Calculate coefficients: cosine function, 10 coefficients, interval 0 1</p>
Chebyshev coefficients are the basis of polynomial approximations of functions.


;Task:
Write a program to generate Chebyshev coefficients.

Calculate coefficients: &nbsp; cosine function, &nbsp; '''10''' &nbsp; coefficients, &nbsp; interval &nbsp; '''0 &nbsp; 1'''
<br><br>


=={{header|C}}==
=={{header|C}}==