This is a follow up to What is the difference between the forward and backward equations in a CTMC?
Let $Q^T$ be the transpose of $Q$.
Why $\pi Q =0$ is a steady state solution to the continuous time Markov chain, accounting for the forward case, but for the backward we get $ Q^T \pi^T =0^T$? Where does the transpose come from?
For the forward we have $\pi'(t)=\pi_t Q$, and the backward equation is: $\pi'^T(t)=Q \pi^T_t$.
In both cases, letting $t \rightarrow \infty$ we get $\pi Q =0$ and $Q \pi ^T=0^T$, respectively, no? Where is my mistake?