How to find the inverse of the function e^sqrt(x)?
the answer is (lnx)^2
is there a way to find it on the gdc ?
the answer is (lnx)^2
is there a way to find it on the gdc ?
-
x = e^(sqrt y) ---> sqrt y = ln x ---> y = (ln x)^2
-
O.O I think my brain just leaked out my ears.