-
-
Notifications
You must be signed in to change notification settings - Fork 698
Closed
Description
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:
- attachment: trac_14814-power_series_inverse_latex-fix-fh.patch
- attachment: trac_14814_review.patch
- attachment: trac_14814-review-2-dg.patch
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