MATLAB provides various solvers for large, sparse problems.
The MATLAB function gmres implements thealgorithm. Look it up using the help system and apply it to the nonsymmetric matrix DK01R from the software distribution, using the right-hand side b_DK01R. You will need to precondition the matrix using a drop tolerance with the statement
The MATLAB function minres implements the MINRES algorithm. Use it with the matrix bcsstm10 from the software distribution withT0Use sufficiently many iterations so it succeeds with an error tolerance of−6
The MATLAB function symmlq is a general sparse symmetric matrix solver based upon solving a symmetric tridiagonal system. Use it with the matrix bcsstm10 from the software distribution withT0Use sufficiently many iterations so it succeeds with an error tolerance of−6
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here