Solve rewriteInverseFunction(IAST plusAST, int position)?

Issue #115 closed
zhoukang created an issue

In Solve rewriteInverseFunction(IAST plusAST, int position) why we use isFree for vars?

Comments (5)

  1. Axel Kramer repo owner

    The isFree() case is at least the easiest case which should be tried first. Do you have some examples for other cases, which should work for you?

  2. zhoukang reporter

    Yes,i got it after i read more about the code!Sorry to bother you. But i try my best to find a solution for x+log(x+1)=1,i found nothing! Any sugesstion? Thanks !

  3. Log in to comment