Re: hypergeom
- To: mathgroup at smc.vnet.net
- Subject: [mg81414] Re: [mg81371] hypergeom
- From: "Karthik S" <maddyks at gmail.com>
- Date: Sat, 22 Sep 2007 03:30:50 -0400 (EDT)
- References: <17294169.1190372553141.JavaMail.root@eastrmwml23.mgt.cox.net>
Thanks :-) On 9/21/07, Bob Hanlon <hanlonr at cox.net> wrote: > > You have one numerator parameter (length of first list) and two > denominator parameters (length of second list) so this is a 1F2. Change or > convert your output cells to TraditionalForm or explicitly convert the > expressions > > HypergeometricPFQ[{1}, {1/2 + k/2, 1 + k/2}, > -1/4 t^2 w^2] // TraditionalForm > > Sum[Pochhammer[1, n]/ > (Pochhammer[1/2 + k/2, n]*Pochhammer[ 1 + k/2, n]) * > (-1/4 t^2 w^2)^n/n!, > {n, 0, Infinity}] // TraditionalForm > > % == %% > > True > > > Bob Hanlon > > ---- Maddy <maddyks at gmail.com> wrote: > > Hi, > > > > I got this function > > HypergeometricPFQ[{1}, {1/2 + k/2, 1 + k/2}, -1/4 t^2 w^2] > > > > How can I write it in normal mathematical equation? > > > > Mathematica help says this: > > > > HypergeometricPFQ[{a1, a2....ap},{b1, b2 ....bq},z] is the generalized > hypergeometric function pFq(a;b;z) > > > > I don't get what is p and q in my case? > > > > Kindly help.. > > > > -- Cheers, Karthik