What is the best method to solve large linear system equation (Ax=b) (A:million~ by million~)

13 visualizzazioni (ultimi 30 giorni)
The maxtix A is sparse from finite element analysis.
I have used backslash to solve the equation but I want to reduce the calculation time.
I also tried to use GPU acceleration but there is a memory limitation with Titan xp with 12Gb memory.

Risposta accettata

Christine Tobler
Christine Tobler il 5 Dic 2018
  3 Commenti
Bruno Luong
Bruno Luong il 6 Dic 2018
Why? MATLAB has also a bunch of iterative solvers to chose from: cgs, bicg, gmres, etc...
Christine Tobler
Christine Tobler il 6 Dic 2018
MATLAB chooses an appropriate direct solver in backslash. Using iterative solvers requires more trial and error, and more knowledge of the original system (as preconditioners are often necessary). For a large, well-conditioned matrix, there can be a significant speed-up compared to backslash, if a suitable iterative solver is used.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Operating on Diagonal Matrices in Help Center e File Exchange

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by