I am trying several methods to achieve best results for both accuracy and calculation time wise for different size and loop of matrices. However I couldn't find a document for how inv() function implemented in matlab itself works.

回答 (1 件)

Stephen23
Stephen23 2022 年 9 月 19 日
移動済み: Matt J 2022 年 9 月 19 日

1 投票

The INV documentation states "inv performs an LU decomposition of the input matrix (or an LDL decomposition if the input matrix is Hermitian). It then uses the results to form a linear system whose solution is the matrix inverse inv(X)"

カテゴリ

製品

リリース

R2022b

質問済み:

2022 年 9 月 19 日

移動済み:

2022 年 9 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by