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

搜索资源列表

  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. newton

    0下载:
  2. 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:1364
    • 提供者:谭松清
  1. ndimensionNetwon

    0下载:
  2. 解非线性方程组的N元牛顿法,属于迭代法范畴-Solution of nonlinear equations of the N-Newton method, iterative method belonging to the scope of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3119
    • 提供者:冰冰
  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. josephson

    5下载:
  2. 基于Matlab对约瑟夫森结(Josephson Junction)RCSJ模型的交直流I-V特性及非线性混沌现象进行数值模拟。通过计算机数值模拟得到该模型的非线性微分方程数值解,研究了RCSJ模型中各参量对约瑟夫森结的影响,进而简要分析其I-V特性和非线性混沌现象的产生机理,绘制出约瑟夫森结的交直流I-V特性曲线、非线性微分方程的相图及因其高度非线性而引起的通过倍周期分岔和阵发性原理进入混沌状态的分岔图。还给出庞加莱截面及功率谱。-Matlab based on the Josephson j
  3. 所属分类:matlab

    • 发布日期:2016-04-25
    • 文件大小:20864974
    • 提供者:Ellison
  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. 7MATLAB

    0下载:
  2. matlab 用于介绍求解方程包含非线性方程和线性方程的方法-matlab about how to solute the noliner equation etc
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11364
    • 提供者:刘晓远
  1. matlab

    1下载:
  2. 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
  3. 所属分类:matlab

    • 发布日期:2015-01-18
    • 文件大小:652324
    • 提供者:称臣
  1. VisualC

    0下载:
  2. 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:63148434
    • 提供者:龚云隆
  1. actdemo

    0下载:
  2. actdemo是优化程序中用于求取大型非线性方程组的一个源代码-actdemo is to optimize the process for the strike of a large-scale non-linear equations the source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3933
    • 提供者:李学文
  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. 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. artificial_fish_algorithm

    0下载:
  2. 病态方程组的算法研究,人工鱼群算法在求解非线性方程组中的应用-Morbid equation algorithm, artificial fish swarm algorithm for solving nonlinear equations of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:196743
    • 提供者:乐天下
  1. LMF

    0下载:
  2. 最小二乘法 非线性方程 matlab代码-Solve a Set of Overdetermined Nonlinear Equations in Least-Squares Sense
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:56401
    • 提供者:张鞠成
  1. NLequationCalculator

    0下载:
  2. 4.1 非线性方程与方程组类设计 4.2 求非线性方程实根的对分法 4.3 求非线性方程一个实根的牛顿法 4.4 求非线性方程一个实根的埃特金迭代法 4.5 求非线性方程一个实根的连分式解法 4.6 求实系数代数方程全部根的QR方法 4.7 求实系数代数方程全部根的牛顿-下山法 4.8 求复系数代数方程全部根的牛顿-下山法 4.9 求非线性方程组一组实根的梯度法 4.10 求非线性方程组一组实根的拟牛顿法 4.11 求非线性方程组最小二
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:76218
    • 提供者:王健
  1. MATLAB 非线性工具箱

    3下载:
  2. MATLAB 非线性工具箱,很强大,各种滤波算法均有,在工程应用中经常会遇到一些复杂的非线性系统,这些系统状态方程复杂,可以利用MATLAB自带的工具箱实现。(Nonlinear MATLAB toolbox, very powerful, various filtering algorithms are often encountered in engineering applications of some complex nonlinear system, the system state
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1675264
    • 提供者:振楠同学
  1. newton-feixianxingfangcheng

    0下载:
  2. MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:木手冈
  1. 非线性方程组求解

    1下载:
  2. 数值分析非线性方程求解值问题的matlab的范例,超好用der((Numerical analysis of the Matlab example, super easy to use der))
  3. 所属分类:matlab例程

    • 发布日期:2017-10-17
    • 文件大小:11264
    • 提供者:mabiubiu
  1. solution_nonlinear_equations

    0下载:
  2. 感受牛顿和拟牛顿求解非线性方程组的特性,对比各自计算结果的精度和计算机资源使用状况。(The characteristics of solving nonlinear equations by Newton and quasi Newton are felt, and the accuracy of the calculation results and the use of computer resources are compared.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:jcg17
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com