搜索资源列表
BisectionMethod
- Bisection method in C#. Program can be easily altered for different equations, intervals, interval increments, solved to your specified required accuracy, within your desired number of iterations.
bisection
- Bisection, Newton, Regula falsi method applied in matlab
Bisection
- he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one root of the function f(x) within the initial interval.) We then iteratively
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
bisection
- it is a c++ progrmming based bisection method that helps in programming
Bisection
- bisection method to estimate roots of f(x)=0
bisection
- how to compute the roots using matlab by bisection method-how to compute the roots using matlab by bisection method
bisection
- bisection numerical method
bisect
- This is bisection method in Matlab.
bisection
- zero pole bisection method
bisection
- source code for implementation of bisection method of numerical analysis methods in mathematics.
numericalanalysis
- 编写的数值分析相关源程序(bisection method,微分),大家一块互相学习。-bisection method
bisection
- bisection method of matlab
Bisection-Method
- this a c sharp program called bisection method. this application will help you to determine the root of a polynomial.-this is a c sharp program called bisection method. this application will help you to determine the root of a polynomial.
bisection
- 基于二分法原理求解,所谓二分法就是将已给区间两等分,取中点的函数值作为近似值,若求得的近似值不满足精度要求,确定二分后新的有根区间,然后检查新的近似值是否达到精度要求,依此类推。-Bisection Method to solve function
bisection-method
- bisection method implementation in matlab
bisection-method
- 基于matlab的非线性方程二分法迭代求解(GUI)-bisection method
Table-and-bisection-method
- Table and bisection method for searching eigenvalues of rectangular quantum we-Table and bisection method for searching eigenvalues of rectangular quantum well
Bisection
- Bisection method code & a useful numerical Matlab book
bisection
- 二分法(英语:Bisection method),是一种方程式根的近似值求法。 若要求已知函数 f(x) = 0 的根 (x 的解),则: 先找出一个区间 [a, b],使得f(a)与f(b)异号。根据介值定理,这个区间内一定包含着方程式的根。(bisection method and the solution)