Skip to content
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

formal/lazy/infinite powerseries #6800

Closed
sagetrac-Henryk-Trappmann mannequin opened this issue Aug 22, 2009 · 8 comments
Closed

formal/lazy/infinite powerseries #6800

sagetrac-Henryk-Trappmann mannequin opened this issue Aug 22, 2009 · 8 comments

Comments

@sagetrac-Henryk-Trappmann
Copy link
Mannequin

New code that implements lazy power and Laurent series.

CC: @sagetrac-sage-combinat @mantepse

Component: algebra

Keywords: LazyPowerSeries

Author: Henryk Trappmann

Reviewer: Martin Rubey

Issue created by migration from https://trac.sagemath.org/ticket/6800

@sagetrac-Henryk-Trappmann
Copy link
Mannequin Author

Attachment: 12846.patch.gz

patch adds the file formal_powerseries.py

@aghitza
Copy link

aghitza commented Dec 8, 2009

comment:1

The documentation needs some serious reformatting to adhere to the ReST format. I am cc-ing sage-combinat because a lot of people there would be interested in formal power and Laurent series.

@aghitza
Copy link

aghitza commented Dec 8, 2009

Author: Henryk Trappmann

@aghitza

This comment has been minimized.

@mantepse
Copy link
Collaborator

Changed keywords from none to LazyPowerSeries

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@rwst
Copy link

rwst commented Mar 15, 2014

comment:5

I think although there is combinat.species.series.LazyPowerSeries this implementation would still be good to have, as the implementation in combinat misses many features included here. It is also needed for P-finite sequences.

However, I don't think it's right to define all special functions anew: the ring or a static function should be able to create a series from a symbolic expression (interpreted as e.g.f.), and , in case of a rational polynomial, delegate to CFiniteSequence (#15714).

There were a few failures:

   1 of  39 in sage.rings.formal_powerseries.FormalPowerSeries
   1 of   6 in sage.rings.formal_powerseries.FormalPowerSeries.nipow
   1 of   6 in sage.rings.formal_powerseries.FormalPowerSeries.pow
   3 of   8 in sage.rings.formal_powerseries.FormalPowerSeries0.abel
   1 of   4 in sage.rings.formal_powerseries.decidable0

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@mantepse
Copy link
Collaborator

comment:8

This is subsumed by #32324.

@mantepse mantepse removed this from the sage-6.4 milestone Aug 11, 2022
@mantepse
Copy link
Collaborator

Reviewer: Martin Rubey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants