First time here? Check out the FAQ!

Ask Your Question
0

Wrong error message

asked 9 years ago

Peter Luschny gravatar image

updated 2 years ago

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."

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 9 years ago

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.

Preview: (hide)
link

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: 9 years ago

Seen: 356 times

Last updated: Aug 17 '15