Solving Linear Systems with sparse matrix
36 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (2)
Vedere anche
Categorie
Scopri di più su Linear Algebra in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!