How inv() works ?

6 次查看(过去 30 天)
Murat Bademlioglu
Murat Bademlioglu 2022-9-19
移动Matt J 2022-9-19
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
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)"

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by