FindRoot multi variable solution

Issue #26 closed
Former user created an issue

FindRoot[{Exp[x - 2] == y, y^2 == x}, {{x, 1}, {y, 1}}]

The above equation is not giving result in online symja

Comments (3)

  1. Axel Kramer repo owner

    Hello

    do you know a particular implementation in commons math (or other Open Source Java math libraries) which is suitable for your FindRoot() problem?

  2. Log in to comment