eldrin0 / eldrin0/MATLAB_Programming

Add gauss-jordan_solution

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
MATLAB
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.