Matrix Operation and decomposition

 Risposta accettata

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

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by