| solve_lyapunov_discrete | R Documentation |
Solves X = F X t(F) + Q for X using the vectorization approach.
solve_lyapunov_discrete(F_mat, Q)
F_mat |
Square matrix. |
Q |
Square matrix (same dimensions as |
Solution matrix X.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.