How inv() works ?
20 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (1)
Stephen23
le 19 Sep 2022
Déplacé(e) : Matt J
le 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)"
0 commentaires
Voir également
Catégories
En savoir plus sur Linear Algebra dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!