-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Add doctest for integrating exp(t)/(t + 1)^2 with giac #25626
Comments
comment:1
Regarding the bug: maybe the Regarding the Trac ticket: not sure if this belongs to "interfaces" or "symbolics". Was this fixed in another ticket? This is what I get with Sage 8.3.rc3:
|
This comment has been minimized.
This comment has been minimized.
comment:2
Oh, I see, instead of Slightly better than |
comment:4
Giac does the following
|
comment:5
NB: it seems that it is not giac himself that is changing the quotient to a product but the conversion filter called before using giac:
|
comment:7
Well, the expression itself is not considered as a quotient in sage:
|
comment:8
I don't think Sage's symbolic expressions are ever |
comment:9
In Sage 9.3.rc0:
Probably one of the Should we add a doctest? |
This comment has been minimized.
This comment has been minimized.
comment:11
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review. |
Changed keywords from giac to giac, integral |
New commits:
|
Author: Rajat Sirohi |
Commit: |
comment:18
Perfect. |
Reviewer: Kwankyu Lee |
comment:19
Well, with giac 1.9 which has just been allowed from the system I get
I haven't really checked whether it can be simplified to the previous form or not. |
comment:20
Replying to @kiwifb:
In fact, when you simplify the second expression, it is indeed equivalent to the first. |
Changed branch from u/gh-Rajat-Sirohi/add_doctest_for_integrating_exp_t___t___1__2_with_giac to |
comment:22
Follow up at #34037 |
Changed commit from |
This ticket is to add a doctest:
[Original report]
Using sage 8.3.beta6:
whereas used directly,
giac
integrates with no problem:So why did Sage return
undef
for this computation?First time reporting bug to Sage.
CC: @frederichan-IMJPRG @sagetrac-parisse @rwst @slel
Component: interfaces
Keywords: giac, integral
Author: Rajat Sirohi
Branch:
cdae633
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/25626
The text was updated successfully, but these errors were encountered: