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

搜索资源列表

  1. 实验5-雅可比迭代

    1下载:
  2. 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss - Seidel iterative solution equations Ax = b, analysis, comparison of the results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:17358
    • 提供者:葛林
  1. 解线性方程组的迭代法

    0下载:
  2. 利用matlab编程实现解线性方程组的迭代法。-using Matlab programming for solving linear equations of iterative method.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22840
    • 提供者:悟凡
  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. LM

    0下载:
  2. Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:966
    • 提供者:empty
  1. Seidel

    0下载:
  2. matlab实现简单迭代法和Seidel迭代法 用matlab 。 是计算方法里面的内容。 -matlab simple iterative method and Seidel iterative method with matlab. Is calculated inside the content.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:67709
    • 提供者:wenhuajin
  1. G-S与jaciob迭代迭代

    0下载:
  2. 利用高斯赛德尔迭、雅克比迭代算法求解一维稳态导热问题的例程。。。(Gauss seidel iteration for one dimensional steady heat conduction problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:梦时无意
  1. 解线性方程组的迭代法

    0下载:
  2. 数值分析迭代法解线性方程问题的matlab的范例((Numerical analysis of the Matlab example, super easy to use der))
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:7168
    • 提供者:mabiubiu
  1. 数值偏微分方程快速迭代计算

    0下载:
  2. 利用Matlab数值计算偏微分方程的快速迭代计算。(Fast iterative computation of partial differential equations by Matlab numerical method.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:7168
    • 提供者:Dangbingjoe
  1. Gauss消元法,Jacobi迭代法,超松弛迭代法

    0下载:
  2. Gauss消元法,Jacobi迭代法和超松弛迭代法求解线性方程组的M文件(Gauss elimination method, Jacobi iteration method and over relaxation iterative method for solving linear equations of the M file)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Mathematic
  1. 牛顿迭代法的MATLAB实现_云磊

    1下载:
  2. 牛顿迭代法是方程求根中的一种较快捷的迭代方法,但遇到较复杂的方程时计算量较大。文章采用了MATLAB编程来实现牛顿迭代法,并给出了具体的计算例子。(Using the MATLAB programming to realize the Newton iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:2770944
    • 提供者:Effie
  1. 解方程迭代法

    0下载:
  2. 数值分析求解方程迭代法的matlab实现(Matlab implementation of iterative method for solving equations by numerical analysis)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:39936
    • 提供者:wly言
  1. matlab

    0下载:
  2. 利用牛顿迭代解决非线性方程组问题,属于数学计算范畴。(The problem of nonlinear equations is solved by Newton iteration, which belongs to the category of mathematical calculation.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-11
    • 文件大小:56542208
    • 提供者:乔川
  1. Newton iterative algorithm and matlab code

    0下载:
  2. 文档中包含有牛顿迭代法算法原理解析,包括一般非线性方程和非线性方程组,其中附有一个非线性方程组的实际例子和相应matlab求解代码,例子的实验可以加深对算法的理解和运用。(The document contains the Newton iterative algorithm analysis, including general nonlinear equations and nonlinear equations group, which is attached to a practical
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:147456
    • 提供者:熊二的大哥
  1. LMFnlsq

    0下载:
  2. 差分法迭代程序MATLAB程序源代码仅供参考(Difference method iteration)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:879616
    • 提供者:whz123456
  1. G-S

    1下载:
  2. 在matlab上实现G-S,SOR,JACOBI等多种迭代算法(G-S, SOR, JACOBI and other iterative algorithms are implemented on MATLAB.)
  3. 所属分类:其他

    • 发布日期:2021-04-27
    • 文件大小:3072
    • 提供者:kaikaizz
  1. 雅各比迭代算法

    0下载:
  2. 雅各比迭代算法,Jacobi迭代的matlab编程
  3. 所属分类:matlab例程

  1. 菲涅尔迭代计算

    0下载:
  2. MATLAB 程序菲涅尔迭代计算啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊(Fresnel Iterator of MATLAB Program)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-07
    • 文件大小:438272
    • 提供者:龙卷风cf
  1. MATLAB

    0下载:
  2. 利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)
  3. 所属分类:数学计算

    • 发布日期:2019-11-14
    • 文件大小:4096
    • 提供者:竹黄
  1. 牛顿迭代法matlab程序

    1下载:
  2. 牛顿迭代法 适合初学者学习,条理清晰,有注释。也可以在程序上修改,方面实用。
  3. 所属分类:其它

  1. Gauss_Seidel迭代法

    1下载:
  2. Gauss-Seidel 迭代法求解的例程序及源代码,供大家共同学习,如果错误,请大家批评指正
  3. 所属分类:matlab例程

    • 发布日期:2020-05-08
    • 文件大小:513
    • 提供者:ahhhhh
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com