Hello,
I'm working on a CTMC three-state model to obtain time-dependent populations of each state.
S <=> E <=> G
I have built a rate matrix for this (diffusion) process.
K =
\begin{pmatrix}
K_{SS} & K_{SE} & K_{SG}\\
K_{ES} & K_{EE} & K_{EG}\\
K_{GS} & K_{GE} & K_{GG}
\end{pmatrix}
=...