CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - matlab 迭代法

搜索资源列表

  1. 2

    1下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1548
    • 提供者:平猪
  1. poissonfdm

    0下载:
  2. 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the b
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1039
    • 提供者:LGE
  1. 2

    0下载:
  2. matlab算法练习,包括牛顿迭代法,赛德尔迭代法等-matlab learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3644
    • 提供者:HXY
  1. bin

    0下载:
  2. matlab中调用Jacobi迭代法所使用的函数-call a function of the Jacobi iterative method used in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:952
    • 提供者:吕序员
  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. thrust-lubtication-wiht-matlab

    14下载:
  2. 用matlab编写的五点差分法离散雷诺方程用SOR(超松弛迭代法)求解压力分布的源程序-thrust lubtication wiht matlab
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:15195
    • 提供者:zlm
  1. mathmatical-calculation-with-matlab

    0下载:
  2. CG、Gauss、SOR、Jacobi迭代法matlab程序 自己收藏的源程序-CG, Gauss, SOR, Jacobi iteration method matlab program his collection of source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4238
    • 提供者:yangjinhong
  1. MATLAB-algorithms-assemblies

    0下载:
  2. matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:154103
    • 提供者:赵东昌
  1. test2

    0下载:
  2. MATLAB ,N-R迭代法,散斑应力强度因子(MATLAB, N-R iterative method, speckle stress intensity factor)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:lxd199008200
  1. fvnctikn-MATLAB

    0下载:
  2. 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件(Calculation equations of the Gauss - Serdel iteration method of MATLAB function file)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:sobnelx
  1. 大津法和迭代法matlab作业

    0下载:
  2. 贝叶斯算法处理分析,基于迭代法和大津法,希望能有帮助(Bayesian algorithm, which is known as a way to be used in statistic. Hope the algorithm will be easy to use and learn.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:59392
    • 提供者:judycong
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:11264
    • 提供者:hcj12138
  1. LMFnlsq

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

    • 发布日期:2018-04-29
    • 文件大小:879616
    • 提供者:whz123456
  1. Power Flow6.23

    0下载:
  2. MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:5120
    • 提供者:麻辣小月饼
  1. 5线性方程组的迭代解法—Jacobi迭代法

    0下载:
  2. 使用matlab编写了Jacobi迭代法的函数,并通过例子进行了验证。(The function of Jacobi iteration method is written by MATLAB, and is verified by an example.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:24576
    • 提供者:jeff1130
  1. jztdf

    0下载:
  2. 用矩阵迭代法计算某系统固有频率及振型,MATLAB程序(Using matrix iteration method to calculate the natural frequency and mode of a system, MATLAB program)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:12288
    • 提供者:liliqwer
  1. Desktop

    2下载:
  2. 该MATLAB脚本为使用矩阵迭代法计算其固有频率及振型,(Matrix iteration method for calculating natural frequencies and modes)
  3. 所属分类:其他

    • 发布日期:2020-09-24
    • 文件大小:13312
    • 提供者:小阿非
  1. Dynamic-Programming-master

    1下载:
  2. 经典的基于策略迭代和值迭代法的动态规划matlab代码,实现机器人的最优运输(The classic dynamic programming matlab code based on policy iteration and value iteration method realizes the optimal transportation of the robot.)
  3. 所属分类:其他

  1. Matlab方程求根法汇总

    2下载:
  2. Matlab方程求根法汇总:BenvliMAX 贝努利法求按模最大实根 BenvliMIN 贝努利法求按模最小实根 HalfInterval 用二分法求方程的一个根 hj 用黄金分割法求方程的一个根 StablePoint 用不动点迭代法求方程的一个根 AtkenStablePoint 用艾肯特加速的不动点迭代法求方程的一个根 StevenStablePoint 用史蒂芬森加速的不动点迭代法求方程的一个根 Secant 用一般弦截法求方程的一个根 SinleSecant 用单点弦截法求方程的一个
  3. 所属分类:其他

    • 发布日期:2020-09-08
    • 文件大小:19456
    • 提供者:lfwu5
  1. 代码

    1下载:
  2. 利用连续法相对定向和加权迭代法检测粗差,用matlab编写(Detection of gross errors by continuous relative orientation and weighted iteration)
  3. 所属分类:其他

    • 发布日期:2021-04-06
    • 文件大小:29696
    • 提供者:wxh123123
« 12 3 »
搜珍网 www.dssz.com