I know that the ODE that describes how the covariance matrix $P$ changes over time is $$ \dot{P} = A P + P A^T $$ where both $A$ and $P$ are time-varying $n \times n$ matrices.
Since $P$ is a symmetric positive semidefinite (PSD) matrix, there exists a symmetric PSD matrix $R$ such that $P = RR$, which is generally called the square root of $P$. I would like to derive the ODE that describes how $R$ changes over time, that is $$ \dot{R} = f(R, A, \dots) $$ but I do not know how to find that right-hand side $f$ or if it is possible at all.