Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bisect
Search - bisect - List
用二分法求解非线性方程,只要用户输入所求的方程,方程的根就很快被程序计算出,方便而且还很快捷.对于数值分析这样的课程,将算法通过程序实现,具有很好的教学价值.-dichotomy used to solve nonlinear equations, as long as import demand equation, the equation roots soon be worked out procedures to facilitate and very fast. Numerical analysis for such courses, the algorithm can be achieved through the process, with very good teaching value.
Update : 2008-10-13 Size : 817byte Publisher : 赵云

DL : 0
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 the interval, generating a sequence of intervals [ak,bk] that is guaranteed to converge to a solution to f(x) = 0.
Update : 2025-02-19 Size : 2kb Publisher : sarah

DL : 0
这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
Update : 2025-02-19 Size : 1kb Publisher : asdf

Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
Update : 2025-02-19 Size : 1kb Publisher : friends_chocolates

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 requires func1.m bisect.m bisection root finding code uses function file: fcn.m falspos.m root finding by false position newtraph.m
Update : 2025-02-19 Size : 2kb Publisher : karthik Sriram

matlab的源代码 二分法解方程 matlab程序-matlab source code for solving equations matlab program dichotomy
Update : 2025-02-19 Size : 1kb Publisher : liu

DL : 0
用数值分析中的二分法求解函数值。很简单,但是正确,可以直接使用-bisect
Update : 2025-02-19 Size : 12kb Publisher : 袁龙艳

DL : 0
二分法:求解方程f(x)=0在区间[a,b]内的一个根-Dichotomy: Solving equation f (x) = 0 in the interval [a, b] within a root
Update : 2025-02-19 Size : 1kb Publisher : fish

DL : 0
Minor modification of the function "bisect"
Update : 2025-02-19 Size : 1kb Publisher : yooyoo

matlab解線性方程\方程組的示例 包括newton法iteration法和bisect法-linear equation matlab \ Examples of equations newton method iteration method and the bisect method
Update : 2025-02-19 Size : 1kb Publisher : hjh

DL : 0
该function文件可以利用二分法求解方程的数值解,其中有例子-The function files can be used to solve equations numerical solution of the dichotomy, of which examples
Update : 2025-02-19 Size : 1kb Publisher : 李佳乐

VC6.0写的二分法和牛顿法计算非线性方程的根。-Solving the nonlinear equations by the Bisect method and Newton method
Update : 2025-02-19 Size : 41kb Publisher : 赖生建

DL : 0
This is bisection method in Matlab.
Update : 2025-02-19 Size : 1kb Publisher : george

DL : 0
BISSECTION METHODE NUMERIQUE
Update : 2025-02-19 Size : 1kb Publisher : az

DL : 0
数值分析中用二分法求解函数值,本资料正是二分法求函数值的MATLAB代码-Function used for solving numerical value dichotomy, the dichotomy of a function of the data value is the MATLAB code
Update : 2025-02-19 Size : 1kb Publisher : 王一平

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
Update : 2025-02-19 Size : 1kb Publisher : naresh kumar

DL : 0
matlab program describes bit selection
Update : 2025-02-19 Size : 1kb Publisher : rajeswari

DL : 0
Finds a bracketed zero of f(x) by bisection
Update : 2025-02-19 Size : 1kb Publisher : Saeed

DL : 0
二元搜索,用二元搜索方法实现数组中单个元素的搜索与定位-bisect search
Update : 2025-02-19 Size : 1kb Publisher : 马嘉驹

matlab method, bisect method
Update : 2025-02-19 Size : 1kb Publisher : codyboxia
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.