-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
function to solve equations #38
Comments
A symbolic equation solver would be great of course :). In the same category as symbolic integration and differentiation (#35). This kind of stuff is not so trivial though. |
Yeah, this would be a great add to an already great library! Adding that feature is a bit above my javascript pay grade—but for the person who can tackle this, check out this project: https://github.com/aaronpowell/mathy.js I think this guy did a real nice implementation. Might be nice to emulate some of his architecture. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I don't know if this is in the scope of this project but it would be great to have a solve function.
Something like this:
where
x
will become:I will try to accomplish this by myself if I have to.
Thanks for this awesome library!
The text was updated successfully, but these errors were encountered: