CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bisection
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - bisection - List
[
matlab
]
meshpartdist.tar
DL : 0
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 meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendrickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "chaco/README" tells how to install the interface to Chaco. It also contains a Matlab interface to Karypis et al. s Metis partitioning package, using Robert Bridson s "metismex" code. -Matlab code for subdivided Cul mesh and graph partitioning methods, including geometric and spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions. vertex separators. and nested SLN orderings and it has some sample meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendr ickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "ch un-aco@i-2000.com/README "tells how to install the interface to Chaco. It also contains a Matlab interface to Karypis et al. s Metis partitioning package, using Robert Bridson s "metismex" code.
Update
: 2025-02-19
Size
: 258kb
Publisher
:
xy
[
Algorithm
]
bisectroot
DL : 0
这是数学方面的程序,使用二等分方法求方程的根-This is the mathematical procedure, the use-bisection method for the root equation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王沪龙
[
matlab
]
BIQPBOX
DL : 0
%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 The MathWorks, Inc. % $Revision: 1.2 $ $Date: - 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 The MathWorks, Inc. $ Revision: 1.2 $ $ Date:
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张风
[
Algorithm
]
bisection
DL : 0
二分法求一个未知数方程的根f(x)=0,x属于[a,b],除了显示每次计算的小区间外,还根据给定的精度计算了所需的次数k-Dichotomy for the root of an unknown equation f (x) = 0, x belonging to [a, b], apart from showing the outline of each inter-cell calculation, but also in accordance with a given accuracy to calculate the required number of k
Update
: 2025-02-19
Size
: 1kb
Publisher
:
东方志柱
[
matlab
]
bisection
DL : 0
matlab源代码 主要是进行有限元计算的-matlab source code is mainly carried out finite element calculations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yangg
[
Algorithm
]
bisection
DL : 0
二分法求解方程,最简单的求解方程的方法,速度极快-Dichotomy solving equations, the simplest method for solving equations, extremely fast
Update
: 2025-02-19
Size
: 230kb
Publisher
:
yang
[
Books
]
Topic1
DL : 0
description and code of numberical method from a university in united states-the discription of Newtom Raphson method and bisection method with matlab code and C code
Update
: 2025-02-19
Size
: 211kb
Publisher
:
Xiao Yang
[
Education soft system
]
bisection
DL : 0
Bisection, Newton, Regula falsi method applied in matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Nora
[
matlab
]
Bisection
DL : 0
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 intervals [ak,bk] that is guaranteed to converge to a solution to f(x) = 0.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
sarah
[
matlab
]
Useful_matlab_codes
DL : 0
The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane-The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane
Update
: 2025-02-19
Size
: 1kb
Publisher
:
K29
[
Algorithm
]
iterative
DL : 0
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
Update
: 2025-02-19
Size
: 368kb
Publisher
:
dede
[
Other
]
bisection
DL : 0
it is a c++ progrmming based bisection method that helps in programming
Update
: 2025-02-19
Size
: 69kb
Publisher
:
shailendra singh
[
Windows Develop
]
Bisection
DL : 0
bisection method to estimate roots of f(x)=0
Update
: 2025-02-19
Size
: 1kb
Publisher
:
alaki4me
[
matlab
]
bisection
DL : 0
how to compute the roots using matlab by bisection method-how to compute the roots using matlab by bisection method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ali
[
matlab
]
bisection
DL : 0
bisection numerical method
Update
: 2025-02-19
Size
: 3kb
Publisher
:
iman
[
matlab
]
Bisection
DL : 0
An simple bisection algorithm for optimisation for an 1D function.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
PSP
[
Algorithm
]
bisection
DL : 0
implementation bisection algorithm in c-implementation bisection algorithm in c++
Update
: 2025-02-19
Size
: 1kb
Publisher
:
pm
[
Algorithm
]
bisection
DL : 0
zero pole bisection method
Update
: 2025-02-19
Size
: 71kb
Publisher
:
aa
[
matlab
]
Bisection
DL : 0
Bisection method code & a useful numerical Matlab book
Update
: 2025-02-19
Size
: 1.99mb
Publisher
:
AKB28
[
matlab
]
bisection
DL : 0
二分法(英语:Bisection method),是一种方程式根的近似值求法。 若要求已知函数 f(x) = 0 的根 (x 的解),则: 先找出一个区间 [a, b],使得f(a)与f(b)异号。根据介值定理,这个区间内一定包含着方程式的根。(bisection method and the solution)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
renyja
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.