Anyone have any suggestions on books on chebyshev polynomials?

In summary: Springer Verlag) is a great reference. It covers most of the material you would need for a basic understanding.
  • #1
wdlang
307
0
i find that chebyshev polynomials are quite useful in numerical computations

is there any good references?
 
Physics news on Phys.org
  • #2
wdlang said:
i find that chebyshev polynomials are quite useful in numerical computations

is there any good references?

I agree - they are very useful. I have used the discrete orthogonality of them to build nice routines for special functions or integrals I run across (often factor out leading order asymptotic and/or oscillating portions). I usually use something like Mathematica or Maxima to calculate the coefficients to high precision, which I then use in a c or MATLAB routine.

Options I am familiar with include:

Chebyshev and Fourier Spectral Methods, by Boyd (may be free online version). This is pretty high level (for grad course I think) but has tons of stuff in it.

Numerical Methods for Scientists and Engineers, by Hamming. I like this book, and it has a couple of nice chapters on this. Accessible to anyone who knows calculus.

Numerical Recipes, by Press et al., a nice general book that has good, practical sections on chebyshev polynomials. I am familiar with the 2nd edition, which is nice.

Prof. Trefethen has done some nice stuff recently, including leading the development of a nice package that can be used in recent versions of Matlab:
http://www2.maths.ox.ac.uk/chebfun/publications/

good luck!

jason
 
Last edited by a moderator:
  • #3
jasonRF said:
I agree - they are very useful. I have used the discrete orthogonality of them to build nice routines for special functions or integrals I run across (often factor out leading order asymptotic and/or oscillating portions). I usually use something like Mathematica or Maxima to calculate the coefficients to high precision, which I then use in a c or MATLAB routine.

Options I am familiar with include:

Chebyshev and Fourier Spectral Methods, by Boyd (may be free online version). This is pretty high level (for grad course I think) but has tons of stuff in it.

Numerical Methods for Scientists and Engineers, by Hamming. I like this book, and it has a couple of nice chapters on this. Accessible to anyone who knows calculus.

Numerical Recipes, by Press et al., a nice general book that has good, practical sections on chebyshev polynomials. I am familiar with the 2nd edition, which is nice.

Prof. Trefethen has done some nice stuff recently, including leading the development of a nice package that can be used in recent versions of Matlab:
http://www2.maths.ox.ac.uk/chebfun/publications/

good luck!

jason

thanks a lot

i am new to chebyshev polynomial actually

i have downloaded the book by boyd
 
Last edited by a moderator:
  • #4
Look at splines, ... then ...
 
  • #5
you can refer to

Chebyshev polynomials by J. C. Mason
 

Related to Anyone have any suggestions on books on chebyshev polynomials?

1. What are chebyshev polynomials?

Chebyshev polynomials are a type of mathematical polynomial used in approximation theory. They are named after Russian mathematician Pafnuty Chebyshev and have various applications in fields such as physics, engineering, and computer graphics.

2. How are chebyshev polynomials represented?

Chebyshev polynomials are typically represented in terms of their coefficients, which can be found through recursive formulas or through trigonometric functions. They can also be represented graphically as curves on a coordinate plane.

3. What are some common properties of chebyshev polynomials?

Chebyshev polynomials have a number of important properties, including being orthogonal on a given interval, having a recurrence relation, and being the minimax approximation for certain functions. They also have a specific set of roots on a given interval.

4. How are chebyshev polynomials used in approximation theory?

Chebyshev polynomials are often used in approximation theory to find the best approximation of a given function on a given interval. This is done by finding the coefficients of the polynomial that minimize the maximum error between the polynomial and the function.

5. Can you recommend any books on chebyshev polynomials?

Some popular books on chebyshev polynomials include "Chebyshev and Fourier Spectral Methods" by John Boyd, "Approximation Theory and Approximation Practice" by Lloyd Trefethen, and "Chebyshev Polynomials" by Riazuddin and Fayyazuddin. It is also helpful to consult mathematical textbooks on approximation theory or numerical analysis.

Similar threads

  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Differential Equations
Replies
2
Views
1K
  • Calculus
Replies
2
Views
1K
Replies
4
Views
983
  • Linear and Abstract Algebra
Replies
3
Views
801
  • Linear and Abstract Algebra
2
Replies
43
Views
4K
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
1K
Replies
27
Views
1K
Replies
2
Views
3K
Back
Top