GUI Numerical Solver

버전 1.1.5 (27.1 KB) 작성자: Mohammad Al-Fetyani
GUI Numerical Solver including curve fitting, root finding and linear system solver using most of the popular methods.
다운로드 수: 1.1K
업데이트 날짜: 2020/12/30

라이선스 보기

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

인용 양식

Mohammad Al-Fetyani (2024). GUI Numerical Solver (https://www.mathworks.com/matlabcentral/fileexchange/71133-gui-numerical-solver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
R2018b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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