Complex matrix inversion by Real matrix inversion
Version 1.0.0.0 (287 Bytes) by
Feng Cheng Chang
Calculate the complex matrix inverse by using only real matrix inverse
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.
Cite As
Feng Cheng Chang (2026). Complex matrix inversion by Real matrix inversion (https://ch.mathworks.com/matlabcentral/fileexchange/49373-complex-matrix-inversion-by-real-matrix-inversion), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R12
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
