Menu

#4865 Some elementary integrals not solved by risch

None
closed
nobody
risch (21)
5
2 days ago
2 days ago
No

Spotted by Claude:

(%i1) risch((1 + 1/x + 1/x^2)*%e^(-1/x), x);
(%o1) %e^-(1/x)*x+'integrate(%e^-(1/x)/x^2,x)

(%i2) risch((2 + 2/x^2 + 5/x^3)*%e^(-1/(2*x^2)), x);
(%o2) 2*%e^-(1/(2*x^2))*x+5*'integrate(%e^-(1/(2*x^2))/x^3,x)

Both have elementary antiderivatives.
sinint can solve them, but it uses gamma_incomplete.
Fix coming.

Discussion

  • David Scherfgen

    David Scherfgen - 2 days ago
    • status: open --> closed
     
  • David Scherfgen

    David Scherfgen - 2 days ago

    Fixed by commit [f9fb24].

     

    Related

    Commit: [f9fb24]


Log in to post a comment.

Monday.com Logo