Solution not returns #2

Issue #171 resolved
Former user created an issue

Hi,

I try to run the next code,

    IExpr exp1 = util.evaluate("x=985.3698808807793");
    IExpr exp2 = util.evaluate("y=89.73311105248706");
    IExpr exp3 = util.evaluate("z=30.358930164378133");
    IExpr exp4 = util.evaluate("w=143.26674070021394");
    IExpr exp5 = util.evaluate("q=923.282853878973");
    IExpr exp6 = util.evaluate("j=955.7677262340256");
    IExpr exp = util.evaluate(" N(Solve(q/w==(m+2.0*y)/(m+z+x+j),m))");

And the "exp" not returns me the solution for m. Am I doing something wrong?

Comments (2)

  1. Log in to comment