Re: Jacobi polynomials in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg99042] Re: Jacobi polynomials in Mathematica
- From: dh <dh at metrohm.com>
- Date: Fri, 24 Apr 2009 06:14:45 -0400 (EDT)
- References: <gsrqsm$rac$1@smc.vnet.net>
Hi Cora, at least the folllowing works: Plot[JacobiP[2.5, 1.5, 2.5, x], {x, 0, 10}] Daniel Cora L wrote: > Hello, > I have a simple question: in Mathematica the Jacobi polynomials are > implemented > as JacobiP[n, a, b, z], see > http://mathworld.wolfram.com/JacobiPolynomial.html > > Is JacobiP[n, a, b, z] also defined if n is not an integer? More > general, is > JacobiP[n, a, b, z] defined for all real n, a, b and z? > > Thanks! >