-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
The gen() method for power series over power series works incorrectly #10085
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I type the following:
I get True, and
gets me the "'int' object has no attribute 'coefficient'" error message.
I solved the problem by changing the following line in the gen() method:
by
The coefficient of order 1 in the series y should not be the integer 1, but the power series [1, 0, ...] in S1.
CC: axel.bacher@labri.fr @mwhansen @mantepse
Component: combinatorics
Keywords: LazyPowerSeries
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/10085
The text was updated successfully, but these errors were encountered: