CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 不动点迭代

搜索资源列表

  1. SteffensenAcceleation

    0下载:
  2. Steffensen法加速不动点迭代,可以自行修改-Steffensen France accelerated fixed-point iteration can amend its own
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:850
    • 提供者:曹德爽
  1. budongdian

    1下载:
  2. 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:811
    • 提供者:yang
  1. diedai

    0下载:
  2. 不动点迭代——方程根的求解-fixed-point iteration -- Solving the equation -
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6128
    • 提供者:王慧
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. MATLAB

    1下载:
  2. 这个是逐步搜索法的MATLAB主程序,牛顿法,不动点迭代法-This is a step by step search method MATLAB main program, compiled his free time, by running the verification.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1599
    • 提供者:李星
  1. bdd

    0下载:
  2. 在CCS编程环境下,用C语言编写的利用不动点迭代法解非齐次线性方程组(在此为3个方程组成的方程组)的程序-In the CCS programming environment, using C language for the use of fixed-point iterative solution of non-homogeneous linear equations (in this case three equations consisting of equations) procedu
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:421944
    • 提供者:黄敏
  1. fixedpointiterativeprocess

    0下载:
  2. 不动点迭代方法也是一常用的计算非线性方程组的解法。-Fixed point iteration method is also a common calculation method of nonlinear equations.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:764
    • 提供者:jiaoyuwei
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. feixianxing

    1下载:
  2. 各种求解非线性方程组的算法程序,包括牛顿法及变形,不动点迭代,共轭梯度-Various algorithms for solving nonlinear equations procedures, including Newton and deformation, fixed point iteration, conjugate gradient, etc., etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:11027
    • 提供者:廖益文
  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. nonlinear-equations

    0下载:
  2. 非线性方程求根程序,含割线法、试位法、不动点迭代法、NEWTON-Raphason方法等,还有详细的误差分析,和各种方法示意图-this program is intended for nonlinear equations,including the regula method/secant method/fix point method/newton-raphson method and so on
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10459
    • 提供者:
  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. three-methods-of-Solving-equations

    0下载:
  2. 三种方法解方程(包括Newton法、不动点迭代法、自定义法)-three methods of Solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:36118
    • 提供者:AbStars
  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. fpc

    0下载:
  2. 基于改进的不动点迭代算法的低秩Gram矩阵的恢复,里面包括一个24983*101的真实数据库。-Fixed point and bregman iterative methods for matrix rank
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:3684747
    • 提供者:蓝色战神
  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. 方程解法

    1下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. Aitken迭代法

    0下载:
  2. 先确定方程 的一个收敛的有根区间[a,b], 然后用不动点迭代法在此有根区间的近似根,初值 自己确定,要求根精确到 ,再比较用二分法的二分次数、不动点迭代法、Aitken迭代加速法的迭代次数. (要求:使用函数式文件调用)(First determine a convergence of the equation with the root interval [a, b], and then use the fixed point iteration method to have the app
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1081344
    • 提供者:王小稻
« 12 »
搜珍网 www.dssz.com