搜索资源列表
qpso
- QPSO算法的MATLAB源码,给需要的人,希望斑竹给加点技术分-MATLAB algorithm QPSO source, give the necessary people, hoping to add points Chiloscyllium technical sub-
Useful_matlab_codes
- The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane-The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on
iterative
- This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
ALG025
- 解方程,给出一个连续函数接f(x)=0的值,前提是给两个附近的值,且符号相反 - METHOD OF FALSE POSITION ALGORITHM 2.5 To find a solution to f(x) = 0 given the continuous function f on the interval [p0,p1], where f(p0) and f(p1) have opposite signs: INPUT
matlabcode
- incsrch.m root finding by incremental search requires func1.m bisect.m bisection root finding code uses function file: fcn.m falspos.m root finding by false position newtraph.m -incsrch.m root finding by incremental search req
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 To accompany the text: NUM
false_pos_aitken
- method of false position with Aitken s D2-method
falspos
- root finding by false position
falspos
- Demonstration of Root Finding using False Position
Rapson_numerical
- In this experiment our equation is f(x0)=x^3-3x-1.We have to find the real root of this equation between 1 and 2.The programme has been shown in the"new_rap" We have done the comparison between the Newton Rapson method the false position method
false
- false position code in matlab
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 Location of Roots Algorithm 2.5
matlab-code
- this archive contain 5 program in matlab bisection method false position method newton method lagrange interpolation a program to draw fourier series
solver.tar
- Calculates x such that ln(x) = x/5 using the method of false position and secant method. Reads the initial guesses, required tolerance and allows the user to choose between the method of false position and the secant method.
shiweifa
- 试位法,C语言实现的。可以直接下载使用。绝对正确。放心使用-False position, the C language. Can directly download
NRFP
- Newton Raphson False Position for a set of nonlinear equations
algorithm
- An algorithm for the False Position method showing convergence-An algorithm for the False Position method showing convergence
code
- C codes for mathametical functions like Euler formula, false position, gauss seidal etc
Methods-for-problem-solving-in-algebra
- The false position method, Secant method, and Bisection method are term for problem-solving methods in arithmetic, algebra, and calculus. Credit : http://en.wikipedia.org/wiki/False_position_method http://en.wikipedia.org/wiki/Secant_method
false_position
- false position method numerical computing