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

搜索资源列表

  1. fun

    2下载:
  2. 计算大规模非线性方程组的解,这个是计算碰灌得,希望对大家有帮助!-Large-scale computing solutions of nonlinear equations, this is a calculated irrigation touch, we want to help!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-05-30
    • 文件大小:629
    • 提供者:YB
  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. nmm105

    0下载:
  2. 线性方程组,非线性方程组,最小二乘拟合等数值算法的matlab实现。-Linear equations, nonlinear equations, numerical algorithm such as least-squares fitting of the realization of matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:327001
    • 提供者:yandou116
  1. feixianxing

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

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

    0下载:
  2. 采用局部拟牛顿法求解非线性方程组的C源代码-C code of quasi-Newton method for large nonlinear system solving
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:194560
    • 提供者:张旭平
  1. suanfa

    0下载:
  2. C++数值运算的常用算法,包括项式与连分式计算、矩阵运算、线性方程组求解、 非线性方程组求解、数值积分、数据处理与回归分析、数学变换与滤波等-C++ numerical computation of the commonly used algorithms, including the item type and continued fractions, the matrix operations, solving linear equations, solving systems of non
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:411899
    • 提供者:程大宝
  1. resource

    0下载:
  2. 数值分析算法:求解非线性方程组,插值,曲面拟合,得近似表达式-Numerical analysis algorithms: solving nonlinear equations, interpolation, surface fitting, very similar to the expression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:631016
    • 提供者:tianping
  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. Newton

    0下载:
  2. 利用牛顿法和拟牛顿法解非线性方程组,实验验证有效。-Newton method and quasi Newton method for solution of nonlinear equations, which has been experimentally verified and proven to be useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:914
    • 提供者:junli
  1. Taylor

    0下载:
  2. Taylor算法,可以用于解非线性方程组-Taylor algorithm, can be used for solving the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:803
    • 提供者:刘畅
  1. a

    1下载:
  2. 遗传算法解非线性方程组,搞了好久了,希望能帮到大家-Genetic algorithm for solving nonlinear equations, out for a long time, and hope can help you
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-30
    • 文件大小:7883
    • 提供者:杨波
  1. newton2

    0下载:
  2. 非线性方程组的牛顿迭代方法与非线性方程解法类似,也是求解非线性方程组的常用方法。-Nonlinear equations of the Newton iteration method and nonlinear equations similar to solving nonlinear equations is a common method.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:712
    • 提供者:jiaoyuwei
  1. homotopycontinue

    1下载:
  2. 同伦连续算法,很好得用来求解非线性方程组-Homotopy continuation method, may very well be used to solve nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4545
    • 提供者:liuming
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:14089
    • 提供者:liuming
  1. newton_iterate

    0下载:
  2. 非线性方程组的牛顿法matlab程序,采用符号运算,输入参量为含参的代数式子,无需分离出各个矩阵。-Newton method of nonlinear equations matlab program, using symbolic computation, input parameters for children with participation of algebraic, without separating out the various matrices.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:826
    • 提供者:louis
  1. Homotopy_method

    1下载:
  2. 求解低阶非线性方程组的同伦方法程序,包括Euler修正迭代算法程序,切矩阵形成,切向量生成程序等。-Nonlinear equations to solve low-order methods and procedures homotopy
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13691
    • 提供者:Qin
  1. nonlinear-equation

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

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

    0下载:
  2. 各类非线性方程组求解的公式的实现,较为简洁,可直接调用-Various types of nonlinear equations of the formula to achieve, the more simple, direct call
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1668
    • 提供者:万远
  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. solving-nonlinear-equations

    0下载:
  2. matlab 的非线性方程组求解多种方法得源程序-Solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:12094
    • 提供者:chilsma
« 1 2 34 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com