-
-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse unevaluated integral from giac #22997
Comments
Commit: |
Branch: u/mforets/22997 |
comment:1
does it correspond at the level or in the former case, is this correct?
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
Perhaps this exposes a bug in
although
just hangs. |
comment:5
here it works only after a looong time:
|
Reviewer: Steven Trogdon |
comment:6
OK, I was impatient. It took 30+ minutes here. |
Author: Marcelo Forets |
comment:7
Replying to @strogdon:
Thanks for the review! |
comment:8
Merge conflict |
comment:9
This really should have depended on #22833 since |
comment:10
Replying to @strogdon:
my fault, thanks for pointing it out.
there's something that i don't understand. i do:
up to now everything seems to work fine, locally. however i try to push to the remote branch and it breaks:
it also breaks if i use the automatic command:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
(merged into v.8.0.beta7) |
comment:13
The doctest is going to fail with the French locale:
|
comment:14
oops, sorry. |
Changed branch from u/mforets/22997 to |
If
integrate(..., algorithm='giac')
does not find a solution, Sage should return an unevaluated expression.For example, consider
integrate(exp(-x^2)*log(x), x, algorithm='giac')
.It returns either
or
depending on the user's locale settings (EN and FR respectively).
OTOH, both Maxima and SymPy return
integrate(e<sup>(-x</sup>2)*log(x), x)
.Component: calculus
Keywords: integrate, interfaces, giac
Author: Marcelo Forets
Branch/Commit:
0e5bdf0
Reviewer: Steven Trogdon
Issue created by migration from https://trac.sagemath.org/ticket/22997
The text was updated successfully, but these errors were encountered: