Making a diagonally dominant matrix sparse
Afficher commentaires plus anciens
I need to solve a system of the sort: Ax=b where the unknown is the matrix A. This matrix is symmetric and many times for smaller inputs happened to be diagonally dominant https://en.wikipedia.org/wiki/Diagonally_dominant_matrix. For the moment I regard it a dense matrix and thus get out of memory as n^2 gets out of hand fast. Any idea on how to tackle the problem?
Réponses (0)
Catégories
En savoir plus sur Sparse Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!