how do i solve the matrix equation
Ältere Kommentare anzeigen
(X')*A*X=I where I is the unit matrix and A is positive definite and Hermitian
Antworten (1)
X=I\sqrtm(A);
Kategorien
Mehr zu Matrix Computations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!