Using solveEquations or solve with i alone on either side of = gives an error.
TimonDalton opened this issue · 1 comments
TimonDalton commented
This:
var sol = nerdamer.solveEquations(['x=i','x+y=3']);
returns
Error [NerdamerValueError]: i does not equal x
while
var sol = nerdamer.solveEquations(['x - i=0','x+y=3']);
is fine.
This happens in any example where i is alone on one side of the equal sign.
jiggzson commented
@TimonDalton, thanks for reporting. I suspect I have to review the logic in this line.