Skip to content
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

Automatically expand with series() expressions with O terms #1306

Open
skirpichev opened this issue Mar 17, 2023 · 0 comments
Open

Automatically expand with series() expressions with O terms #1306

skirpichev opened this issue Mar 17, 2023 · 0 comments
Labels
enhancement new feature requests (or implementation) needs decision series
Milestone

Comments

@skirpichev
Copy link
Collaborator

skirpichev commented Mar 17, 2023

Like e.g. Mathematica does:

In[1]:= 1/(1 - x + O[x]^2)
                    2
Out[1]= 1 + x + O[x]

See sympy/sympy#24913 and sympy/sympy#6737 as examples of related issues. Also, this will simplify the Order workaround in the Limit.doit().

@skirpichev skirpichev added enhancement new feature requests (or implementation) series needs decision labels Mar 17, 2023
@skirpichev skirpichev added this to the 0.15 milestone Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature requests (or implementation) needs decision series
Projects
Status: ToDo
Development

No branches or pull requests

1 participant