Skip to content

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

Closed
FWeinb opened this issue Jul 30, 2013 · 2 comments
Closed

function to solve equations #38

FWeinb opened this issue Jul 30, 2013 · 2 comments

Comments

@FWeinb
Copy link

FWeinb commented Jul 30, 2013

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:

x = solve(f = x + 1, x) 

where x will become:

x =  f - 1 

I will try to accomplish this by myself if I have to.
Thanks for this awesome library!

@josdejong
Copy link
Owner

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.

@DavidDoesDev
Copy link

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 →

Projects
None yet
Development

No branches or pull requests

3 participants