I have to put this project on hold for a little bit, but since what's there
is cool already I thought I'd mention it here.
"FoxySheep" is the Python portion of Robert Jacobson's Mathematica parser,
with a crude translator to Python.
It also include translation from InputForm to FullForm and can
Sry for the double posting.
My first post just didn't show up and I thought something went wrong.
NicoJG schrieb am Sonntag, 2. August 2020 um 18:31:00 UTC+2:
>
> Hi,
>
> I found a bug where a definite integral is calculated wrong.
> WolframAlpha result for comparison.
>
> Code:
> integrate(sqrt
Hi,
I found a bug where a definite integral is calculated wrong.
WolframAlpha result for comparison.
Code:
integrate(sqrt(2-2*cos(x)),x,0,2*pi)
Also if I type show() instead of print() SageMathCell won't show anything.
Also the indefinite integral does not simplify well.
[image: sage_wrong_int
Hi,
I discovered a bug, where a definite integral is calculated wrong!
WolframAlpha result for comparison.
Code:
integrate(sqrt(2-2*cos(x)),x,0,2*pi)
Also if I type show() instead of print() SageMathCell just doesn't show
anything.
Also the form in which the indefinite integral is given is not