I have to solve the following system of differential equations
$$ \begin{align}\dot x &= 2000 - 3xy -2x\\ \dot y &= 3xy - 6y\\ \dot z &= 4y - 2z\end{align} $$
Which steps are required to solve it? The only method I know (so far) is separation of variables, which I (probably) can't use.
How do I solve it with Matlab?
I got one set of solution as
$$ \begin{align*} x(t) &= \frac{4(k+1)}{3k}\\ y(t) &= \frac{2(749k-1)}{3(k+1)}\\ z(t) &= e^{-2t}+\frac{4(749k-1)}{3(k+1)} \end{align*} $$
where $k$ is a constant
First solve $\dot z = 4y - 2z$