Re: hypergeom
- To: mathgroup at smc.vnet.net
- Subject: [mg81405] Re: hypergeom
- From: David Reiss <dbreiss at gmail.com>
- Date: Sat, 22 Sep 2007 03:25:48 -0400 (EDT)
- References: <fcvqeo$7g5$1@smc.vnet.net>
Paste HypergeometricPFQ[{1}, {1/2 + k/2, 1 + k/2}, -1/4 t^2 w^2] into a cell. Select that cell's cell bracket and then choose the menu item Cell>ConvertTo>TraditionalForm to see the expression in standard mathematics notation. Or execute TraditionalForm[HypergeometricPFQ[{1}, {1/2 + k/2, 1 + k/2}, -1/4 t^2 w^2] ]. p is the lenght of the list in the first argument of HypergeometricPFQ and q is the length of the list in the second argument. --David On Sep 21, 3:04 am, Maddy <madd... 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..