搜索结果
找到约 9 项符合
bisection 的查询结果
按分类筛选
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.
% Copyright (c) 1990-98 by ...
教育系统应用 Bisection, Newton, Regula falsi method applied in matlab
Bisection, Newton, Regula falsi method applied in matlab
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 sequence of interva ...
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
matlab例程 Numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)
Numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)
数学计算 Bisection Method - Numerical ananlysis
Bisection Method - Numerical ananlysis
其他 it is a c++ progrmming based bisection method that helps in programming
it is a c++ progrmming based bisection method that helps in programming
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 it has some sample me ...
数学计算 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