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

Add algebra solver #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

swapneils
Copy link

An algebra solver seems like an essential addition to a library of core math functions, not to mention I came across the idea by trying to get something solved and learning that "evaluate_math" was actually "evaluate_arithmetic".

EvaluateAlgebra is based on sympy. It uses the parse_expr method to process strings, so (unlike the sympify approach) it shouldn't pose a risk if the system generates bad outputs.

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

Successfully merging this pull request may close these issues.

1 participant