Making a diagonally dominant matrix sparse

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?

Answers (0)

Categories

Find more on Sparse Matrices in Help Center and File Exchange

Asked:

on 16 Oct 2017

Edited:

on 16 Oct 2017

Community Treasure Hunt

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

Start Hunting!