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 "/".
引用格式
Stephen (2024). invSym (https://www.mathworks.com/matlabcentral/fileexchange/43134-invsym), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2012a
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Symbolic Math Toolbox 的更多信息
标签
致谢
启发作品: single phase inverter, BDFSDE
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!