Gaussian Elimination for N system of linear equations

版本 1.0.1.0 (610 字节) 作者: Akshay Kumar
To find the solution for systems of linear equations of ANY order, by Gaussian Elimination Method
195.0 次下载
更新时间 2017/11/17

查看许可证

This function is used to solve the system of linear equations of any order N, It does the same work as A\b, It user Gaussian Elimination Algorithm, that is, making the elements of lower triangle matrix zero, using the basic row transformation. This is one of the methods for finding the solution to the system of linear equations.

引用格式

Akshay Kumar (2024). Gaussian Elimination for N system of linear equations (https://www.mathworks.com/matlabcentral/fileexchange/65078-gaussian-elimination-for-n-system-of-linear-equations), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Sparse Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1.0

Printing of output 2 times is resolved.

1.0.0.0

.
.