Filter löschen
Filter löschen

How inv() works ?

3 Ansichten (letzte 30 Tage)
Murat Bademlioglu
Murat Bademlioglu am 19 Sep. 2022
Verschoben: Matt J am 19 Sep. 2022
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.

Antworten (1)

Stephen23
Stephen23 am 19 Sep. 2022
Verschoben: Matt J am 19 Sep. 2022
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)"

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by