jiggzson/nerdamer

Another solve issue

Opened this issue · 0 comments

Hello

Just trying to do:

solve(x+y+sqrt(x*y)=19, y)

and I get the result:

[]

I think it should be:

[1/2*(sqrt(76*x-3*x^2)-x+38), 1/2*(-sqrt(76*x-3*x^2)-x+38)]

Thanks.