Description Usage Arguments Value Examples
Given a symmetrix positive definite matrix Q and a non-singular matrix L, Find symmetric positive definite solution X such that X = Q + L (X inv) L^T
1 | sol.rationalmatrix.euqation(Q, L, num_iterations = 50)
|
Q |
a symmetrix postive definite matrix of real numbers |
L |
a non-singular matrix of real numbers |
num_iterations |
Number of iterations to run for convergence |
X : solution to the equation X = Q + L (X inv) L^T
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.