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

搜索资源列表

  1. ndxsf

    0下载:
  2. 用牛顿下山法解方程x^3-x-1=0 (初值为0.6) 输入:初值,误差限,迭代最大次数,下山最大次数 输出:近似根各步下山因子 -Solution using Newton' s law equation down x ^ 3-x-1 = 0 (initial value 0.6) input: initial value, the error limit, the maximum number of iterations, the maximum number of se
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:689
    • 提供者:loseheaven
  1. mulDNewton

    1下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:543
    • 提供者:锦夏
  1. newton

    0下载:
  2. 用牛顿下山法解方程,能达到任意精度,欢迎下载-Solving equations using Newton' s method can achieve an arbitrary accuracy, welcome to download
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:292712
    • 提供者:zhenqingkai
  1. shuzhifenxishiyan

    0下载:
  2. 包括欧拉 拉格朗日 龙贝格 三次样条函数 牛顿下山法等数值分析实验课算法.-Including the Euler-Lagrange Romberg cubic spline function method and other numerical analysis Newton descent algorithm for experimental course.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10897
    • 提供者:avina_chou
  1. newton

    0下载:
  2. 牛顿下山法的c实现,供大家参考 不足之处其更多指教-Newton downhill method c to achieve, for your reference teach the inadequacies of its more
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1031
    • 提供者:yijia
  1. newtonbianchidu

    0下载:
  2. 牛顿下山法和变尺度发法,很好的,愿和大家一起努力!-Newton descent method and variable fat law, good, willing to work with everyone!
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:913
    • 提供者:lihao
  1. ji-suan-fang-fa-shiyan

    0下载:
  2. 计算方法实验:包括高斯迭代和牛顿下山法;1、用Gauss - Seidel 迭代法求解方程组 10x1-x2-2x3=7.2 -x1+10x2-2x3=8.3 -x1-x2=5x3 输入:系数矩阵A,最大迭代次数N,初始向量,误差限e 输出:解向量 2、用牛顿下山法解方程 x*x*x-x*x-1=0(初值为0.6) 输入:初值,误差限,迭代最大次数,下山最大次数 输出:近似根各步下山因子。-Experimental method: includ
  3. 所属分类:Algorithm

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

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

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

    0下载:
  2. 分别使用牛顿下山法和二分法解非线性方程-Newton descent method were used for solving nonlinear equations and the dichotomy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:7642
    • 提供者:
  1. Numerical-Analysis

    1下载:
  2. 数值分析: lagrange插值与三次样条插值 simpson复化积分和两点高斯复化积分 四阶龙格—库塔解微分方程 牛顿下山法求解方程的根 列主元消去法求解线性方程组的根 -Numerical Analysis: lagrange interpolation and cubic spline interpolation simpson recovery of complex points and two points of the Gaussian integral Ru
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:34816
    • 提供者:susan
  1. jisuanfangfa_epm5s

    0下载:
  2. 计算方法实验课报告代码,自己写的,包含龙贝格算法,高斯赛德尔迭代,牛顿下山法,龙格-塔库算法,可以用作数值分析实验参考………… 程序已经VC6.0测试,实验考试分数96,希望能对你有所帮助。 算法可能稍微繁琐一些,但是更像一个学生的作业,就不要上网上去down一些高级程序员的作品了。-for SHUZHIFENXI examination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2529
    • 提供者:xielongqinga
  1. NewtonDown

    0下载:
  2. 数值分析实验,牛顿下山法实验报告的word文档-Numerical experiments, Newton downhill method lab report word document
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:55845
    • 提供者:wudongfei
  1. niudun

    0下载:
  2. 计算方法课程设计,牛顿下山法,希望对大家有用-Calculation methods course design, Newton down the mountain method, the hope of the useful
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:566
    • 提供者:张心健
  1. calculation-methods

    0下载:
  2. 牛顿下山法,不动点迭代,二分法。可以用来求解非线性方程,直接在matlab里面调用-Newton downhill method, fixed point iteration, dichotomy. Can be used to solve nonlinear equations, which is called directly in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:712
    • 提供者:luoyong
  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. methods-for-the-equation

    0下载:
  2. 用牛顿迭代法 单点弦割法 双点弦割法 牛顿下山法求解非线性方程。- Solve the nonlinear equations with Newton iteration method , single point string cut method ,double point string cut down, the Newton method method toequations.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:989
    • 提供者:董月汉
  1. Newton

    0下载:
  2. 数值分析,即计算方法中的牛顿下山法源代码。-Numerical analysis, the calculation method of the Newton downhill method source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:258501
    • 提供者:ChengXYY
  1. Newton-descent-method

    0下载:
  2. 牛顿下山法求实系数代数方程的根,数值分析的经典算法! - 中文(简体) 日语 允许输入拉丁字符的拼音 英语 中文(简体) 日语 Newton descent
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:808
    • 提供者:exfoide
« 1 23 »
搜珍网 www.dssz.com