Skip to content

Multivariate power series are missing integral and division method #14814

@hivert

Description

@hivert
sage: R.<x>=PowerSeriesRing(QQ, 'x')
sage: (x+x^2).integral()
1/2*x^2 + 1/3*x^3
sage: R.<x,y>=PowerSeriesRing(QQ, 'x y')
sage: (x+x^2).integral(x)
...
AttributeError: 'MPowerSeries' object has no attribute 'integral'

I also implement division by a non unit series (thanks Nicolas for preliminary code) and fixes the latex method which was buggy

Apply:

Component: algebra

Keywords: integral multivariate power series

Author: Florent Hivert, Nicolas M. Thiéry

Branch/Commit: u/vbraun/series_integral_div @ 02333e3

Reviewer: Frédéric Chapoton

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions