Chebyshev coefficients: Difference between revisions

Content deleted Content added
m add a ;Task: section header, added whitespace.
Line 1:
{{draft task|Mathematics}}
 
<p>Chebyshev coefficients are the basis of polynomial approximations of functions. Write a program to generate Chebyshev coefficients.</p>
<p>CalculateChebyshev coefficients: are cosinethe function,basis 10of coefficients,polynomial approximations of intervalfunctions. 0 1</p>
 
 
;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}}==