Matrix Operation and decomposition

1 次查看(过去 30 天)
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