On Friday, February 20, 2015 at 3:48:25 AM UTC+5:30, Aaron Meurer wrote:
>
>  If someone has a copy of Maple, I'd be interested to see if the original 
> pmint 
> can do this integral.
>

Maple can't Integrate this, here is the result from Maple 18 :

> int((x^2+2*x+1+(3*x+1)*sqrt(x+log(x)))/(x*sqrt(x+log(x))*(x+sqrt(x+log(x
)))), x)

int((x^2+2*x+1+(3*x+1)*sqrt(x+ln(x)))/(x*sqrt(x+ln(x))*(x+sqrt(x+ln(x)))), x
)


Nor Mathematica 10:

In [6]: Integrate[(x ** 2 + 2*x + 1 + (3*x + 1)*sqrt (x + log (x)))/(x*
    sqrt (x + log (x))*(x + sqrt (x + log (x)))), x]

Out[6]: Integrate[(1 + 2*x + sqrt*(1 + 3*x)*(x + log*x) + x**2)/
    (x*(x + log*x)*(x + sqrt*(x + log*x))), x]/sqrt


AMiT Kumar
3rd Year Undergrad
Delhi Technological University
www.iamit.in



> On Thu, Feb 19, 2015 at 12:57 PM, Kalevi Suominen <[email protected] 
> <javascript:>> wrote: 
> > 
> > 
>
 

> > Sympy currently uses the parallel Risch algorithm for this function. 
> > The full Risch algorithm for functions with nonrational algebraic terms 
> is 
> > not implemented. 
> > 
> > -- 
> > 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] <javascript:>. 
> > To post to this group, send email to [email protected] 
> <javascript:>. 
> > Visit this group at http://groups.google.com/group/sympy. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/sympy/8182f914-e2c1-4f6b-845c-60823a077d0c%40googlegroups.com.
>  
>
> > 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/9555b4c0-37d4-4878-96a1-4307f75e5b7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to