搜索资源列表
bisect
- 用二分法求解非线性方程,只要用户输入所求的方程,方程的根就很快被程序计算出,方便而且还很快捷.对于数值分析这样的课程,将算法通过程序实现,具有很好的教学价值.-dichotomy used to solve nonlinear equations, as long as import demand equation, the equation roots soon be worked out procedures to facilita
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 i
Bisect
- 这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
bisect.c
- Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
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 fin
bisect
- matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
bisect
- 用数值分析中的二分法求解函数值。很简单,但是正确,可以直接使用-bisect
Bisect
- 二分法:求解方程f(x)=0在区间[a,b]内的一个根-Dichotomy: Solving equation f (x) = 0 in the interval [a, b] within a root
bisect2
- Minor modification of the function "bisect"
Matlabjiefangcheng
- matlab解線性方程\方程組的示例 包括newton法iteration法和bisect法-linear equation matlab \ Examples of equations newton method iteration method and the bisect method
bisect
- 该function文件可以利用二分法求解方程的数值解,其中有例子-The function files can be used to solve equations numerical solution of the dichotomy, of which examples
ProSolve
- VC6.0写的二分法和牛顿法计算非线性方程的根。-Solving the nonlinear equations by the Bisect method and Newton method
bisect
- This is bisection method in Matlab.
bisect
- BISSECTION METHODE NUMERIQUE
bisect
- 数值分析中用二分法求解函数值,本资料正是二分法求函数值的MATLAB代码-Function used for solving numerical value dichotomy, the dichotomy of a function of the data value is the MATLAB code
bisect
- bisect . it is the application of c programming .these are useful for campus placements interviews -bisect . it is the application of c programming .these are useful for campus placements interviews
bisect
- matlab program describes bit selection
bisect
- Finds a bracketed zero of f(x) by bisection
bisect
- 二元搜索,用二元搜索方法实现数组中单个元素的搜索与定位-bisect search
program 2-2 bisect
- matlab method, bisect method