I have to solve this system of differential equations :
$$ \begin{align}\dot x &= 2000 - 3xy -2x\\ \dot y &= 3xy - 6y\\ \dot z &= 4y - 2z\end{align} $$
1.Which steps are required to solve it?
The only method I know (so far) is separation of variables, which I (probably) can't use.
+
2.How do I solve it with matlab?