Efficient Conjugate Gradient Method for Symmetric Banded Matrix

버전 1.0.0.0 (2.03 KB) 작성자: Michael Akinwumi
Given symmetric banded matrix A,this code efficiently uses conjugate gradient method to solve Ax=b.
다운로드 수: 310
업데이트 날짜: 2011/4/22

라이선스 보기

This code uses conjugate gradient method to solve the linear system
Ax= b, where A is symmetric and banded. A is first stored in a
compactstorage mode, using the function "compactstorage", and then
conjugate gradient method is applied to the compactly stored matrix.
Input: A, initial guess x, vector b, tolerance called epsilon and
maximum number of iteration called MaxIter.
Output: computed solution x and number of iteration called Iteration.

인용 양식

Michael Akinwumi (2025). Efficient Conjugate Gradient Method for Symmetric Banded Matrix (https://kr.mathworks.com/matlabcentral/fileexchange/31153-efficient-conjugate-gradient-method-for-symmetric-banded-matrix), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Time Series에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0