Complex matrix inversion by Real matrix inversion

Calculate the complex matrix inverse by using only real matrix inverse
343 Downloads
Aktualisiert 29. Jan 2015

Lizenz anzeigen

Given a complex square matrix M = A + i*B, its inverse is also a complex square matrix Z = X + i*Y, where A, B and X, Y are all real matrices. It is found that
M^-1 = Z or
(A + i*B)^-1 = (A + B*A^-1*B)^-1 - i*(B + A*B^-1*A)^-1
Provided that those matrices involved inversion must be nonsingular.

Zitieren als

Feng Cheng Chang (2024). Complex matrix inversion by Real matrix inversion (https://www.mathworks.com/matlabcentral/fileexchange/49373-complex-matrix-inversion-by-real-matrix-inversion), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R12
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0