GUI Numerical Solver

GUI Numerical Solver including curve fitting, root finding and linear system solver using most of the popular methods.

You are now following this Submission

Videos explaining the code:
https://www.youtube.com/playlist?list=PLR7GqPO_6lTjaxRsB5OyuLEW114xOAy0h
Credit: Muhammed Al-barham (https://www.mathworks.com/matlabcentral/profile/authors/10833898)

GUI Numerical Solver includes the following :
- Roots Finding
-> Bisection
-> False-Position
-> Simple Fixed Point
-> Newton-Raphson Method (Multivariable included)
-> Secant Method (Multivariable included)
- Linear System Solver
-> Gauss Elimination
-> Gauss Jordan
-> LU Dolittle Decomposition
-> LU Crout Decomposition
-> Gauss Seidel
-> Jacobi Iterative
-> Over-Relaxation Method
- Curve Fitting
-> Regression

Features :
-> can specify number of decimals
-> can specify initial values
-> can specify number of decimal certainty as a termination condition
-> include more than one termination conditions that user can specify
-> shows steps of solution and table for iterative process
-> and much more

Cite As

Mohammad Al-Fetyani (2026). GUI Numerical Solver (https://nl.mathworks.com/matlabcentral/fileexchange/71133-gui-numerical-solver), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Numerical Integration and Differential Equations in Help Center and MATLAB Answers

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with R2018b and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.5

Added videos explaining the code

1.1.4

Fixed: 'newton_interpolation' function not working.

1.1.3

Multivariable bug fixed.

1.1.2

..

1.1.1

...

1.1

Fixing some bugs.

1.0.1

Image added

1.0.0