In Pattern Recognition and Machine Learning by Christopher M. Bishop, he states that:
$$\begin{align} \eta =& \ln\left(\frac{\mu}{1-\mu}\right) & (2.198) \\ \mu =& \frac{1}{1 + e^{-\eta}} & (2.199) \end{align}$$
What are the steps to solve (2.198) for $\mu$ with the solution shown as (2.199)? Algebra is not my strongest skill and I clearly need more practice.
$$\eta = \ln\left(\frac{\mu}{1-\mu} \right)$$
$$e^{\eta} = \frac{\mu}{1-\mu}$$
$$e^{\eta} - \mu e^{\eta} = \mu$$
$$e^{\eta} = (1+e^{\eta})\mu$$
$$u = \frac{e^{\eta}}{1+e^{\eta}} = \frac{1}{e^{-\eta}+1}$$