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

搜索资源列表

  1. Newton-Raphson(C++)

    1下载:
  2. Newton-Raphson(C++)非线性方程组的牛顿—拉斐森方法实例,应该比较有用吧-Newton-Raphson (C++) Nonlinear equations of Newton- methods拉斐森example, it should be more useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1338
    • 提供者:zhangjia
  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. 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. tonglunsuanfalilun

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

    • 发布日期:2017-04-10
    • 文件大小:1384491
    • 提供者:liuming
  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. 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. cminpack-1.0.1.tar

    1下载:
  2. 该程序实现了非线性最小二乘问题和非线性方程组的解法,且发布的环境是基于BSD的,不同于levmar在GPL环境下编写的程序。移植性提高!-The program achieved a nonlinear least squares problems and the solution of nonlinear equations, and the release of the environment is based on BSD, the GPL is different from the ci
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:222204
    • 提供者:jiaken2660
  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. mulDNewton_H

    2下载:
  2. 同伦方程组求非线性方程组所有解,自编程序,很好用-Homotopy equations for all solutions of nonlinear equations, written procedures, very good use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3914
    • 提供者:luoyouxin
  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. newtonmethod

    1下载:
  2. 用牛顿-拉夫森方法解非线性方程组。调试通过,任何人拿来就可以用,只需要根据自己的需要更改3个方程即可,也可以增加方程数量。-Newton iterative method for nonlinear simultaneous equations.it can be used without making modifications but changing 3 equations according his own need.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4957
    • 提供者:peihongtao
  1. matlab

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

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

    1下载:
  2. 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code, which include the common reali
  3. 所属分类:Algorithm

    • 发布日期:2015-02-25
    • 文件大小:1183112
    • 提供者:王伟
  1. 1

    0下载:
  2. matlab开发环境,Broyden迭代法解非线性方程组,其中的M文件-matlab development environment, Broyden iteration method for solution of nonlinear equations, in which M-file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:699
    • 提供者:平猪
  1. diedaifa

    0下载:
  2. 一种数值方法解非线性方程组,可用于工程计算-a method for solving unlining equs.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:9025
    • 提供者:wang
  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 23 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com