Solve doesn't give solution

Issue #175 resolved
Former user created an issue

Hi, I run the next code:

IExpr exp1 = util.evaluate("b=92"); IExpr exp = util.evaluate("Solve(Sqrt(-16.0+a^2.0)/(20.0-2.0*b)==0.5,a)");

and don't get any solution for 'a'

Comments (2)

  1. Log in to comment