Gaussian Elimination with Partial Pivoting

버전 1.4 (86.4 KB) 작성자: Mazin Mustafa
Finds the solution to the linear system Ax=b using Gaussian Elimination with Partial Pivoting (GEPP) algorithm
다운로드 수: 692
업데이트 2022/5/29

라이선스 보기

This is a simple basic code implementing the Gaussian Elimination with Partial Pivoting (GEPP) algorithm. Although there are plenty of codes to solve this system, the majority don't rely on a direct implementation of the algorithm. The motivation to make this upload is to provide a reference code which allows you to write similar algorithm in other programming languages. A testbench code is included to check the accuracy of the algorithm vs the powerful built-in MATLAB linear system solver. I hope you find this code useful.
See the attachment Algorithm.pdf for more details.

인용 양식

Mazin Mustafa (2026). Gaussian Elimination with Partial Pivoting (https://kr.mathworks.com/matlabcentral/fileexchange/86088-gaussian-elimination-with-partial-pivoting), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.4

minor correction

1.3

update

1.2

Correction

1.1

Tags added

1.0.0