manpagez: man pages & more
info cln
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.3 Special polynomials

The following functions return special polynomials.

cl_UP_I tschebychev (sintL n)

Returns the n-th Chebyshev polynomial (n >= 0).

cl_UP_I hermite (sintL n)

Returns the n-th Hermite polynomial (n >= 0).

cl_UP_RA legendre (sintL n)

Returns the n-th Legendre polynomial (n >= 0).

cl_UP_I laguerre (sintL n)

Returns the n-th Laguerre polynomial (n >= 0).

Information how to derive the differential equation satisfied by each of these polynomials from their definition can be found in the doc/polynomial/ directory.


This document was generated on August 27, 2013 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.