Many thanks to all contributors and participants of Sage Days 111!
Ticket
report:
https://trac.sagemath.org/query?keywords=~sd111&groupdesc=1&group=status&col=id&col=summary&col=keywords&col=owner&col=type&col=status&col=priority&order=priority
On Sunday, November 22, 2020 at 11:41:01 AM UTC-8
2020-12-11 19:26:46 UTC, Martin:
> I am planning to organize sagespeciesdays for February,
>
with making lazy power series sane as a subgoal. It would be
>
extremely motivating if some people put themselves into
>
the CC field of the ticket Frédéric pointed out, to signal interest.
>
Suggestion:
Hi,
Meanwhile, lazy Laurent series ring is also available.
sage: L. = LazyLaurentSeriesRing(QQ)
sage: f = 1 - z - z^2
I am planning to organize sagespeciesdays for February, with making lazy
power series sane as a subgoal. It would be extremely motivating if some
people put themselves into the CC field of the ticket Frédéric pointed out,
to signal interest.
Best wishes,
Martin
Frédéric Chapoton schrieb am F
In https://trac.sagemath.org/ticket/31035 I propose to remove the special
mathjax configuration from Sage's installation of the Jupyter notebook – I
believe that it has become obsolete after our recent updates to the Jupyter
packages, which bring their own copy of mathjax.
--
You received this
Le ven. 11 déc. 2020 à 08:56, Sébastien Labbé:
>
> On Thursday, December 10, 2020 at 11:54:18 AM UTC+1 Dima:
>>
>> On Thu, Dec 10, 2020 at 10:50 AM Vincent Delecroix:
>> >
>> > All the services (= trac + wiki + zulip) could plausibly be hosted
>> > by CNRS in France. There are dedicated servers for
Salut,
Le code sur les espèces est connu pour être farci de bugs, et personne ne
s'en est préoccupé depuis très longtemps.
cf https://trac.sagemath.org/ticket/30727
Fred
Le vendredi 11 décembre 2020 à 10:16:33 UTC+1, vivia...@gmail.com a écrit :
> Dear all,
>
> I discovered a weird bug on power
Dear all,
I discovered a weird bug on power series when computing the inverse of a
serie. Look at this.
This computation gives the expected result
sage: L. = LazyPowerSeriesRing(QQ)
sage: f = 1 - z - z^2
sage: b = ~f
sage: b.compute_coefficients(10)
sage: b
1 + z + 2*z^2 + 3*z^3 + 5*z^4 + 8