nerdamer icon indicating copy to clipboard operation
nerdamer copied to clipboard

Another solve issue

Open markhats opened this issue 2 years ago • 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.

markhats avatar Jan 23 '22 20:01 markhats