搜索结果

找到约 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 ...
https://www.eeworm.com/dl/665/214092.html
下载: 34
查看: 1088

教育系统应用 Bisection, Newton, Regula falsi method applied in matlab

Bisection, Newton, Regula falsi method applied in matlab
https://www.eeworm.com/dl/621/426642.html
下载: 170
查看: 1114

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 ...
https://www.eeworm.com/dl/665/433870.html
下载: 85
查看: 1088

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/439612.html
下载: 186
查看: 1085

matlab例程 Numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)

Numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)
https://www.eeworm.com/dl/665/449868.html
下载: 155
查看: 1044

数学计算 Bisection Method - Numerical ananlysis

Bisection Method - Numerical ananlysis
https://www.eeworm.com/dl/641/461731.html
下载: 44
查看: 1020

其他 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/534/487418.html
下载: 111
查看: 1030

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 ...
https://www.eeworm.com/dl/665/157044.html
下载: 95
查看: 1127

数学计算 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/641/465059.html
下载: 42
查看: 1043