搜索资源列表
bisection
- Bisection, Newton, Regula falsi method applied in matlab
RegulaFalsi
- Regula falsi method applied in matlab
ALGO2-3
- Algo2-3.c C program for implementing Algorithm 2.3 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995
NM
- matlab file computes for NM-RF (Regula-Falsi) method and Secant
PerformanceEvaluation
- This paper carries out a performance evaluation of numerical algorithms on non-linear equations by implementing newton-raphson, bisection and regula-falsi algorithms using c-This paper carries out a performance evaluatio
root
- Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Loca
Regula-Falsi-Method
- a c++ program that computes for the roots of a polynomial using the regula-falsi method.
regula_falsi
- calculation program system of linear equations by the method of the regula falsi
FalsPosi
- falsi position for find roots
NumericMethod
- Implementation Bisection, Newton Raphson and Regula Falsi methods in Matlab
Regula Falsi Method
- Regula Falsi/ False Position method is used to find root of equation.