Making a diagonally dominant matrix sparse
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!