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

搜索资源列表

  1. neton

    0下载:
  2. 实现牛顿插值的一次二次差值,精确计算截断误差大小。-Newton interpolation to achieve a secondary difference, accurate calculation of the size of truncation error.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:13398
    • 提供者:江寒
  1. nnfpe

    0下载:
  2. This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,Ne
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2125
    • 提供者:张镇
  1. rpe

    0下载:
  2. Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The netw
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3433
    • 提供者:张镇
  1. PQ-PF

    0下载:
  2. 这个是应用pq分解法解电力系统潮流的方法,比正常的牛顿拉夫逊法速度快,精度相差不大-Pq is the application of the decomposition method of power flow solution methods, than the normal Newton Raphson speed and accuracy is no less
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:25307
    • 提供者:王延鹏
  1. shuzhi

    0下载:
  2. 解非线性方程根的三种算法,包括牛顿法,二分法,切线法,内有具体例题解法-Solutions of nonlinear equations root three algorithms, including Newton s law, the dichotomy, tangent law, there are specific examples Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:18754
    • 提供者:hujingxin
  1. shuzhi2

    0下载:
  2. 拉格朗日插值算法 牛顿插值多项式,用于离散数据的拟合 高斯列主元消去法,求解其次线性方程组-Lagrange polynomial interpolation Newton interpolation algorithm for discrete data, fitting out PCA Gaussian elimination method, followed by solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:8539
    • 提供者:hujingxin
  1. shuzhi3

    0下载:
  2. 龙贝格求积公式,求解定积分 牛顿迭代公式,求方程的近似解 牛顿-科特斯求积公式,求定积分-Romberg quadrature formula for solving the definite integral of Newton s iterative formula, and the approximate solution equation Newton- cortez quadrature formula, and the definite integral
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:6580
    • 提供者:hujingxin
  1. C1

    0下载:
  2. Newton Methom 迭代4次,精度达到了7.977e-12,程序执行时间<0.01s在知道解的大致值的情况下,Newton Methom是相当好的解法-Newton Methom iteration 4 times the accuracy of 7.977e-12, program execution time <0.01s in the know the approximate value solution circumstances, Newton Methom i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1207
    • 提供者:曾晖
  1. matlab

    1下载:
  2. 包括牛顿法,拉格朗日法,LU分解法,100*100阶稀疏矩阵方程组的解法等-Including the Newton method, Lagrangian method, LU decomposition method, 100* 100 band sparse matrix equations of the solution, etc.
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:32891
    • 提供者:包包
  1. chaoliu

    0下载:
  2. 本程序的功能是用牛顿-拉夫逊法进行潮流计算-This procedure is the function of Newton- Raphson power flow calculation method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1780
    • 提供者:sky
  1. NewtonIterationMethod

    0下载:
  2. 通过使用Newton迭代法求解方程 并分析它的解法收敛性; 牛顿迭代法是比较适合用计算机来计算。 -Through the use of Newton iteration method for solving equations and analyze the convergence of its solution Newton iteration is more suitable for the computer to calculate.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:11881
    • 提供者:xulin
  1. 20083

    0下载:
  2. 数值分析的C语言程序, 牛顿插值多项式。-Numerical Analysis of the C language program, Newton interpolation polynomial.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2586
    • 提供者:预告吧
  1. 20084

    0下载:
  2. 数值分析的C语言程序, 牛顿迭代法。-Numerical Analysis of the C language program, Newton iteration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2568
    • 提供者:预告吧
  1. niudun

    0下载:
  2. 本文件是基于MATLAB的解最优化算法的源代码,为牛顿法-This document is based on the MATLAB optimization algorithm solution of the source code for the Newton method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1497
    • 提供者:zzk
  1. equation

    0下载:
  2. 求解方程根的函数和一些微分方程迭代的函数,包括:求实系数代数方程全部根的牛顿-下山法,全区间积分的定步长龙格-库塔法,积分一步的变步长龙格-库塔法,积分一步的变步长基尔方法,求实系数代数方程全部根的qr方法-Solving the root of the function equations and some differential equations iteration function, including: realistic coefficient algebraic equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4228
    • 提供者:chen changqing
  1. 4Newtonqiexian

    0下载:
  2. 牛顿切线法 234231234 1234-Newton s tangent method 2,342,312,341,234
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:19253
    • 提供者:贾凯
  1. fuhuatixing1

    0下载:
  2. 复化梯形求积公式:定积分近似计算的一个有效方法——复化牛顿-科玆方法,其中最常用的当推复化梯形公式。-Rehabilitation of trapezoidal quadrature formula: Approximate calculation of definite integral is an effective way- rehabilitation of the Newton- Kotz methods, the most commonly used when pushing reh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:47693
    • 提供者:klb
  1. 111opt

    0下载:
  2. 非常经典的最优化程序,里面黄金分割、拟牛顿、对偶单纯形,故向大家推荐-Very classical optimization procedures, which Golden Section, Quasi-Newton, dual simplex, so to recommend
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:11588
    • 提供者:夏能涛
  1. netowdiedai

    0下载:
  2. \计算方法 程序\牛顿迭代法实现-Method of calculation procedures for the realization of Newton iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:6348
    • 提供者:jc
  1. shuzhifenximatlab

    0下载:
  2. 用matlab解决一些数值分析中常用的算法,如牛顿法、gauss、romberg等-Using matlab to solve some numerical analysis of commonly used algorithms, such as Newton method, gauss, romberg, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2585
    • 提供者:duhongye
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com