EquationsSolver

所属分类:collect
开发工具:matlab
文件大小:0KB
下载次数:0
上传日期:2017-11-13 19:58:42
上 传 者sh-1993
说明:  该方程求解器项目是使用MATLAB编程语言完成的。给定任何类型的函数,选择几种寻根方法的方法来求解方程。图用于显示要求解的函数以及图,以显示方法性能之间的比较。计算中的错误,错误界限,最大值...
(This Equations Solver project was done using the MATLAB programming language. Given a function of any type, a method of several root finding methods is chosen to solve the equation. Graphs are used to display function to be solved along with graphs to show the comparisons between methods performance. Errors in calculations, error bounds,)

文件列表:
EquationsSolver/ (0, 2017-11-13)
EquationsSolver/Equation Solver/ (0, 2017-11-13)
EquationsSolver/Equation Solver/+Files/ (0, 2017-11-13)
EquationsSolver/Equation Solver/+Files/Input.txt (282, 2017-11-13)
EquationsSolver/Equation Solver/+Files/Output.txt (29, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/ (0, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/+MethodsUtils/ (0, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/+MethodsUtils/Helpers.m (178, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/+MethodsUtils/Solver.m (7860, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/BirgeVietaMRMethod.m (3472, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/BirgeVietaMethod.m (3835, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/BisectionMethod.m (4560, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/BisectionMethodSteps.m (3776, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/FalsePositionMethod.m (4296, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/FixedPointMethod.m (3687, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/GeneralMethod.asv (2722, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/GeneralMethod.m (2384, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/NewtonRaphsonMethod.asv (3857, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/NewtonRaphsonMethod.m (3913, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/SecantMethod.asv (3679, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/SecantMethod.m (4543, 2017-11-13)
EquationsSolver/Equation Solver/+Methods/TernaryMethod.m (2982, 2017-11-13)
EquationsSolver/Equation Solver/+Utils/ (0, 2017-11-13)
EquationsSolver/Equation Solver/+Utils/GraphPlotter.asv (3642, 2017-11-13)
EquationsSolver/Equation Solver/+Utils/GraphPlotter.m (3126, 2017-11-13)
EquationsSolver/Equation Solver/+Utils/StringParser.asv (998, 2017-11-13)
EquationsSolver/Equation Solver/+Utils/StringParser.m (1154, 2017-11-13)
EquationsSolver/Equation Solver/App.fig (19742, 2017-11-13)
EquationsSolver/Equation Solver/App.m (17137, 2017-11-13)

# EquationsSolver This Equations Solver project was done using the MATLAB programming language. Given a function of any type, a method of several root finding methods is chosen to solve the equation. Graphs are used to display function to be solved along with graphs to show the comparisons between methods performance. Errors in calculations, error bounds, maximum number of iterations, and couple other parameters are displayed. Supported Methods are Bisection Method, Newton Rapshon, Fixed Point, False Position, Secant, Birge Vieta (for polynomials), General Method (for multiple roots). ## Authors Ahmed EL Naggar : https://github.com/ahmednaggar19 Ahmed Khaled Saad : https://github.com/AhmedKhaledS Ahmed Reda Amin Selim : https://github.com/AhmedRedaAmin Hisham Osama : https://github.com/HishamOsama Mohammed Ashraf Tolba : https://github.com/MohamedAshrafTolba

近期下载者

相关文件


收藏者