ndinv(B,d)

版本 1.0.0.0 (1.1 KB) 作者: ja
Inverts an array of matrices using Gaussian elimination
14.0 次下载
更新时间 2017/8/4

查看许可证

Uses Gaussian elimination to create the inverse matrices for many small matrices. For example, if you had 1000 3x3 matrices, finding the inverse of all of them might require a for loop from 1 to 1000. But with this it requires only nested for loops from 1 to 3 and 1 to 3.

引用格式

ja (2024). ndinv(B,d) (https://www.mathworks.com/matlabcentral/fileexchange/63827-ndinv-b-d), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electrical Block Libraries 的更多信息
致谢

参考作品: ndmult(B,C,d)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

clarified comments