搜索资源列表
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
bisect.c
- Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
Matlabjiefangcheng
- matlab解線性方程\方程組的示例 包括newton法iteration法和bisect法-linear equation matlab \ Examples of equations newton method iteration method and the bisect method
ProSolve
- VC6.0写的二分法和牛顿法计算非线性方程的根。-Solving the nonlinear equations by the Bisect method and Newton method
bisect
- This is bisection method in Matlab.
bisect--newton-lawson
- 在数值计算中,我们这里用牛顿-拉夫森法和二分法来进行求解-In the numerical calculation, we here use the Newton- Raphson method for solving
bisect
- bisection method - use a root in polynomial or function / iterative method
bisect
- This the bisection method for solving an equation f(x)=0-This is the bisection method for solving an equation f(x)=0
bisect
- bisection method for numerical analysis method
bisect
- 本程序使用二分法计算一元二次方程的根,适用于各类复杂的系数组合情况。-This program uses the method of bisection to find the roots of a quadratic equation. Could be used for various complex combinations of factors.
program 2-2 bisect
- matlab method, bisect method