Matrix square root and Cholesky factorization

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

Torsten
Torsten 2022년 5월 9일
What do you want to hold ?
If you want S'*S = M, use chol(M), if you want S*S=M, use sqrtm(M).
What i want to know is if S s.t. S'S = M, can be used as the square root of the matrix M, since i've red a lot of stuff on the internet and i didn't really understand
Torsten
Torsten 2022년 5월 9일
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.
Ok i understand, thank you very much

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Spline Postprocessing에 대해 자세히 알아보기

제품

릴리스

R2022a

태그

질문:

2022년 5월 9일

댓글:

2022년 5월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by