Chebyshev coefficients: Difference between revisions

Content deleted Content added
Created page with "{{draft task|Chebyshev coefficients}} <p>Chebyshev coefficients are the basis of polynomial approximations of functions. Write a program to generate Chebyshev coefficients.</..."
 
Line 28:
}
</lang>
Coefficients:
<lang C>
1.716325 -0.252478 -0.166559 -0.044725 0.087411 0.200273 0.269024 0.279676 0.229249 0.128350
</lang>
 
=={{header|J}}==
From 'J for C Programmers: Calculating Chebyshev Coefficients [[http://www.jsoftware.com/learning/a_first_look_at_j_programs.htm#_Toc191734318]]