[sage-devel] [ANN] FoxySheep 1.2.1 released

2020-08-02 Thread Rocky Bernstein
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

[sage-devel] Re: Definite Integral is wrong

2020-08-02 Thread NicoJG
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

[sage-devel] Definite Integral is wrong

2020-08-02 Thread NicoJG
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

[sage-devel] Definite Integral wrong

2020-08-02 Thread Nico Guth
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