Solution not eliminated const

Issue #165 resolved
Former user created an issue

Hi,

I run the next code: IExpr exp = util.evaluate("Solve((3.0y)/x==(1.5y)/z,x)");

And get the next result: {{x->(2.0y)/(y1/z)}}

I expected too get the next result instead: {{x->(2.0*z)}}

Comments (1)

  1. Log in to comment