Dynamic Gauss seidel iterative method for solving any set of linear equations

A dynamic iterative approach to solving linear equations using the Gauss seidel method
320 Downloads
Updated 9 Jun 2015

View License

This code can be used to solve for any sets of linear equations. One has to entter the number of equations to be solved first. Then you only have to enter the tolerance range(whic basically is just an error limit) as well as the coefficients of the equations and the right hand values of the equations(basically what the equation is equal to). Each of this is done one equation at a time. One then has to enter the initial guesses after finishing entering the parameters of the equations.
This is a solution to most problems that fellow academics have.
Thank you for appreciating me.
xox

Cite As

Hiskiel Stephanus (2024). Dynamic Gauss seidel iterative method for solving any set of linear equations (https://www.mathworks.com/matlabcentral/fileexchange/51130-dynamic-gauss-seidel-iterative-method-for-solving-any-set-of-linear-equations), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0