Matrix square root and Cholesky factorization

18 visualizzazioni (ultimi 30 giorni)
Hello i would like to find the square root of a symmetric and positive definite matrix. If i use chol (Cholesky factorization), the upper triangular matrix can be used as the original matrix square root or i need to do some more passages?
Thanks in advance
  4 Commenti
Torsten
Torsten il 9 Mag 2022
The usual square root S of a matrix M is a matrix with S*S=M, and you get this S via S = sqrtm(M).
If you want to define a matrix S with S'*S = M as the square root of M, you can do this. Then S = chol(M).
It's your decision.
Andrea Tantucci
Andrea Tantucci il 9 Mag 2022
Ok i understand, thank you very much

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Spline Postprocessing in Help Center e File Exchange

Tag

Prodotti


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by