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

SymPy Handling of conditional statements #5

Open
TK-21st opened this issue Aug 12, 2020 · 0 comments
Open

SymPy Handling of conditional statements #5

TK-21st opened this issue Aug 12, 2020 · 0 comments
Milestone

Comments

@TK-21st
Copy link
Collaborator

TK-21st commented Aug 12, 2020

For equation of the form:

if alpha < 1e-7:
    alpha = 0.1
else:
    alpha = np.exp(...)

This should ideally be rendered into a conditional statement in latex
image

@TK-21st TK-21st added this to the 0.2.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant