efficient inversion of symbolic matrices. specifically useful for n=7+.
Example:
n=7;
M=sym('m',[n n]);
Mi=invSym(M);
compare the computational efficiency of this routine with "inv()" or "\" and "/".
Cite As
Stephen (2026). invSym (https://au.mathworks.com/matlabcentral/fileexchange/43134-invsym), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2012a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Symbolic Math Toolbox in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: single phase inverter, BDFSDE
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
