On Monday, April 1, 2013 2:44:36 AM UTC-4, Ben Goodrich wrote: > > g = y * ((1-(z*y)**2)**(-2+K/2 + eta) * gamma(S(1)/2 * > (-1+K)+eta))/(sqrt(pi) * gamma(-1+K/2+eta)) * (2 * (y**2)**eta > (1-y**2)**(S(1)/2 * (-4+K)))/beta(S(1)/2+eta,-1+K/2) > f = simplify(integrate(g, (y, 0, 1), meijerg=True)) >
Sorry for the noise. I had an eta (1-y**2) in the expression for g when I meant eta * (1-y**2). Now, it yields a helpful answer. Thanks, Ben -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
