搜索资源列表
bisectroot
- 这是数学方面的程序,使用二等分方法求方程的根-This is the mathematical procedure, the use-bisection method for the root equation
bisection
- 二分法求一个未知数方程的根f(x)=0,x属于[a,b],除了显示每次计算的小区间外,还根据给定的精度计算了所需的次数k
bisection
- 计算方法中的二分法,计算数值,非线性方程的数值解法-Dichotomy in the calculation method, numerical calculation, the numerical solution of nonlinear equations
bisect.c
- Bisection Method - Numerical ananlysis-Bisection Method- Numerical ananlysis
iterative
- This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
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
- implementation bisection algorithm in c-implementation bisection algorithm in c++
bisection
- bisection algorithme applicated in a general situation,which is accesseble for new learner.-bisection algorithme applicated in a general situation, which is accesseble for new learner.
bisection
- zero pole bisection method
PerformanceEvaluation
- This paper carries out a performance evaluation of numerical algorithms on non-linear equations by implementing newton-raphson, bisection and regula-falsi algorithms using c-This paper carries out a performance evaluation of numerical algorithms on n
BISEC3
- bisection code using c++ for numerical computing
codes
- codes on bisection methos, trapezoidal rule, celular automata, secant and monte carlo
123131
- 二分法、牛顿法、割线法求非线性方程2X3-2X2+3X-6=0在[1, 3]内的近似根。-Bisection method, Newton method, secant nonlinear equations 2X3-2X2+3 X-6 = 0 in [1, 3] an approximate root.
calculation-of-zero
- Calculation of the zeros and the bisection method of selection
bisecteps.c
- general bisection method for finding the roots.
Bisection
- 數學上BISECTION算法代碼,簡單易用.可以作為參考-Mathematically BISECTION algorithm code, easy to use can be used as a reference
Project1
- 工程计算,用 bisection method算specific energy-Engineering calculation, with the bisection method to calculate specific energy
numerical
- The bisection method in mathematics is a root-finding method that repeatedly bisects an interval and then selects a subinterval in which a root must lie for further processing