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 日

0 投票

Just straight as-it-is syntax
A^(1/2)
A^(-1/2)
or
sqrtm(A)
inv(sqrtm(A)) % sqrtm(inv(A))

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

質問済み:

2020 年 11 月 25 日

編集済み:

2020 年 11 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by