Get True solutions

Issue #166 closed
Former user created an issue

Hi,

I'm asking again about a previous question: I'm running the next code: IExpr exp = util.evaluate("Solve(2*x/y==x/z,x)"); And get the solution: x->0.

This result is wrong, cause the right solution is for every x. So I suppose the "exp" should be True or something else that will represent this state.

Comments (2)

  1. Axel Kramer repo owner

    In this case the system "indirectly assumes" that y and z are unequal zero.

    So x->0 is as solution.

  2. Log in to comment