搜索资源列表

  1. SteffensenAcceleation

    0下载:
  2. Steffensen法加速不动点迭代,可以自行修改-Steffensen France accelerated fixed-point iteration can amend its own
  3. 所属分类:其它资源

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

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

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

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

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

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

    • 发布日期:2024-07-05
    • 文件大小:308224
    • 提供者:王慧
  1. SteffensenAcceleation

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

    • 发布日期:2024-07-05
    • 文件大小:1024
    • 提供者:曹德爽
  1. budongdian

    0下载:
  2. 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.-This procedure for the solution of nonlinear equations of the fixed point iteration method, in the MATLAB implementation.
  3. 所属分类:matlab例程

    • 发布日期:2024-07-05
    • 文件大小:1024
    • 提供者:yang
  1. feixianxing

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

    • 发布日期:2024-07-05
    • 文件大小:12288
    • 提供者:舞蛳
  1. MATLAB

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

    • 发布日期:2024-07-05
    • 文件大小:2048
    • 提供者:李星
  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 co
  3. 所属分类:C#编程

    • 发布日期:2024-07-05
    • 文件大小:421888
    • 提供者:黄敏
  1. fixedpointiterativeprocess

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

    • 发布日期:2024-07-05
    • 文件大小:1024
    • 提供者:jiaoyuwei
  1. nonlinear-equation

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

    • 发布日期:2024-07-05
    • 文件大小:11264
    • 提供者:汪张扬
  1. feixianxing

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

    • 发布日期:2024-07-05
    • 文件大小:11264
    • 提供者:廖益文
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-05
    • 文件大小:1024
    • 提供者: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. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-05
    • 文件大小:10240
    • 提供者:
  1. nonlinear-equations-with-MATLAB.

    0下载:
  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例程

    • 发布日期:2024-07-05
    • 文件大小:2048
    • 提供者:yaliwang
  1. three-methods-of-Solving-equations

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

    • 发布日期:2024-07-05
    • 文件大小:35840
    • 提供者: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. 所属分类:书籍源码

    • 发布日期:2024-07-05
    • 文件大小:713728
    • 提供者:
  1. Jacobi-over-relaxation

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

    • 发布日期:2024-07-05
    • 文件大小:693248
    • 提供者:
  1. 方程解法

    0下载:
  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 it
  3. 所属分类:其他小程序

    • 发布日期:2024-07-05
    • 文件大小:1081344
    • 提供者:王小稻
« 12 »

源码中国 www.ymcn.org