Ask Your Question
0

Wrong error message

asked 2015-08-17 12:16:08 +0200

Peter Luschny gravatar image

updated 2023-01-09 23:59:38 +0200

tmonteil gravatar image

The best things in Sage are 'mathematica_free'. No, no, I never would say this!

(exp(2*x)/cosh(exp(x))).integral(x,algorithm='mathematica_free')

I*(log(I*e^(-e^x) + 1) - log(-I*e^(-e^x) + 1))*e^x + I*polylog(2, I*e^(-e^x)) - I*polylog(2, -I*e^(-e^x))

BUT:

(exp(3*x)/cosh(exp(x))).integral(x,algorithm='mathematica_free')

AttributeError: 'NoneType' object has no attribute 'groups'

I think Sage wanted to say: "Mathematica could not find a formula for your integral."

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-08-17 15:52:16 +0200

kcrisman gravatar image

We didn't have a way to parse the current things that is returned from this integrator when there is no solution found. See Trac 19046.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-08-17 12:16:08 +0200

Seen: 286 times

Last updated: Aug 17 '15