Solution not returns

Issue #170 closed
Former user created an issue

Hi,

Problem A: I run the next code:

    IExpr exp2 = util.evaluate("x=20.796855124168776");
    IExpr exp = util.evaluate("Solve(x==(-1.0000000000000002)*Sqrt(y^2.0),y)");

and don't get any solution. The exp result is "{}".

Problem B: When we run just the expression: IExpr exp = util.evaluate("Solve(x==(-1.0000000000000002)*Sqrt(y^2.0),y)");

without the prev line, we get the next solution: {{y->0.9999999999999998*Sqrt(x^2.0)}}

And the sqrt{x^2.0} should be changed to x.

Comments (1)

  1. Log in to comment