invSym

版本 1.2.0.0 (1.3 KB) 作者: Stephen
invert symbolic nxn matrix
213.0 次下载
更新时间 2013/8/26

查看许可证

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 CenterMATLAB 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!
版本 已发布 发行说明
1.2.0.0

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

1.0.0.0