integrate(x^(3-1)*(1-x)*(3-1),x,0,1) Why is this returning 1/6 and not 1/30?
More generally why is integrate(x^(ai-1)*(1-x)*(bi-1),x,0,1) returning (bi - 1)/(ai^2 + ai) and not beta(ai,bi) as it should? Running this on SMC. -- You received this message because you are subscribed to the Google Groups "sage-support" 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/sage-support. For more options, visit https://groups.google.com/d/optout.
