Update Inverse Matrix

版本 1.0.0.0 (2.8 KB) 作者: Yi Cao
update inverse of matrix after appending or reducing one coulmn and one row.
2.5K 次下载
更新时间 2008/2/19

查看许可证

Inverse calculation is expensive. However, if updating the inverse of a matrix appending or reducing one coulm and one row can be performed much fast. This package includes two small tools, invupdateapp and invupdatered, to update inverse much faster than directly calculation of the inverse. It is based on the block matrix formular. Other rank 1 update functions in MATLAB are qrupdate and cholupdate.

Both functions have been updated to improve performance and functionality.

引用格式

Yi Cao (2024). Update Inverse Matrix (https://www.mathworks.com/matlabcentral/fileexchange/18063-update-inverse-matrix), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

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

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

update description