Gauss Elimination

This is one of the process of solving simultaneous linear equation by Back substitution method.
456 téléchargements
Mise à jour 2 avr. 2018

Afficher la licence

First step of this process is it's directly converts the linear simultaneous equations to matrix form.For partial pivoting you need to enter the equation manually.We can't put a equation on first place if the equation first co-efficient is zero.In this case,we need to swap between another equation.Inner loop of this code makes the required column component zero.Matrix a is the matrix of co-efficient and b is the constants.I don't really do the substitution in this code.I just use the command 'linsolve(a,b)' to find the solution of two matrix of upper triangular and constants.

Citation pour cette source

Maruf Ahamed (2024). Gauss Elimination (https://www.mathworks.com/matlabcentral/fileexchange/66720-gauss-elimination), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Linear Algebra dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0