CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fixed point iteration

搜索资源列表

  1. calculation-methods

    0下载:
  2. 牛顿下山法,不动点迭代,二分法。可以用来求解非线性方程,直接在matlab里面调用-Newton downhill method, fixed point iteration, dichotomy. Can be used to solve nonlinear equations, which is called directly in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:712
    • 提供者:luoyong
  1. Denoising

    0下载:
  2. 采用固定点迭代偏微分的方法,实现图像的去噪-Fixed-point iteration of partial differential method for image denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2060
    • 提供者:david
  1. nonlinear-equations-with-MATLAB.

    1下载:
  2. 用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。-Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2547
    • 提供者:yaliwang
  1. ROSIN

    0下载:
  2. 主要提供了数值分析中用牛顿法,Fixed-Point Iteration method, Steffensen’s method求解方程的源代码。-The main provider of numerical analysis using Newton' s method, the Fixed-Point Iteration method, Steffensen' s method for solving the equation of the source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:224974
    • 提供者:luo
  1. fixed-point-iteration-function(nedal)

    0下载:
  2. newten first low for calaculating the error and fitting the curves in numerical methods the method is simple and dont have any computational complexity at first we should guess smart initial condition
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1155
    • 提供者:nedal
  1. Sbuddongdiiano

    0下载:
  2. 此程序源码为解非线性方程组的不动点迭代代法,在MATLAB执行. 可直接使用。 -This program source code for the solution of nonlinear equations, fixed point iteration on behalf of France, executed in MATLAB can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:611
    • 提供者:
  1. GS

    0下载:
  2. Gauss-Seidel方法,是Jacobi方法的一种改进,可以认为是一种不动点迭代-Gauss-Seidel method is an improvement of the Jacobi method, that is a fixed point iteration
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:713835
    • 提供者:
  1. Jacobi-over-relaxation

    0下载:
  2. Jacobi超松弛迭代是不动点迭代的一种,但收敛速度一般来讲并不理想。-Jacobi over relaxation is a fixed point iteration, the convergence rate is not ideal.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:693445
    • 提供者:
  1. fangchengqiujie

    0下载:
  2. 贝努利法求按模最大实根 贝努利法求按模最小实根 用二分法求方程的一个根 用黄金分割法求方程的一个根 用不动点迭代法求方程的一个根 用艾肯特加速的不动点迭代法求方程的一个根 用史蒂芬森加速的不动点迭代法求方程的一个根 用一般弦截法求方程的一个根 用单点弦截法求方程的一个根 用双点弦截法求方程的一个根 用平行弦截法求方程的一个根 用改进弦截法求方程的一个根 用史蒂芬森法求方程的一个根 用劈因子法求方程的一个二次因子 用抛物线法求方程的一个根
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:10684
    • 提供者:吕文旭
  1. algorithms-for-nonlinear-equations

    0下载:
  2. 一个求解非线性方程根的算法的集合,包括牛顿迭代法,二分法,不动点迭代法等方法。-A collection of algorithms for solving nonlinear equations root, including the the Newton iteration dichotomy, fixed point iteration method.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:29892608
    • 提供者:zhang
  1. stablepoint1

    0下载:
  2. 不动点迭代法求解非线性方程,含结果跟m文件,亲测可用。-Fixed point iteration method for solving nonlinear equations with m file containing the results, the pro-test is available.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:16252
    • 提供者:cyw
  1. matlab

    1下载:
  2. matlab代码 迭代法求解非线性方程 用不动点迭代法求非线性方程组的一个根-matlab code iterative method for solving nonlinear equations using fixed point iteration method for solving nonlinear equations of a root
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:12806
    • 提供者:李建军
  1. mulStablePoint

    0下载:
  2. 本程序为[MATLAB语言常用算法程序集].(龚纯).清晰版书中求解非线性方程组的一种方法:不定点迭代法-This program is [MATLAB language commonly used algorithm for assembly] (Gong pure) clear version of the book method for solving nonlinear equations: fixed point iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:548
    • 提供者:huxiaoyan
  1. Solving-equation

    0下载:
  2. 用于方程求根的MATLAB程序。其中包括贝努利法求按模最小实根 用二分法求方程的一个根 用黄金分割法求方程的一个根 用不动点迭代法求方程的一个根 等-For solving equation MATLAB program. Which includes the minimum real root of Bernoulli Fa A root of a equation with dichotomy A root of the equation by golden sect
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6699
    • 提供者:gaochenglin
  1. fixed_point_iteration_method

    0下载:
  2. 使用固定点迭代法解非线性方程,精度可以自己设定,可以达到很高的精度。-Solving nonlinear equations using fixed point iteration method, accuracy can be set their own, can achieve high accuracy.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:yeastfly
  1. lecture-2

    0下载:
  2. Fixed Point Iteration
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:203931
    • 提供者:mohammed
  1. differenzial_equation

    0下载:
  2. Image denoising matlab language development of the fixed point iteration method, an algorithm based on partial differential equation-Image denoising matlab language development of the fixed point iteration method, an algorithm based on partial differ
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-13
    • 文件大小:1784
    • 提供者:hgo&8842
  1. Newton_Tay and Picard

    0下载:
  2. Newton-Raphson迭代法是很重要而且比较实用的方法及不动点迭代(Newton-Raphson iteration is a very important and practical method and fixed point iteration)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:lzp
  1. agethe

    0下载:
  2. matlab语言开发的图像去噪的固定点迭代法, 基于偏微分方程的一个算法,,(Image denoising matlab language development of the fixed point iteration method, an algorithm based on partial differential equation,,)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Dorotzc
  1. ROF-Denoising

    0下载:
  2. 这个程序是20世纪的一篇著名的图像去噪文章(ROF模型)的一部分代码,希望大家参考并给出建议。(This denoising method is based on total-variation, originally proposed by Rudin, Osher and Fatemi. In this particular case fixed point iteration is utilized.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:367616
    • 提供者:棒棒糖lxp
« 1 23 »
搜珍网 www.dssz.com