eldrin0 / eldrin0/MATLAB_Programming

Add gauss-jordan_solution

Aberta
#3 0 comentários 0 reações 0 responsáveis Ver no GitHub
good first issue
Linguagem predominante
MATLAB
Estrelas
0
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.