Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
documentation:language_reference:objects:matrix:functions:sqrt [2018/09/26 15:02] – Added Code Example Simon Heinze | documentation:language_reference:objects:matrix:functions:sqrt [2024/12/12 18:03] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 5: | Line 5: | ||
Matrix.Sqrt($M$) takes a quadratic matrix $M$ and returns $\sqrt{M}$, which is defined by the property $\sqrt{M}\sqrt{M} = M$. | Matrix.Sqrt($M$) takes a quadratic matrix $M$ and returns $\sqrt{M}$, which is defined by the property $\sqrt{M}\sqrt{M} = M$. | ||
- | At the moment this only works for Hermitian and positive definite | + | M must be Hermitian and positive definite. |
### | ### | ||
Line 38: | Line 38: | ||
===== Table of contents ===== | ===== Table of contents ===== | ||
- | {{indexmenu> | + | {{indexmenu> |