We have a system of non-homogeneous differential equations $$X'=AX+B$$
What does it mean that the system is in steady state??
$X$ is the vector $\begin{pmatrix} x_1(t) \\ x_2(t) \\ x_3(t)\end{pmatrix}$, $A$ is a $3 \times 3$ matrix and $B$ is a $3 \times 1$ matrix.
$$$$
Consider the solution to the univariate differential equation $$x'(t)=-ax(t)$$ for $a>0$, which is $x(t)=x_0e^{-at}$. As $t$ grows large, $x(t) \to 0$. Then we call $0$ the steady state of $x(t)$. This is a sort of fixed point: if you begin at the steady state (if it exists), then your solution does not change in time, i.e. $x'(t)=0$. (For this example, that would mean $x_0=0$)
(It's essentially the same for higher spatial dimensions.)