搜索资源列表

  1. nmm105

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

    • 发布日期:2024-05-18
    • 文件大小:326656
    • 提供者:yandou116
  1. feixianxing

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

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

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

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

    • 发布日期:2024-05-18
    • 文件大小:411648
    • 提供者:程大宝
  1. Levenberg-Marquardt

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:蔚无
  1. resource

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

    • 发布日期:2024-05-18
    • 文件大小:630784
    • 提供者: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] = mu
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:锦夏
  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例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:junli
  1. Taylor

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘畅
  1. a

    0下载:
  2. 遗传算法解非线性方程组,搞了好久了,希望能帮到大家-Genetic algorithm for solving nonlinear equations, out for a long time, and hope can help you
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:杨波
  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例程

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

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

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:liuming
  1. nolinerequationssolves

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

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:liuming
  1. tonglunsuanfalilun

    0下载:
  2. 同伦算法的研究理论,一硕士论文,对解非线性方程组很有用-Homotopy algorithm theory, a master' s thesis on the nonlinear equations are useful
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1384448
    • 提供者: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
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:louis
  1. Homotopy_method

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

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:Qin
  1. nonlinear-equation

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

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

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

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:万远
  1. homotopy-matlab

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

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:wang
  1. solving-nonlinear-equations

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

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:chilsma
« 1 2 3 4 56 7 8 9 10 ... 36 »

源码中国 www.ymcn.org