Matrix Operation and decomposition

2 visualizaciones (últimos 30 días)
Murali Krishna AG
Murali Krishna AG el 25 de Nov. de 2020
Editada: Bruno Luong el 25 de Nov. de 2020
Let A=80*80 matrix ,How to find matrices A^(-1/2) and A^(1/2)

Respuesta aceptada

Bruno Luong
Bruno Luong el 25 de Nov. de 2020
Editada: Bruno Luong el 25 de Nov. de 2020
Just straight as-it-is syntax
A^(1/2)
A^(-1/2)
or
sqrtm(A)
inv(sqrtm(A)) % sqrtm(inv(A))

Más respuestas (0)

Categorías

Más información sobre Matrix Decomposition en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by