-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
exact_part for asymptotic expansions #19931
Comments
Author: Benjamin Hackl |
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch: u/behackl/asy/exact_part |
comment:2
I'd prefer to copy the expression and to delete all non-exact elements. In general, this should be more efficient than recreating a poset with almost all elements --- after all, in general, there will be more exact terms than error terms. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
Replying to @cheuberg:
I agree, this strategy seems to be more efficient than building the entire expansion again. I've adapted the implementation. |
Reviewer: Clemens Heuberger |
comment:5
Doctests pass according to patchbot, documentation builds, code now fine. |
Changed branch from u/behackl/asy/exact_part to |
For various reasons, having a method
expansion.exact_part
that returns the asymptotic expansion that consists of allExactTerm
-summands would be very useful.This ticket provides such a method.
CC: @dkrenn @cheuberg
Component: asymptotic expansions
Author: Benjamin Hackl
Branch/Commit:
7276172
Reviewer: Clemens Heuberger
Issue created by migration from https://trac.sagemath.org/ticket/19931
The text was updated successfully, but these errors were encountered: