Gauss Jordan method
バージョン 1.0.0 (1.42 KB) 作成者:
Dr. Manotosh Mandal
Solution of linear system of equations by Gauss Jordan method.
See the details method (https://brilliant.org/wiki/gaussian-elimination/).
Example:
A =
2 3 6
1 7 3
5 1 3
B =
3
9
7
The required solution is:
ans =
1.5455
1.3636
-0.6970
引用
Dr. Manotosh Mandal (2025). Gauss Jordan method (https://www.mathworks.com/matlabcentral/fileexchange/72551-gauss-jordan-method), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2019a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Numerical Integration and Differential Equations についてさらに検索
タグ
謝辞
ヒントを与えたファイル: Numerical Methods
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0 |