eldrin0 / eldrin0/MATLAB_Programming

Add gauss-jordan_solution

オープン
#3 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
good first issue
主要言語
MATLAB
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

For this issue, most of the work is done(check gauss_solution.m). With Gauss method you only reduce the elements down the main diagonal, while with Gauss-Jordan method you also reduce the elements up the main diagonal. The code for reducing the elements down the main diagonal is already written in gauss_solution.m

**You should add:**

- Code for reducing the elements up the main diagonal

- Change the code for finding the Solution Vector
------------------------------------------------------------------
Other things to have in mind:
- we only find solution for linearly independent matrixes.
- add descriptive comments throughout the code.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。