How do I find & calculation the coeffiecients if a Chevychev Polynomial for a sine wave? It seems as though the coeffiecients vary greatly depending on the precision you want the computer to calculate them (4-byte, 8-byte, etc.) Why? Is there such a polynomial for exp, ln, ATN, etc. Any easy-to-understand reference materials?
I know next to nothing about Chevychev Polynomials other then their range is from zero to one.
2006-07-02
11:40:12
·
3 answers
·
asked by
revicamc
4
in
Science & Mathematics
➔ Mathematics
I would like to know how to calculate the co-efficients for the Chevychev polynomial equivalent of y=sin(x) I've read that computers calculate the value of sin(x) using a Chevychev polynomial as opposed to the series:
x - (x^3)/3! + (x^5)/5! - (x^7)/7! + etc.
2006-07-12
12:23:26 ·
update #1
I saw an interesting article about the cos function, but have yet to get the coefficients for the sin function:
http://www.avocetsystems.com/company/articles/magazine/atrig.htm
2006-07-16
07:56:14 ·
update #2