CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 非线性方程组

搜索资源列表

  1. 退火算法解非线性方程组Matlab程序

    1下载:
  2. 退火算法解非线性方程组Matlab程序
  3. 所属分类:源码下载

    • 发布日期:2011-09-29
    • 文件大小:6210
    • 提供者:yuyehang2011
  1. 牛顿迭代法求非线性方程组

    2下载:
  2. 牛顿迭代法求非线性方程组,来自《精通matlab科学计算》一书,Newton iteration method for nonlinear equations, from " well versed in scientific computing matlab" book
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-01-27
    • 文件大小:6400
    • 提供者:罗烧灼
  1. Aitken.rar

    0下载:
  2. 非线性方程组的求解方法:使用matlab编写,运用了aitken加速方法,Non-linear equations method: the use of matlab prepared to accelerate the use of Aitken Ways
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1163
    • 提供者:赵亮
  1. nanewton1

    1下载:
  2. 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1102
    • 提供者:
  1. Levenberg-Marquardt

    5下载:
  2. Levenberg-Marquardt 信赖域方法求解非线性方程组的Matlab程序-Levenberg-Marquardt trust region method for solving nonlinear equations of the Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:997
    • 提供者:蔚无
  1. NdimensionNiNetwon

    4下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-26
    • 文件大小:4265
    • 提供者:冰冰
  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. niNetwon

    4下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-26
    • 文件大小:3447
    • 提供者:冰冰
  1. 0004SolvingNonlinearEquations

    0下载:
  2. 非线性方程组的求解算法,里面还有MATLAB编程实现的程序-Nonlinear equations of the algorithm, along with MATLAB programming procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:12368
    • 提供者:王海波
  1. Nonlinearequationssolver

    0下载:
  2. 非线性方程组的求解程序,包含很多解法,是数值求解非线性方程的方法的总结。-Nonlinear equations procedures, contains a lot of solution, numerical solution of nonlinear equations are the summation method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:95195
    • 提供者:cbzeng
  1. matlab

    0下载:
  2. 基于matlab的非线性方程组求解的方法-Matlab-based non-linear equation solving methods
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:83380
    • 提供者:蔡宗彣
  1. NiNiuDun

    0下载:
  2. 利用拟牛顿发解非线性方程组,领域为数值分析-Quasi-Newton made use of contradictions and solve linear equations, the field of numerical analysis for
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:737
    • 提供者:paul
  1. feixianxing

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

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

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. homotopy-matlab

    0下载:
  2. 求解非线性方程组,比Newton迭代更加稳定的迭代法-Solving nonlinear equations, Newton iteration is more stable than the iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3914
    • 提供者:wang
  1. MATLAB求解非线性方程组 fsolve源程序代码

    2下载:
  2. 这是MATLAB求解非线性方程组 fsolve源程序代码(This is MATLAB solving nonlinear equations fsolve source code)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:peanut0414
  1. 计算方程组-1

    3下载:
  2. 该程序可用来求解计算复杂的非线性方程组的解析解,对初学者有一定参考价值(The program can be used to solve the analytic solution of complex nonlinear equations, and has some reference value for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:8192
    • 提供者:aaagwn
  1. MATLAB牛顿法求解非线性方程组

    1下载:
  2. MATLAB牛顿法求解非线性方程组,运用牛顿法对非线性方程组进行求解可得到数值解(MATLAB Newton method for solving nonlinear equations, using Newton method to solve nonlinear equations to obtain numerical solution.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lai东东
  1. MATLAB求解非线性方程组 fsolve

    0下载:
  2. MATLAB求解非线性方程组 fsolve源程序代码(MATLAB to solve the nonlinear system fsolve source code.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lai东东
  1. 用matlab求解非线性方程组的几种方法之程序

    1下载:
  2. matlab编程 求解非线性方程和方程组的多种方法(Matlab programming for solving nonlinear equations and equations)
  3. 所属分类:数学计算

    • 发布日期:2020-11-09
    • 文件大小:480256
    • 提供者:penny_ma
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com