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

搜索资源列表

  1. PROJECT

    0下载:
  2. 牛顿方程的数值计算,用于简单的非线性方程组计算-Newton' s equation of the numerical calculation, for the simple calculation of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2173
    • 提供者:liuhongbo
  1. gen_inverse-matrix--non_-eqs-

    0下载:
  2. 本程序为利用广义逆矩阵法求解朝顶非线性方程组,里面调用了其他三个函数,非别为一般实矩阵的奇异值分解、奇异值分解求一般实矩阵的逆矩阵、广义逆矩阵法求线性超定方程组。-The procedure for the use of generalized inverse matrix method for solving nonlinear equations toward the top, which calls the other three functions, not as a general r
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:4410
    • 提供者:RTQ
  1. Matlab

    0下载:
  2. 退火法解非线性方程组,方法很好-solve nonlinear algebraic systems with tuihuo method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3061
    • 提供者:liukai
  1. nonlinear-equations

    0下载:
  2. matlab 非线性方程组 数值分析 计算方法-Numerical analysis of nonlinear equations matlab calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2843
    • 提供者:mike
  1. Newton

    0下载:
  2. 用牛顿迭代法解非线性方程组,C语言程序,基本的数值计算算法,很实用-Newton iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3129
    • 提供者:Bob
  1. mat

    0下载:
  2. 可以为多种非线性方程组的求解方法生成函数模板-For a variety of methods for solving nonlinear equations generated function template
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2917
    • 提供者:yb
  1. n1oneqNew3

    0下载:
  2. 求解非线性方程组,十分好用!!!我擦你娘!-solving the unlinear equation group
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5050
    • 提供者:爹爹
  1. solving-nonlinear-equations

    0下载:
  2. 用matlab语言实现模拟退火算法来解非线性方程组。-Matlab language implementation simulated annealing algorithm for solving nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:169595
    • 提供者:gaolouhello
  1. The-improved-genetic-algorithm

    1下载:
  2. 基于改进的遗传算法解非线性方程组,将非线性方程组问题转化为函数优化-The improved genetic algorithm for solving nonlinear equations in the application
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-18
    • 文件大小:16384
    • 提供者:gaolouhello
  1. diedai

    0下载:
  2. 非线性方程组的迭代算法,可以用于解决一些简单的方程,后续还有许多解法-linear
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16830
    • 提供者:zhubaoshan
  1. Annealing

    0下载:
  2. 退火算法解非线性方程组,方便使用,精确度高,收敛快。具体说明详见源程序-Annealing algorithm for solving nonlinear equations, easy to use, high accuracy, fast convergence. Specifically refer to the source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1567
    • 提供者:zhzhyan
  1. mixfhs

    1下载:
  2. 混合罚函数法求解非线性方程组,用于最优化处理,约束条件为等式约束和不等式约束相结合-Mixed penalty function method is used to solve the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:671
    • 提供者:kxm
  1. diedaifa-methods

    0下载:
  2. 雅克比迭代法,GS迭代法,SOR迭代法。用来求解非线性方程组的解-Jacobi iterative method, GS iteration, SOR iterative method. Used to solve the solution of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:764
    • 提供者:luoyong
  1. Nonlinear-equation-solve

    0下载:
  2. 非线性方程,方程组求解,利用求非线性方程实根的对分法和求非线性方程组一组实根的梯度法-Nonlinear equation solve
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:103067
    • 提供者:闫志敏
  1. inverse-broyden-iteration

    0下载:
  2. matlab的发展环境,为解决大型迭代法的非线性方程组,M-file-matlab development environment, broyden iteration method for solution of nonlinear equations, in which M-file
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:961
    • 提供者:zhoujinming
  1. Jacobi

    0下载:
  2. 牛顿迭代,雅克比,求解非线性方程组 数值分析 MATLAB相结合-Jacobi NEWTON
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:ericwang
  1. Treelike-Open-Network-Power-Flow

    0下载:
  2. 电力系统的树形开式网络的潮流计算程序。 应用牛顿法实现多元非线性方程组的求解。 利用C++和matlab混合编程实现。-Power System, Open Network in tree form, Newton Algorithm, Nonlinear multivariable equations, C++ and matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3614
    • 提供者:刘搏
  1. newraph

    0下载:
  2. 牛顿法求解非线性方程组-newton method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:769
    • 提供者:文风
  1. Fcode_for_nnumerical_caculation

    0下载:
  2. 求解非线性方程组、 矩阵计算、 数值积分、 插值与曲线拟合-Solving nonlinear equations、Matrix calculation、 Numerical integral、 Interpolation and the curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:14056
    • 提供者:徐晨
  1. 4NETN

    0下载:
  2. 使用拟牛顿法求解非线性方程组的源码,只需要改变输入的方程组,即可求得需要的解。-Using the quasi-Newton method for solving nonlinear equations, source, only need to change the input equations, you can obtain the desired solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:Ella yang
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 32 »
搜珍网 www.dssz.com