CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 牛顿迭代法

搜索资源列表

  1. Citerativenumerical

    0下载:
  2. 主要是二分法,分段线性插值 简单迭代 牛顿迭代等常用的数值计算的程序。-Mainly dichotomy, a simple iterative piecewise linear interpolation commonly used, such as Newton s iterative numerical procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8731
    • 提供者:宇航
  1. CH4

    0下载:
  2. 4.1 求非线性方程实根的对分法ddhrt.c 4.2 求非线性方程一个实根的牛顿法dnewt.c 4.3 求非线性方程一个实根的埃特金迭代法datkn.c 4.4 求非线性方程一个实根的连分式解法dpqrt.c-4.1 The real roots of nonlinear equations of the pairs of sub-law ddhrt.c 4.2 real roots of nonlinear equations of a Newton' s Law of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:13878
    • 提供者:yangasdtat
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. NLEquations

    1下载:
  2. 一个求解非线性方程组的通用类,包括:对分法、牛顿法和埃特金迭代法。-A non-linear equations for solving the common categories, including: the sub-method, Newton' s law and Aitken iterative method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:7546
    • 提供者:zj
  1. 10

    0下载:
  2. 此为一个chm文件,其中包含10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -This is a chm file, which contains 10 important algorithms C language implementation source code: Lagrange, Newton interpolation, Gaussian, Rhomberg, Newton iteration, Newt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:326630
    • 提供者:哇啦
  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. chazhifa

    0下载:
  2. 迭代法中的牛顿法和三次样条插值法, 精度高,方便-I dont know how to describe it
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2441
    • 提供者:周三
  1. Newton_bisect_iteration

    0下载:
  2. matlab中分别用牛顿法,二分法及迭代法求解方程的程序,及其比较-matlab scr ipts for solving eq. by the means of newton ,bisection and iteration
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:631
    • 提供者:alick
  1. NumAnlys

    0下载:
  2. 东大研究生数值分析上机题,包括牛顿法,高斯算法,逐次超松弛迭代法,3次样条插值,RK4法等函数。-The numerical analysis exercises by computer of southeast university,including Newtons law,Gauss algorithm,SOR,3 times spline interpolation,RK4,etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5108
    • 提供者:星星
  1. newton

    1下载:
  2. 这是一个用matlab编写的牛顿法源代码,比较简单的无约束方程。牛顿法是求非线性方程(组)零点的一种重要的迭代法,又称牛顿-拉弗森法或切线法。-This is a matlab source code written in Newton s method, relatively simple equation of the non-binding. Newton s method is the pursuit of non-linear equation (group) zero is an
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1118
    • 提供者:建勋
  1. cPP

    0下载:
  2. 求解方程各种方法 迭代法 牛顿迭代 二分法 都有 c++源文件 绝对正确-Solving the equation of a variety of methods iterative method Newton iterative dichotomy has C++ source file is absolutely correct
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1021
    • 提供者:远远
  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. N-R

    0下载:
  2. 计算电力系统稳态潮流,使用直角坐标下的牛拉法,用牛顿迭代求解非线性方程组。计算结果包括节点电压、发电机注入功率、负荷注入功率支路始端功率、支路末端功率、支路损耗、网络损耗 -Calculation of the steady-state trend of power system, using ox-drawn in the rectangular coordinate method for solving nonlinear equations using Newton iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3279
    • 提供者:王浩
  1. yakebi

    0下载:
  2. 用牛顿-雅可比迭代法求非线性方程组的一个根-Newton- Jacobi iterative method of nonlinear equations of a root .
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1164
    • 提供者:石话
  1. czsacsv

    0下载:
  2. 迭代法解方程组的matlab程序,包括简单迭代法、牛顿法、弦截法-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11497
    • 提供者:xianzhenghua
  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. niudunfa

    0下载:
  2. 牛顿法求非线性函数 间接求法 迭代法-Newton' s method for solving nonlinear function of the indirect method for finding iterative method
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:756
    • 提供者:gushiyong
  1. PoissReg

    0下载:
  2. 泊松回归,用的是牛顿-拉夫松迭代法,适用于简单情形-Poisson regression, based on Newton-Meier method
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:538
    • 提供者:chang
  1. TEST1404

    0下载:
  2. 迭代法,牛顿法,二分法,弦截法迭代法,-Iterative method, Newton method, dichotomy, Secant method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-09
    • 文件大小:1634
    • 提供者:常林锋
« 1 2 ... 11 12 13 14 15 1617 18 19 20 »
搜珍网 www.dssz.com