ChebyshevPoly.m
by David Terr
12 May 2004
(Updated 15 Jun 2004)
This program returns the coefficients of the Chebyshev polynomial T_n, given n.
|
Watch this File
|
| File Information |
| Description |
Given a nonnegative integer n, ChebyshevPoly(n) returns the coefficients of the Chebyshev polynomial T_n, given n.
polyval(ChebyshevPoly(n),x) evaluates
T_n(x). |
| MATLAB release |
MATLAB 6.0 (R12)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 18 May 2004 |
badr soltan
|
|
|
| 28 Jun 2004 |
James McDonald
|
|
|
| 29 Nov 2006 |
odai hammouri
|
|
|
| 25 Jan 2007 |
Jahnavi Sharma
|
|
|
| Updates |
| 19 May 2004 |
I changed Laguerre to Chebyshev in the summary. |
| 15 Jun 2004 |
I modified this function so that it returns the result as a column vector. |
|
Contact us at files@mathworks.com