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)"

카테고리

도움말 센터File Exchange에서 Linear Algebra에 대해 자세히 알아보기

제품

릴리스

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