CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fixed point iteration
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fixed point iteration - List
[
Other resource
]
Fixed_pt
DL : 0
matlab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法。-Matlab language Image Denoising fixed-point iteration method, based on partial differential equations of an algorithm.
Update
: 2008-10-13
Size
: 2.01kb
Publisher
:
wjc
[
Other resource
]
SteffensenAcceleation
DL : 0
Steffensen法加速不动点迭代,可以自行修改-Steffensen France accelerated fixed-point iteration can amend its own
Update
: 2008-10-13
Size
: 850byte
Publisher
:
曹德爽
[
Mathimatics-Numerical algorithms
]
diedai
DL : 0
不动点迭代——方程根的求解-fixed-point iteration -- Solving the equation -
Update
: 2008-10-13
Size
: 5.98kb
Publisher
:
王慧
[
Other resource
]
fixed_point
DL : 0
matlab function ---> find roots using fixed-point iteration
Update
: 2008-10-13
Size
: 1012byte
Publisher
:
Di Lin
[
Mathimatics-Numerical algorithms
]
diedai
DL : 0
不动点迭代——方程根的求解-fixed-point iteration-- Solving the equation-
Update
: 2025-02-19
Size
: 301kb
Publisher
:
王慧
[
matlab
]
Fixed_pt
DL : 0
matlab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法。-Matlab language Image Denoising fixed-point iteration method, based on partial differential equations of an algorithm.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
wjc
[
Algorithm
]
SteffensenAcceleation
DL : 0
Steffensen法加速不动点迭代,可以自行修改-Steffensen France accelerated fixed-point iteration can amend its own
Update
: 2025-02-19
Size
: 1kb
Publisher
:
曹德爽
[
matlab
]
budongdian
DL : 0
此程序为解非线性方程组的不动点迭代法,在MATLAB执行.-This procedure for the solution of nonlinear equations of the fixed point iteration method, in the MATLAB implementation.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yang
[
matlab
]
fixed_point
DL : 0
matlab function ---> find roots using fixed-point iteration -matlab function---> find roots using fixed-point iteration
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Di Lin
[
Documents
]
IndependentComponentAnalysis
DL : 0
FastICA算法,又称固定点(Fixed-Point)算法,该算法采用了定点迭代的优化算法,使得收敛更加快速、稳健。-FastICA algorithm, also known as fixed-point (Fixed-Point) algorithm, which uses fixed-point iteration of the optimization algorithm, making convergence more rapid, and robust.
Update
: 2025-02-19
Size
: 6.58mb
Publisher
:
huilian.Li
[
matlab
]
fixed_point_systems
DL : 0
Fixed-point for functions of several variables -Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王怀东
[
matlab
]
fixed_point
DL : 0
Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王怀东
[
Algorithm
]
ALGO2-1
DL : 0
lgo2-1.c C program for implementing Algorithm 2.1 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: NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992 Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A. Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6 Prentice Hall, International Editions: ISBN 0-13-625047-5 This free software is compliments of the author. E-mail address: in "mathews@fullerton.edu" Algorithm 2.1 (Fixed Point Iteration). Section 2.1, Iteration for Solving x = g(x), Page 51-lgo2-1.c C program for implementing Algorithm 2.1 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: NUMERICAL METHODS for Mathematics, Science and Engineering, 2nd Ed, 1992 Prentice Hall, Englewood Cliffs, New Jersey, 07632, U.S.A. Prentice Hall, Inc. USA, Canada, Mexico ISBN 0-13-624990-6 Prentice Hall, International Editions: ISBN 0-13-625047-5 This free software is compliments of the author. E-mail address: in "mathews@fullerton.edu" Algorithm 2.1 (Fixed Point Iteration). Section 2.1, Iteration for Solving x = g(x), Page 51
Update
: 2025-02-19
Size
: 2kb
Publisher
:
virumpa
[
matlab
]
fixed_point_aitken
DL : 0
general fixed point iteration with Aitken s D2-method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
katore vishal
[
matlab
]
fixedpointiterativeprocess
DL : 0
不动点迭代方法也是一常用的计算非线性方程组的解法。-Fixed point iteration method is also a common calculation method of nonlinear equations.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
jiaoyuwei
[
matlab
]
Fpi
DL : 0
fixed point iteration for finding roots
Update
: 2025-02-19
Size
: 1kb
Publisher
:
ali
[
matlab
]
5dsfada
DL : 0
lab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法。--lab language development of image denoising fixed point iteration method, an algorithm based on partial differential equations.-
Update
: 2025-02-19
Size
: 1kb
Publisher
:
叶鸿
[
Windows Develop
]
fixed
DL : 0
this code is using for simulate the method of fixed point iteration
Update
: 2025-02-19
Size
: 1kb
Publisher
:
nedal
[
matlab
]
fixed-point
DL : 0
一种基于matlab程序不动点迭代程序算法-Based on the matlab program fixed point iteration algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
孔小凡
[
Education soft system
]
iteration
DL : 0
fixed-point iteration
Update
: 2025-02-19
Size
: 463kb
Publisher
:
zghjcnjvfu
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.