how do i solve the matrix equation
Mostrar comentarios más antiguos
(X')*A*X=I where I is the unit matrix and A is positive definite and Hermitian
Respuestas (1)
X=I\sqrtm(A);
Categorías
Más información sobre Matrix Computations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!