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

12 views (last 30 days)
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.

Accepted Answer

Christine Tobler
Christine Tobler on 5 Dec 2018
  3 Comments
Christine Tobler
Christine Tobler on 6 Dec 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.

Sign in to comment.

More Answers (0)

Categories

Find more on Operating on Diagonal Matrices in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!