How to obtain $y'$ from $e^{y}=x^{\ln x}$?
This is what I did: $$\ln e^y = \ln x^{\ln x}$$ $$y = \ln ^2 x$$ $$y' = \frac{2 \ln x}{x}$$ Is this correct? When I compare it with an online derivative calculator, the result they gave was different, and they used implicit differentiation instead.