Solve doesn't give solution

Issue #155 resolved
Former user created an issue

Hi,

I'm running the next code:

IExpr exp = util.evaluate("Solve(x==2.0Sqrt(y)Sqrt(z),y)");

But the returned exp doesn't give me any answer. and it should give the answer: y->x^2/(4*z)

Comments (1)

  1. Log in to comment