invSym

Version 1.2.0.0 (1.28 KB) by Stephen
invert symbolic nxn matrix
211 Downloads
Updated 26 Aug 2013

View License

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 Linux
Categories
Find more on Symbolic Math Toolbox in Help Center and MATLAB Answers
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!
Version Published Release Notes
1.2.0.0

more computationally efficient using alternative inversion strategy. works for any n.

1.0.0.0