-
-
Notifications
You must be signed in to change notification settings - Fork 626
Substitutions inside piecewise functions don't work #22102
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
Comments
comment:1
It may be desirable to substitute inside the piece expressions only, and require the user to generate a new function for a variable change. |
Author: Ralf Stephan |
New commits:
|
Commit: |
comment:4
#21071 requires a different approach. |
see #38706 for some progress |
5 tasks
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Sep 27, 2024
sagemathgh-38706: better subs on piecewise functions This will allow to change variable for another variable in piecewise functions. This will fix sagemath#22102 ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. URL: sagemath#38706 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Sep 28, 2024
sagemathgh-38706: better subs on piecewise functions This will allow to change variable for another variable in piecewise functions. This will fix sagemath#22102 ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. URL: sagemath#38706 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not implemented at the moment
Component: symbolics
Author: Ralf Stephan
Branch/Commit: u/rws/substitutions_inside_piecewise_functions_don_t_work @
98cab8b
Issue created by migration from https://trac.sagemath.org/ticket/22102
The text was updated successfully, but these errors were encountered: