搜索资源列表
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
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
- zero pole bisection method
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.
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
Newton_Bisection-Method
- Newton Raphson and Bisection Root Finding Algorithm
Computational-Methods
- Computational methods Bisection method Secant method Newton method Broyden method Power iteration method Rayleigh quotient method
Eigen-decomposition
- 矩阵特征分解算法的C代码程序包,包括瑞利商算法、Givens旋转算法、QL分解,和雅可比循环算法,另有一篇英文文档详细描述了各种算法函数的参数,程序思路。 -This is C code packet for Matrix decomposition algorithms including C file of Rayleigh s quotient method, Givens bisection method, QL method and Jacobi cyclic method as
Solvers
- 求解器方程 BisectionZero.m 使用二分法求解方程的过零点; LEPDS.m 求解方程ax = b,a为正定对称矩阵; ModNewt 给定微分,求解方程f(x) = 0; NLEqSolver.m 使用牛顿法求解方程; NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程; NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。- Math/Solver
bisection_method
- 数值分析中的倍分收缩法,初等的寻根方法,可以用作跟高级方法的初步范围设定-bisection method for numerical to find roots of equations
Conjugate-Gradient-C-implementation-master
- Conjugate Gradient Method