-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
conversion of power series with zero bigoh to polynomials #15707
Comments
comment:2
This should be fixed, probably also for series with finite precision, i.e. that do have an O(xn) term. There is already the method |
comment:4
Note that this is a conversion problem, not a coercion problem. There should be no coercion from |
comment:7
Agree, after sleeping over it and rereading the documentation. |
Branch: u/rws/ticket/15707 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
I agree with this as well (and it's coherent with what we do with real fields to Thanks, Travis |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Travis Scrimshaw |
comment:13
LGTM |
Author: Ralf Stephan |
Sage power series can have zero bigoh term, and such series are identical to polynomials, so coercion should be no problem.
If we should allow zero bigoh in power series is another matter.
Component: algebra
Author: Ralf Stephan
Branch/Commit: u/rws/ticket/15707 @
4ea4963
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/15707
The text was updated successfully, but these errors were encountered: