CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Nonlinear equations

搜索资源列表

  1. Pseudo

    2下载:
  2. This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:4492
    • 提供者:michael yang
  1. Methods_for_Solving_Nonlinear_Equations

    0下载:
  2. 非线性方程求根的理论讲解,包括Newton s Method, The Secant Method, Brent s Method-Methods for Solving Nonlinear Equations :Newton s Method, The Secant Method, Brent s Method
  3. 所属分类:File Formats

    • 发布日期:2017-04-23
    • 文件大小:80186
    • 提供者:lichao
  1. nonlinear

    0下载:
  2. 本实验先利用Mathematica求解非线性方程(组),探索不动点的性质 再利用MATLAB探索Koch分形的性质.-In this study, the first use of Mathematica for solving nonlinear equations (group), to explore the nature of the fixed point re-use of MATLAB to explore the nature of the Koch fractal.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:231446
    • 提供者:sean
  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. nolinerequationssolves

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

    • 发布日期:2017-03-28
    • 文件大小:14089
    • 提供者: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 various matrices.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:826
    • 提供者:louis
  1. solving-nonlinear-equations

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

    • 发布日期:2017-03-30
    • 文件大小:12094
    • 提供者:chilsma
  1. Nonlinear-equations

    0下载:
  2. 非线性方程组求解,里面有很多相关的matlab算法例子。希望对大家有用!-Nonlinear equations, there are many examples of related matlab algorithm. Hope it useful!
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:11695
    • 提供者:郑林
  1. Solving-nonlinear-equations

    0下载:
  2. 非线性方程组MATLAB求解的程序,希望能够成功上传,-Solving nonlinear equations MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:95190
    • 提供者:段永超
  1. Solving-Nonlinear-Equations-using-Newton-Raphson.

    0下载:
  2. Solving Nonlinear Equations using Newton-Raphson matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:762
    • 提供者:zaqwaz
  1. solving-nonlinear-equations

    0下载:
  2. 非线性方程与方程组的求解,实现的方法有:拟牛顿法,最小二乘解的广义拟法,蒙特卡洛法-Nonlinear equations and solving equations, implementation methods are: quasi-Newton method, generalized least squares solution proposed method, Monte Carlo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3615
    • 提供者:zhangqingyu
  1. The-solution-of-nonlinear-equations

    1下载:
  2. 该例是个解非线性方程组的很有用的方法,解非线性方程组是个很大的难题。-The solution of nonlinear equations。and the solution is called muldNewton,and it is vary useful。
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3303
    • 提供者:gaolouhello
  1. nonlinear-equations

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

    • 发布日期:2017-04-01
    • 文件大小:2843
    • 提供者:mike
  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. nonlinear-equations

    0下载:
  2. 非线性方程求根程序,含割线法、试位法、不动点迭代法、NEWTON-Raphason方法等,还有详细的误差分析,和各种方法示意图-this program is intended for nonlinear equations,including the regula method/secant method/fix point method/newton-raphson method and so on
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10459
    • 提供者:
  1. Chapter-10the-nonlinear-equations

    0下载:
  2. 第10章 非线性方程组求解.zip。是从书中光盘里直接拷贝的代码,放在这里,与大家共享,共同交流,希望对大家有帮助。-Chapter 10 of the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:13896
    • 提供者:空悟
  1. nonlinear-equations-with-MATLAB.

    1下载:
  2. 用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。-Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2547
    • 提供者:yaliwang
  1. Nonlinear-equations

    0下载:
  2. 求非线性方程一个实根的对分法,牛顿法,埃特金迭代法,连分式法,QR法,牛顿下山法。-Nonlinear equations a real root of sub-law, Newton s method, Aitken iterative method, continued fraction method, QR method, Newton downhill method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:17585
    • 提供者:胡程序
  1. Nonlinear-equations

    0下载:
  2. 非线性方程计算各种方法的matlab程序,可作为数值分析等的学习工具。-Nonlinear equations to calculate the various methods matlab program, can be used as a learning tool of numerical analysis .
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13598
    • 提供者:cheung
  1. newton-to-nonlinear-equations

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

    • 发布日期:2017-03-31
    • 文件大小:5732
    • 提供者:wgl
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com