Gauss Elimination

버전 1.0.1 (2.21 KB) 작성자: Robby Ching
A direct numerical method in solving a system of linear equations
다운로드 수: 74
업데이트 날짜: 2020/6/30

라이선스 보기

It evaluates a given system of linear equations, asking the user the coefficient matrix and constant or RHD (Right-hand side) values matrix. It scales the coefficients and the constants so that the largest coefficient is 1. The purpose of scaling is to minimize round-off errors, especially when one of the equations has a relatively larger coefficient than the rest, and to also thoroughly check for ill-conditioned systems. It also employs partial pivoting, where the current pivot equation is replaced if its pivot element is near 0. Partial pivoting is applied through the whole computational process and so not just only once (if such is necessary). When all other equations have a pivot element near 0, it alerts the user. It also alerts the user if the system is either an ill-conditioned system or a singular system.

인용 양식

Robby Ching (2024). Gauss Elimination (https://www.mathworks.com/matlabcentral/fileexchange/77500-gauss-elimination), 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