搜索资源列表
BisectionMethod
- Bisection method in C#. Program can be easily altered for different equations, intervals, interval increments, solved to your specified required accuracy, within your desired number of iterations.
Rtbis
- RTBIS rutine for VIsual Basic 6. Bisection Method
bisection
- it is a c++ progrmming based bisection method that helps in programming
bisection
- this program finds the roots of a polinomial which has real root by using the bi-section interpolation method.
Bisection
- bisection method to estimate roots of f(x)=0
Programming-Assignment-Sharp1
- Write a program to solve the problem of locating roots of a nonlinear equation or a system of nonlinear equations, by using (1) the bisection method and (2) Newton’s method. Then discuss the associated roundoff errors of the solutions.
Bisection-Method
- this a c sharp program called bisection method. this application will help you to determine the root of a polynomial.-this is a c sharp program called bisection method. this application will help you to determine the root of a polynomial.
xinxing
- 里面包含非线性方程的数值解法,包括对分法,区间法等针对非线性方程不同的解法-Which contains the numerical solution of nonlinear equations, including the bisection method, interval method for the solution of nonlinear equations of different
bisection
- 基于二分法原理求解,所谓二分法就是将已给区间两等分,取中点的函数值作为近似值,若求得的近似值不满足精度要求,确定二分后新的有根区间,然后检查新的近似值是否达到精度要求,依此类推。-Bisection Method to solve function
Bi-Section-Method
- bisection methode..it s useful enjoy it-bisection methode..it s useful enjoy it.....
five-ways
- 数值分析非线性方程求解(五种方法)。分析牛顿法、割线法、对分法、Steffensen法、简易牛顿法解线性方程组的性质-Numerical analysis of nonlinear equations (five methods). Nature of the analysis of Newton, secant, bisection method, Steffensen method, simple Newton method for solving linear equations
bracketing-method
- matlab编程求解方程根的两种划界法,二分法,增量搜索法。-bracketing method,bisection method ,increamental method
Bisection
- Matrix Multiplication by Fox Method
matlab
- 基于MATLAB的非线性方程二分法求解。-bisection method
bisection-method
- 基于matlab的非线性方程二分法迭代求解(GUI)-bisection method
Methods-for-problem-solving-in-algebra
- The false position method, Secant method, and Bisection method are term for problem-solving methods in arithmetic, algebra, and calculus. Credit : http://en.wikipedia.org/wiki/False_position_method http://en.wikipedia.org/wiki/Secant_method
Experiement1
- C#写的两个简单的计算方法的小程序,分别用二分法和牛顿迭代法求根.-A simple program uses C# language to get the root of a equation using method of bisection and Newton s 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.
biseccion
- This code allow to solve equations through the numerical method: Bisection
GUESS-NUMBER
- 以对分法猜数字的游戏为主线,主要是训练下编程的一个简单的流程,可以用于教学和练习-In method of bisection guess a number of games as the main line, mainly training programming a simple process can be used in teaching and Practice