I have this equation:
$$e^{\frac{x}{y}} = x - y$$
I seem to be going down the wrong path. Is this right so far?
$$\frac{dy}{dx} = e^{\frac{x}{y}} \cdot \frac{dy}{dx} (x \cdot y^{-1}) = 1 - y'$$
$$e^{\frac{x}{y}} ( x \cdot -y^{-2} \cdot y' + y^{-1}) = 1 - y'$$ $$ -e^{\frac{x}{y}} x \cdot y^{-2} \cdot y' + e^{\frac{x}{y}} y^{-1}) = 1 - y'$$
WolframAlpha has this as
$$y'(x) = \frac{y(e^{x/y}-y)}{xe^{x/y}-y^2}$$