Gauss Seidel with Relaxation

버전 1.0.1 (2.26 KB) 작성자: Robby Ching
A modified or improved Gauss-Seidel that employs relaxation for better convergence
다운로드 수: 675
업데이트 날짜: 2020/6/30

라이선스 보기

It is a modified version of the Gauss-Seidel method that modifies the solved root with a weighted average for each iteration. The purpose of this is either to make the system convergent or enhances the convergence. It asks the user the coefficient and the RHD (Right-hand side) values matrix, and as well as the relaxation or weighing factor. It also lets the user choose which termination criterion to have, whether a %relative error or number of iterations. It checks if the system is diagonally dominant; if not, it would re-arrange the equations in the most diagonally dominant form possible, ensuring convergence. If the given system cannot be totally diagonally dominant, it alerts the user.

인용 양식

Robby Ching (2024). Gauss Seidel with Relaxation (https://www.mathworks.com/matlabcentral/fileexchange/77509-gauss-seidel-with-relaxation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

changed some overview details

1.0.0