nerdamer
nerdamer copied to clipboard
Inputting y=(1/2)*a*b^2*c^(-2) solving for y (an already solved equation) gets nerdamer stuck in an infinite loop
Try the following code:
nerdamer('y=(1/2)*a*b^2*c^(-2)').solveFor('y')
Even though the answer is easy for anyone to see, it still somehow gets Nerdamer stuck in an infinite loop.
Michael, I have also stumbled about inconsistencies with .solveFor() - but the good news is you can use
nerdamer('solve(y=(1/2)*a*b^2*c^(-2),y)')
instead. Works better in every case I know.