google / mathsteps

Step by step math solutions for everyone
https://socratic.org
Apache License 2.0
2.12k stars 274 forks source link

Taking the nthRoot of both sides #201

Closed aliang8 closed 7 years ago

aliang8 commented 7 years ago

More support for finding roots of an equation.

e.g. x^2 - 2 = 0 - > x = [nthRoot(2, 2)] e.g. (y + 1)^2 = 1 - > y = 0

ldworkin commented 7 years ago

Just did a very cursory pass, will come back and re-read later today, but looks great!