nerdamer icon indicating copy to clipboard operation
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

Open michaelcheers opened this issue 3 years ago • 1 comments

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.

michaelcheers avatar Dec 12 '21 03:12 michaelcheers

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.

gunnarmein-ts avatar Dec 17 '21 02:12 gunnarmein-ts