Re: MeijerG again
- To: mathgroup at smc.vnet.net
- Subject: [mg55689] Re: MeijerG again
- From: APC <caraman48 at yahoo.com>
- Date: Sun, 3 Apr 2005 05:50:56 -0400 (EDT)
- References: <20271490.1112452055413.JavaMail.jakarta@nitrogen.mathforum.org>
- Sender: owner-wri-mathgroup at wolfram.com
in 5.1 this is what you get after simplifying: input: DSolve[{Sin[t]*f''[t] + Cos[t]*f'[t] + 3/4*Sin[t]*f[t] == 0, f[-Pi/2] == 1 , f'[-Pi/2] == 0}, f[t], t] result: (8*Sqrt[Pi]*(Pi*LegendreP[1/2, Cos[t]]* LegendreQ[-(1/2), 0] - 2*EllipticK[1/2]* LegendreQ[1/2, Cos[t]]))/(8*Pi^(3/2) + EllipticK[1/2]*Gamma[-(1/4)]^2)