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

搜索资源列表

  1. nrfajiechaoliu

    0下载:
  2. 电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:张薛巍
  1. DERPAR

    0下载:
  2. 常微分方程求解的搜索延拓法,克服了Newton-Raphson法对初值问题影响过大的问题
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.83kb
    • 提供者:Gao Xuejun
  1. newton

    0下载:
  2. 牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1.04kb
    • 提供者:张华雯婧
  1. newton_raphson

    0下载:
  2. Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descr iption: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:1.6kb
    • 提供者:风帆
  1. newtmullt 运用Newton-Raphson方法求解非线性方程(组)

    1下载:
  2. 运用Newton-Raphson方法求解非线性方程(组),该程序同时支持句柄和符号运算- Application of Newton-Raphson method for solving nonlinear equation (s), the program supports both handle and symbol operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-21
    • 文件大小:1.16kb
    • 提供者:任俊杰
  1. Newton-Raphson

    0下载:
  2. Newton-Raphsond 算法的源程序,对于要用牛顿法的来说很中重要的,程序注释很仔细,方便阅读-Newton-Raphsond algorithm source code, for use in Newton-Raphsons method is very important, the program notes very carefully, easy to read
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:83.05kb
    • 提供者:秦德成
  1. N_COmp

    0下载:
  2. 数值计算算法,包括: (1)Lagrange插值 (2)Newton 插值 (3)求f(x0):秦九韶法 (4)求实系数多项式f(z0)。z0为复数(5)二分法求f(x)=0的根 (6)弦截法求f (x)=0的根 (7)求实系数多项式 方程的实根、复根 (8)解线性方程组:Gauss列主元素消去法( 9 )快速弗利叶变换(FFT) -Numerical algorithms, including: (1) Lagrange interpolat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-11
    • 文件大小:16.56kb
    • 提供者:wang yucao
  1. iterative

    0下载:
  2. This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0 The methods are: -bisection -false position -newton raphson -secant
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:368.48kb
    • 提供者:dede
  1. powerflow

    0下载:
  2. c语言编写的牛顿拉夫逊法潮流程序,绝对好用,构思精巧,条理清晰,且加入大量的注释-c language of Newton Raphson load flow program, the absolute ease of use of sophisticated ideas, clarity, and adding a lot of comments ~ ~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.22kb
    • 提供者:季聪
  1. Newton-Raphson

    0下载:
  2. Newton-Raphson算法是求解非线性方程组和有限元的主要程序,是工程人员的必会的算法-Newton-Raphson algorithm for solving nonlinear equations and the finite element of the main program, the engineering staff of the algorithm will
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:808byte
    • 提供者:刘良勇
  1. NEWTON-RAPHSON_ALGORITHM

    0下载:
  2. NEWTON-RAPHSON ALGORITHM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.49kb
    • 提供者:Raja
  1. Newton

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

    • 发布日期:2017-04-04
    • 文件大小:606byte
    • 提供者:nanrui
  1. newton-raphson-iterative-method

    0下载:
  2. Excel sheet demonsrating Newton-Raphson Iterative equation solving method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:3kb
    • 提供者:skiziltoprak
  1. Newton-Raphson-method

    0下载:
  2. fortran90/95格式,方便科学计算中调用,Newton-Raphson,可用来寻找线性/非线性方程f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。-fortran90/95 format, convenience called scientific computing, Newton-R
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:2.5kb
    • 提供者:cardinal
  1. Global-Newton-Raphson

    0下载:
  2. 全局牛顿-拉普森方法求解非线性方程组,自动搜索步长,进一步保证了程序的收敛-Global Newton-Raphson method for solving nonlinear equations. The steps can be found automatically. The convergence is better than the common Newton-raphson method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:388.65kb
    • 提供者:张玉言
  1. Newton-Raphson-Algorithm

    0下载:
  2. 常用牛顿拉夫逊潮流计算程序是用matlab编写的,本程序是用C语言编写,含有中文详细说明和源代码,可以直接粘贴使用。-Common Newton Raphson power flow calculation program is prepared using matlab, this program is written in C language, containing Chinese detailed descr iption and source code can be pasted di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:202.16kb
    • 提供者:胡健
  1. Newton-Raphson-Method

    0下载:
  2. 一个牛顿-拉弗逊法求解非线性问题迭代过程的简单程序例子-A Newton- Laffer Morrison nonlinear problem solving simple program examples iterative process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:LXJ
  1. NEWTON-RAPHSON

    0下载:
  2. power flow solutions using Newton Raphson technique on IEEE 14, 30 and 57 bus system. useful for those who want to learn optimization technique in power system. if you find any difficulty mail me or any suggestion is welcome to improve this code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:17.65kb
    • 提供者:Rohit Babu
  1. newton_raphson

    0下载:
  2. numerical method newton raphson method source code
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:3kb
    • 提供者:Yoon
  1. NewtonRaphson

    0下载:
  2. matlab code for Newton-Raphson method
  3. 所属分类:数学计算

    • 发布日期:2018-01-08
    • 文件大小:2kb
    • 提供者:akbariazar
« 12 3 »
搜珍网 www.dssz.com