Processing math: 100%

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:language_reference:objects:matrix:functions:sqrt [2024/12/12 16:55] Maurits W. Haverkortdocumentation: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 M, which is defined by the property MM=M. Matrix.Sqrt(M) takes a quadratic matrix M and returns M, which is defined by the property MM=M.
  
-At the moment this only works for Hermitian and positive definite matrices.+M must be Hermitian and positive definite.
 ### ###
  
Print/export