2020-08-04 14:21 UTC, Dima Pasechnik:
>
> I've switched trac to send notifications via a host called
> sagemath.openbsd.amsterdam
> (after wasting a lot of time trying to use Google's G-suite, it's hell )
>
> Let me know whether this works for you - I see it working for me
> (sending trac notificat
On Aug 04, Dima Pasechnik wrote:
On Tue, Aug 4, 2020 at 3:30 PM 'Reimundo Heluani' via sage-devel
wrote:
On Aug 04, Dima Pasechnik wrote:
>I've switched trac to send notifications via a host called
>sagemath.openbsd.amsterdam
>(after wasting a lot of time trying to use Google's G-suite, it's h
On Tue, Aug 4, 2020 at 3:30 PM 'Reimundo Heluani' via sage-devel
wrote:
>
> On Aug 04, Dima Pasechnik wrote:
> >I've switched trac to send notifications via a host called
> >sagemath.openbsd.amsterdam
> >(after wasting a lot of time trying to use Google's G-suite, it's hell )
> >
> >Let me know wh
On Aug 04, Dima Pasechnik wrote:
I've switched trac to send notifications via a host called
sagemath.openbsd.amsterdam
(after wasting a lot of time trying to use Google's G-suite, it's hell )
Let me know whether this works for you - I see it working for me
(sending trac notifications to my gmail
I've switched trac to send notifications via a host called
sagemath.openbsd.amsterdam
(after wasting a lot of time trying to use Google's G-suite, it's hell )
Let me know whether this works for you - I see it working for me
(sending trac notifications to my gmail address - and getting these).
Dim
BTW :
sage: integrate(sqrt(2-2*cos(x)),x, algorithm="fricas")
-2*(cos(x) + 1)*sqrt(-2*cos(x) + 2)/sin(x)
sage: integrate(sqrt(2-2*cos(x)),x, algorithm="mathematica_free")
-2*sqrt(-2*cos(x) + 2)*cot(1/2*x)
Both are visually (on plot) and numerically correct ; both differentiate to
expressions v
On Tue, Aug 4, 2020 at 9:02 AM Thierry Dumont
wrote:
>
> I ran the test again:
>
> sage-t --long ./parigp.py
>
> and this gives:
>
> Warning, slow doctest:
> pari('K = bnfinit(y^4-52*y^2+26,1); pol =
> rnfkummer(bnrinit(K,3,1),Mat(5)); L = rnfinit(K, pol);
> polredabs(polredbest(L.polabs))')