-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Convert piecewise functions to SymPy #21412
Milestone
Comments
comment:1
In #23923 the conversion of the formal piecewise function |
Commit: |
Author: Frédéric Chapoton |
Branch: u/chapoton/21412 |
comment:2
Here is a proposal New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
LGTM. |
Reviewer: Travis Scrimshaw |
comment:6
moving milestone to 9.0 |
Changed branch from u/chapoton/21412 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SymPy version of
piecewise
is an ordered list of conditions. To convert our interval-based piecewise functions a dedicated algorithm insidesymbolic/expression_conversions.py
is needed.CC: @rwst
Component: interfaces
Author: Frédéric Chapoton
Branch/Commit:
000edf6
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/21412
The text was updated successfully, but these errors were encountered: