Matrix Operation and decomposition

조회 수: 2 (최근 30일)
Murali Krishna AG
Murali Krishna AG 2020년 11월 25일
편집: Bruno Luong 2020년 11월 25일
Let A=80*80 matrix ,How to find matrices A^(-1/2) and A^(1/2)

채택된 답변

Bruno Luong
Bruno Luong 2020년 11월 25일
편집: Bruno Luong 2020년 11월 25일
Just straight as-it-is syntax
A^(1/2)
A^(-1/2)
or
sqrtm(A)
inv(sqrtm(A)) % sqrtm(inv(A))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Decomposition에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by