Gaussian Elimination

版本 1.1.1 (2.0 KB) 作者: Meysam Mahooti
Systems of Linear Equations: Gaussian Elimination
451.0 次下载
更新时间 2020/1/11

查看许可证

Gaussian elimination, also known as row reduction, is an algorithm in linear algebra for solving a system of linear equations. It is usually understood as a sequence of operations performed on the corresponding matrix of coefficients. This method can also be used to find the rank of a matrix, to calculate the determinant of a matrix, and to calculate the inverse of an invertible square matrix. The method is named after Carl Friedrich Gauss (1777–1855). The following MATLAB routine “gauss()” implements the Gauss elimination algorithm, and the program test.m is designed to solve it.

Reference:
Applied Numerical Methods Using MATLAB®
Author(s): Won Young Yang, Wenwu Cao, Tae‐Sang Chung, John Morris
First published:14 January 2005
Print ISBN:9780471698333 |Online ISBN:9780471705192 |DOI:10.1002/0471705195
Copyright © 2005 John Wiley & Sons, Inc.

引用格式

Meysam Mahooti (2024). Gaussian Elimination (https://www.mathworks.com/matlabcentral/fileexchange/73485-gaussian-elimination), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019a
与 R2019a 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Systems Of Linear Equations 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!

Gaussian Elimination

版本 已发布 发行说明
1.1.1

test.m is modified to compare results with MATLAB built-in functions

1.1.0

Image has changed.

1.0.0