搜索资源列表
bisectroot
- 这是数学方面的程序,使用二等分方法求方程的根-This is the mathematical procedure, the use-bisection method for the root equation
bisection
- 计算方法中的二分法,计算数值,非线性方程的数值解法-Dichotomy in the calculation method, numerical calculation, the numerical solution of nonlinear equations
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
bisect.c
- Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
bisectie
- bisection method, numerical method
ALGO2-2
- Algo2-2.c C program for implementing Algorithm 2.2 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: NU
Bisection_method
- 二分法求解任意代数方程,比如超越方程等等,最原始的方法,但是最可靠。 本文档是Mathematica的求解代码。用户可以修改本代码,提取适合自己的核心代码。-Dichotomy solving any algebraic equation, such as the transcendental equation and so on, the most primitive methods, but the most reliable. This document is the solution
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
- The bisection method in mathematics is a root-finding method
bisection-method
- bisection method implementation in matlab
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)