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

搜索资源列表

  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of differential equations, linear
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54473
    • 提供者:王军
  1. 求解非线性方程组的拟牛顿-粒子群混合算法

    1下载:
  2. 求解非线性方程组的拟牛顿-粒子群混合算法
  3. 所属分类:报告论文

    • 发布日期:2011-09-29
    • 文件大小:312413
    • 提供者:yuyehang2011
  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. C++

    1下载:
  2. 如何运用C++求解非线性方程组非常值得看-How to use C++ For solving nonlinear equations is very worth watching
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1419
    • 提供者:wangmingtao
  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. 求解非线性方程组的混合人口迁移算法

    0下载:
  2. 摘要:针对变尺度法对初始值敏感和人口迁移算法容易陷入局部极值的缺陷,结合变尺度法和人口迁移算 法各自的优点,提出了一种混合人口迁移算法,用来求解非线性方程组。该混合算法不仅发挥了人口迁移算 法强大的全局搜索能力,而且利用了变尺度法的局部精细搜索能力。实验结果表明,该算法不但以较高的精 度求出了各种非线性方程组的解,而且鲁棒性强,收敛速度快速,是一种解决非线性方程组问题的较好方法。
  3. 所属分类:报告论文

  1. 求解非线性方程组的BFGS差分进化算法

    0下载:
  2. 摘要:针对差分进化算法进化后期收敛缓慢和稳定性不强的缺陷,将BFGS算法插入差分进化算法当中,提出了一种BFGS差 分进化算法,用来求解非线性方程组。通过5 个非线性方程组和一个工程实例的实验,说明:算法收敛精度较高、收敛速度较快、 鲁棒性强、收敛成功率高,是一种较好的解决非线性方程组的方法。
  3. 所属分类:报告论文

  1. chap7(1)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2971
    • 提供者:xutianyuan
  1. chap7(2)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1754
    • 提供者:xutianyuan
  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. AI

    0下载:
  2. 用MATLAB编写的使用免疫算法求解非线性方程组-MATLAB prepared with the use of immune algorithm for solving nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3056
    • 提供者:
  1. qnerr

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

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

    0下载:
  2. 很多很好的matlab程序,包括用于数值微分,数值积分,非线性方程组求解-It contain a lot of good marlab programs, including those for numerical differentiation, numerical integration, nonlinear equations to solve, and so
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:162634
    • 提供者:王敏蔚
  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. 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. 用matlab求解非线性方程组的几种方法之程序

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

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