The knowledge is trivial and I'm kinda ashamed to ask, but I am not able to solve the following system using substitution or elimination.
$ λP_0 = μP_{1a} + μP_{1b} \\ μP_{1a} + λP_{1a} = λP_0 + μP_2 \\ 2μP_2 = λP_{1a} + λP_{1b} \\ P_0 + P_{1a} + P_{1b} + P_2 = 1 $
where λ,μ are known.
Do you have any recommendations?
P.S: It needs to be solved... by hand
We can exploit the structure of the system to simplify a little and temporarily merge $P_{1a}+P_{1b}$.
$$\begin{cases}λP_0 &= μP_1 \\ 2μP_2 &= λP_1\\ P_0 + P_1+ P_2 &= 1 \end{cases}.$$
Then
$$\frac\mu\lambda P_1+P_1+\frac{\lambda}{2\mu}P_1=1$$ gives you $P_1=\dfrac{2\lambda\mu}{2\mu^2+2\lambda\mu+\lambda^2}$ and from there $P_0,P_2.$
Reintegrating the second equation of the initial system, you now have a simple $2\times2$ system to split $P_{1a},P_{1b}$.