How inv() works ?

6 visualizaciones (últimos 30 días)
Murat Bademlioglu
Murat Bademlioglu el 19 de Sept. de 2022
Movida: Matt J el 19 de Sept. de 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.

Respuestas (1)

Stephen23
Stephen23 el 19 de Sept. de 2022
Movida: Matt J el 19 de Sept. de 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)"

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by