| www.delorie.com/gnu/docs/maxima/maxima_55.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[specfun package] return the associated Legendre function of the second kind for integers n > -1 and m > -1.
Reference: Gradshteyn and Ryzhik 8.706 page 1000.
To access this function, load("specfun").
See also ASSOC_LEGENDRE_P, LEGENDRE_P, and LEGENDRE_Q.
[specfun package] return the Chebyshev function of the first kind for integers n > -1.
Reference: A&S 22.5.31 page 778 and A&S 6.1.22 page 256.
To access this function, load("specfun").
See also CHEBYSHEV_U.
[specfun package] return the Chebyshev function of the second kind for integers n > -1.
Reference: A&S, 22.8.3 page 783 and A&S 6.1.22 page 256.
To access this function, load("specfun").
See also CHEBYSHEV_T.
[specfun package] return the generalized Laguerre polynomial for integers n > -1.
To access this function, load("specfun").
Reference: table on page 789 in A&S.
[specfun package] return the Hermite polynomial for integers n > -1.
To access this function, load("specfun").
Reference: A&S 22.5.40 and 22.5.41, page 779.
[specfun package] return the Jacobi polynomial for integers n > -1 and a and b symbolic or a > -1 and b > -1. (The Jacobi polynomials are actually defined for all a and b ; however, the Jacobi polynomial weight (1-x)^a(1+x)^b isn't integrable for a <= -1 or b <= -1. )
When a, b, and x are floats (but not bfloats) specfun calls a special modedeclared version of jacobi_p. For numerical values, the modedeclared version is much faster than the other version. Many functions in specfun are computed as a special case of the Jacobi polynomials; they also enjoy the speed boost from the modedeclared version of jacobi.
If n has been declared to be an integer, jacobi_p (n, a, b, x) returns a summation representation for the Jacobi function. Because Maxima simplifies 0^0 to 0 in a sum, two terms of the sum are added outside the summation.
To access this function, load("specfun").
Reference: table on page 789 in A&S.
[specfun package] return the Laguerre polynomial for integers n > -1.
Reference: A&S 22.5.16, page 778 and A&S page 789.
To access this function, load("specfun").
See also GEN_LAGUERRE.
[specfun package] return the Legendre polynomial of the first kind for integers n > -1.
Reference: A&S 22.5.35 page 779.
To access this function, load("specfun").
See LEGENDRE_Q.
[specfun package] return the Legendre polynomial of the first kind for integers n > -1.
Reference: A&S 8.6.19 page 334.
To access this function, load("specfun").
See also LEGENDRE_P.
[specfun package] return the spherical Bessel function of the first kind for integers n > -1.
Reference: A&S 10.1.8 page 437 and A&S 10.1.15 page 439.
To access this function, load("specfun").
See also SPHERICAL_HANKEL1, SPHERICAL_HANKEL2, and SPHERICAL_BESSEL_Y.
[specfun package] return the spherical Bessel function of the second kind for integers n > -1.
Reference: A&S 10.1.9 page 437 and 10.1.15 page 439.
To access this function, load("specfun").
See also SPHERICAL_HANKEL1, SPHERICAL_HANKEL2, and SPHERICAL_BESSEL_Y.
[specfun package] return the spherical hankel function of the first kind for integers n > -1.
Reference: A&S 10.1.36 page 439.
To access this function, load("specfun").
See also SPHERICAL_HANKEL2, SPHERICAL_BESSEL_J, and SPHERICAL_BESSEL_Y.
[specfun package] return the spherical hankel function of the second kind for integers n > -1.
Reference: A&S 10.1.17 page 439.
To access this function, load("specfun").
See also SPHERICAL_HANKEL1, SPHERICAL_BESSEL_J, and SPHERICAL_BESSEL_Y.
[specfun package] return the spherical harmonic function for integers n > -1 and | m | <= n .
Reference: Merzbacher 9.64.
To access this function, load("specfun").
See also ASSOC_LEGENDRE_P
[specfun package] return the ultraspherical polynomials for integers n > -1. The ultraspherical polynomials are also known as Gegenbauer polynomials.
Reference: A&S 22.5.27
To access this function, load("specfun").
See also JACOBI_P.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |