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 Center および File ExchangeMatrix Decomposition についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by