eldrin0 / eldrin0/MATLAB_Programming

Add gauss-jordan_solution

Ouverte
#3 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
good first issue
Langage dominant
MATLAB
Étoiles
0
Forks
0
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.