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

搜索资源列表

  1. Newton-Raphson

    0下载:
  2. 利用牛顿拉夫逊算法解非线性方程,该法其核心也是迭代的思想。-Newton_Raphson for nonlinear equation
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:17935
    • 提供者:zerg
  1. ch7

    0下载:
  2. 非线性方程的求解方法,牛顿下山法,一维根的梯度法,最想二乘法的扩展矩阵等-Method for solving nonlinear equations, Newton descent method, one-dimensional roots of the gradient method, the most to the expansion of the second matrix multiplication, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:15507
    • 提供者:yang
  1. iterativemethods

    0下载:
  2. 分别用二分法、Newton法、弦截法、Newton下山法四种迭代法求解非线性方程x5-3x3+x-1= 0 在区间[-8,8〕上的全部实根,设计算法完成根区间隔离,然后实现单根区间上的迭代算法求解方程。-Respectively dichotomy, Newton method, Secant Method, Newton descent method four kinds of iterative methods for solving nonlinear equation x5-3x3+ x
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:458923
    • 提供者:陈博灿
  1. jcplx1

    0下载:
  2. 约束条件下n维极值复型调优法求约束条件下解非线性方程的极值-Under constraint conditions dimension n extremum complex type optimization method for solving nonlinear equations under constraint conditions of extreme value
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1373
    • 提供者:wangjie
  1. nonlinear-equation

    1下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:11028
    • 提供者:汪张扬
  1. liangzijinhua

    0下载:
  2. 量子进化算法,可用于非线性方程的优化等。经实验证明,程序可靠。-Quantum evolutionary algorithm, can be used for optimization of nonlinear equations. The experiment proved that the program is reliable.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:7262
    • 提供者:江兵
  1. Split-Step-Fourier-Method

    0下载:
  2. 分布傅立叶法模拟薛定谔方程,用于非线性薛定谔方程的数值模拟。-Split Step Fourier Method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1139
    • 提供者:GQY
  1. colmod

    0下载:
  2. 一个解常微分边值问题的高端求解器,可以解显式表达的微分方程组,且此微分方程组的每一个方程可以容许4阶的微分。长于解非线性的奇异问题。内附论文。程序自带说明和算例。-Automatic Continuation With Collocation. This Package Solves `Stiff Boundary Value Problems For Ordinary Differential Equations By Using Continuation, As Descri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:246284
    • 提供者:刘项
  1. newton

    0下载:
  2. 牛顿迭代法,用于求解非线性方程的解。此程序比较详细,虽然程序看上去很多,但是各方面都很到位。-Newton iterative method for solving nonlinear equations. This procedure in more detail, although the process seems a lot, but all aspects are in place.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:591
    • 提供者:冯翔
  1. muller

    2下载:
  2. 用muller算法求解非线性方程的根 已知方程f(x)=0的三个近似根,以这3点为节点构造二次插值多项式的一个零点作为近似根; 不断迭代计算直到满足精度为止;-Solving the roots of nonlinear equations with Muller algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:917
    • 提供者:赵晓娟
  1. ProSolve

    0下载:
  2. VC6.0写的二分法和牛顿法计算非线性方程的根。-Solving the nonlinear equations by the Bisect method and Newton method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:41759
    • 提供者:赖生建
  1. kl

    0下载:
  2. 列主元消元法解非线性方程,中科大第五次作业-Out principal component elimination method for solving nonlinear equations, the fifth operation USTC
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:620
    • 提供者:lili
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:40422400
    • 提供者:何夕
  1. newton

    0下载:
  2. 牛顿迭代法求非线性方程的解,需输入初始值,方程,导数方程,步数,error-Newton iteration solution of nonlinear equations required to enter the initial value equation, derivative equation, step number, error
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:612
    • 提供者:张晓君
  1. HalfInterval

    0下载:
  2. 二分法求解非线性方程MATLAB编程实现-Dichotomy MATLAB programming for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:786
    • 提供者:dugumengyouzi
  1. NewtonRoot

    0下载:
  2. 牛顿法求解非线性方程Matlab编程实现-Newton method for solving nonlinear equations Matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:725
    • 提供者:dugumengyouzi
  1. NewtonDown

    0下载:
  2. 牛顿下山法求解非线性方程Matlab编程实现-Newton descent method for solving nonlinear equations Matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:752
    • 提供者:dugumengyouzi
  1. erfen

    0下载:
  2. 此程序是用二分法求非线性方程在一定精度下的近似解以及迭代次数,这是通用程序-This program is the dichotomy of nonlinear equations in the approximate solution under certain precision and number of iterations, which is a universal program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:971
    • 提供者:张靖
  1. feixianxing

    0下载:
  2. Gauss-seidel解非线性方程的c++编程-Gauss-seidel for solving nonlinear equations of the c++ programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:889702
    • 提供者:cyi
  1. split-step-Fourier

    0下载:
  2. 用分布傅里叶方法求解非线性薛定谔方程的matlab源码-matlab code for solving nonlinear Schrodinger equation by using split-step fourier method
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1367
    • 提供者:alfanso
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com