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 (2024). invSym (https://www.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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.