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

搜索资源列表

  1. mixNewton

    0下载:
  2. 混合Newton发求最小值.原理是基于Newton法,求解非线性方程。利用和最速下降法混合,避免了Newton的不足-ues mix Newton method to solve the problem: min f(x)
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1214
    • 提供者:fanyuwei
  1. feixianxingfangchengzu

    0下载:
  2. 非线性方程的求解,包括牛顿法,两点割线法,数值延拓法,-nonlinear equation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:95835
    • 提供者:陈涛
  1. newton

    0下载:
  2. 数值方法实验报告 用迭代法求解非线性方程的根 适用环境 Vc-THIS IS A GOOD TEXT.THIS IS A GOOD TEXT.THIS IS A GOOD TEXT.THIS IS A GOOD TEXT.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:103981
    • 提供者:叶玮
  1. ssft

    2下载:
  2. 在非线性光学中,薛定谔方程为波的传输方程,次程序运用分步傅里叶方法求解非线性薛定谔方程!-In nonlinear optics, Schrodinger equation for the wave propagation equation, sub-process using step Fourier method for solving nonlinear Schr?dinger equation!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2327
    • 提供者:徐英添
  1. ch7

    0下载:
  2. 非线性方程与方程组的求解中的很多有意义的算法-i dont know how to say
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:17018
    • 提供者:asd
  1. erfen

    0下载:
  2. 二分法的求解非线性方程,的扩充,方便大家下载。
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:684
    • 提供者:mydi
  1. Newton

    0下载:
  2. 牛顿拉夫逊法-求解非线性方程的一般常用算法,在许多工程中得以应用-Newton Raphson method- commonly used for solving nonlinear equations algorithm was applied in many engineering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:606
    • 提供者:nanrui
  1. Newton

    0下载:
  2. 本程序为:用牛顿迭代法求解非线性方程2*(x^3)-4*(x^2)+3x-6=0在1.5附近的根的具体程序。-This program is: The Newton iteration method for solving nonlinear equations 2* (x ^ 3)-4* (x ^ 2)+3 x-6 = 0 near the roots at 1.5 specific procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:583
    • 提供者:zhangjian
  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. 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. 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. 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. newton

    0下载:
  2. 方程求根方法中的牛顿下山法,是一种线性化方法,基本思想是将非线性方程逐步归结为某种线性方程来求解-Equation Solving Methods in Newton descent method is a linear method, the basic idea is to gradually reduced to a nonlinear equation to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:142425
    • 提供者:andylow
  1. aitkenroot

    0下载:
  2. 埃特金求解C语言代码 //函数名:aitkenroot //功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根 //输入参数:*x0(指向迭代初值和终值的指针) // f(迭代函数) // eps(精度要求) // max(最大迭代次数) //返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Fin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:659
    • 提供者:穆欢
  1. newton

    0下载:
  2. 求解非线性方程的牛顿下山算法,你懂得-Solving nonlinear equations of Newton descent algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2785
    • 提供者:jason
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »
搜珍网 www.dssz.com