pynverse icon indicating copy to clipboard operation
pynverse copied to clipboard

Finding inverses using Sympy

Open jarble opened this issue 3 years ago • 1 comments

Is Pynverse able to find the inverses of functions using Sympy? (For example: the inverse of 2**x - 3 is math.log2(x+3), so you would write solve(2**x - 3 - y, x) to find its inverse in Sympy).

jarble avatar Oct 25 '20 17:10 jarble

Thanks for your message. This module is only for numerical inverses and does not work symbolically.

alvarosg avatar Oct 25 '20 18:10 alvarosg