Gauss Seidel Method for non linear algebraic equations

A simple program to solve 3 linear equations
352 Downloads
Updated 28 Jun 2016

View License

A simple matlab program has been written to find solutions of 3 non linear equations using Gauss Seidel Method. The plots display the convergence of X1, X2 and X3 towards best results after each iteration.

Cite As

Angala Vaishnavi (2026). Gauss Seidel Method for non linear algebraic equations (https://www.mathworks.com/matlabcentral/fileexchange/57852-gauss-seidel-method-for-non-linear-algebraic-equations), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers
Tags Add Tags
Version Published Release Notes
1.0.0.0

A simple matlab program has been written to find solutions of 3 non linear equations using Gauss Seidel Method. The plots display the convergence of X1, X2 and X3 towards best results after each iteration.