MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Jacobi polynomials in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg99036] Re: Jacobi polynomials in Mathematica
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 24 Apr 2009 06:13:24 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <gsrqsm$rac$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

a simple check

JacobiP[n, a, b, z] /. {n -> 0.5, a -> 0.5, b -> 0.5, z -> 0.2}

gives

0.767081

so, it may be defined.

Regards
   Jens

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!
> 


  • Prev by Date: Re: Combine ErrorListPlot with another graphics
  • Next by Date: Re: MatrixPlot with color range bar
  • Previous by thread: Re: Jacobi polynomials in Mathematica
  • Next by thread: Re: Jacobi polynomials in Mathematica