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

inverting exponents/roots in solving equations #63

Open
2 tasks
evykassirer opened this issue Dec 30, 2016 · 0 comments
Open
2 tasks

inverting exponents/roots in solving equations #63

evykassirer opened this issue Dec 30, 2016 · 0 comments

Comments

@evykassirer
Copy link
Contributor

evykassirer commented Dec 30, 2016

right now if you get to x^2 = 4, it won't know to square root both sides.

operations that would be nice to invert on both sides:

  • exponents to roots
  • roots to exponents

these can be added to EquationOperations.isolateSymbolOnLeftSide (there's a TODO marking the place!)

in the future it'd also be great to do logs <=> powers -- though we don't support log functions currently (the only function node we support so far is abs), so that'd have to be done first but wouldn't be to big of a change I think

@evykassirer evykassirer modified the milestone: full exponent support Jan 21, 2017
@evykassirer evykassirer modified the milestones: full exponent support, full root support Jan 21, 2017
@aelnaiem aelnaiem removed the roots label Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants