搜索:Bisection
找到约 9 项符合「Bisection」的查询结果
结果 9
按分类筛选
https://www.eeworm.com/dl/641/461731.html
数学计算
Bisection Method - Numerical ananlysis
Bisection Method - Numerical ananlysis
https://www.eeworm.com/dl/621/426642.html
教育系统应用
Bisection, Newton, Regula falsi method applied in matlab
Bisection, Newton, Regula falsi method applied in matlab
https://www.eeworm.com/dl/534/487418.html
其他
it is a c++ progrmming based bisection method that helps in programming
it is a c++ progrmming based bisection method that helps in programming
https://www.eeworm.com/dl/665/449868.html
matlab例程
Numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)
Numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)
https://www.eeworm.com/dl/665/439612.html
matlab例程
The False-Position method to solve a linear equation The Bisection method to solve linear equation
The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane
https://www.eeworm.com/dl/665/433870.html
matlab例程
he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chos
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 ...
https://www.eeworm.com/dl/665/214092.html
matlab例程
%BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma
%BIQPBOX Bisection reflective line search for sqpbox
% [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,...
% oval,po,normg,DS,mtxmpy,data,H)
% returns the new feasible point nx, the corresponding sign vector nsig,
% and the step size of the unreflected step, alpha.
% Copy ...
https://www.eeworm.com/dl/641/465059.html
数学计算
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a
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
https://www.eeworm.com/dl/665/157044.html
matlab例程
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and i ...