-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
frac(x) immediate simplifications #21274
Comments
Author: Ralf Stephan |
New commits:
|
Commit: |
comment:3
This all seems to work, but it's handling very specific cases and it would be much nicer if the system knew this:
|
comment:4
Actually the mechanics for this exists (eg pynac/pynac#78) but |
comment:5
A very micro optimization:
|
comment:6
Why is this part of the function |
comment:7
Very interesting. I completely forgot about these. First, if you look at Secondly, I removed the I'm aware of the function |
comment:8
As a further data point SymPy does not have functions as expression members at all, not even |
comment:9
The main difference with SymPy is that Sage deals with a lot of different objects. |
comment:11
Replying to @videlec:
More and more I agree with this, see #24178. Still, I really don't want the symbolic version as |
As a followup to #21232 these automatic simplifications should be added:
CC: @mkoeppe
Component: symbolics
Author: Ralf Stephan
Branch/Commit: u/rws/frac_x__immediate_simplifications @
bf36286
Issue created by migration from https://trac.sagemath.org/ticket/21274
The text was updated successfully, but these errors were encountered: