Description: matlab语言开发的图像去噪的固定点迭代法,
基于偏微分方程的一个算法。-Matlab language Image Denoising fixed-point iteration method, based on partial differential equations of an algorithm. Platform: |
Size: 2056 |
Author:wjc |
Hits:
Description: Steffensen法加速不动点迭代,可以自行修改-Steffensen France accelerated fixed-point iteration can amend its own Platform: |
Size: 850 |
Author:曹德爽 |
Hits:
Description: matlab语言开发的图像去噪的固定点迭代法,
基于偏微分方程的一个算法。-Matlab language Image Denoising fixed-point iteration method, based on partial differential equations of an algorithm. Platform: |
Size: 2048 |
Author:wjc |
Hits:
Description: Steffensen法加速不动点迭代,可以自行修改-Steffensen France accelerated fixed-point iteration can amend its own Platform: |
Size: 1024 |
Author:曹德爽 |
Hits:
Description: 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.-This procedure for the solution of nonlinear equations of the fixed point iteration method, in the MATLAB implementation. Platform: |
Size: 1024 |
Author:yang |
Hits:
Description: 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. Platform: |
Size: 6897664 |
Author:huilian.Li |
Hits:
Description: 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. Platform: |
Size: 1024 |
Author:王怀东 |
Hits:
Description: 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. Platform: |
Size: 1024 |
Author:王怀东 |
Hits:
Description: 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 Platform: |
Size: 2048 |
Author:virumpa |
Hits:
Description: 不动点迭代方法也是一常用的计算非线性方程组的解法。-Fixed point iteration method is also a common calculation method of nonlinear equations. Platform: |
Size: 1024 |
Author:jiaoyuwei |
Hits:
Description: lab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法。--lab language development of image denoising fixed point iteration method, an algorithm based on partial differential equations.- Platform: |
Size: 1024 |
Author:叶鸿 |
Hits: