Solving Linear Systems with sparse matrix

27 vues (au cours des 30 derniers jours)
nello
nello le 5 Sep 2013
Hi everybody,
I have to solve a linear system of equations (Ax=B). I know that A is a sparse matrix. I am using the following command to get the solution:
x=A\B;
This command find the value of x correctly, but works on the whole A matrix to perform the calculation. Since A is a sparse matrix I would like to use a command that take into accont this property of A, to speed up the calculation.
is there a command that do this?
Regards Nello

Réponses (2)

Azzi Abdelmalek
Azzi Abdelmalek le 5 Sep 2013

nello
nello le 5 Sep 2013
I am sorry but I cannot understand! Could you help me in a better way? Regards

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!

Translated by