Newton-Raphson numerical method
資源簡介:Newton-Raphson numerical method
上傳時間: 2013-12-03
上傳用戶:2525775
資源簡介:牛頓法(Newton s method)又稱為牛頓-拉夫遜方法(Newton-Raphson method),它是一種在實數域和復數域上近似求解方程的方法。方法使用函數f(x)的泰勒級數的前面幾項來尋找方程f(x) = 0的根
上傳時間: 2016-03-03
上傳用戶:yxgi5
資源簡介:Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate,...
上傳時間: 2013-12-24
上傳用戶:cccole0605
資源簡介:牛頓迭代法(Newton s method)又稱為牛頓-拉夫遜方法(Newton-Raphson method),它是牛頓在17世紀提出的一種在實數域和復數域上近似求解方程的方法。多數方程不存在求根公式,因此求精確根非常困難,甚至不可能,從而尋找方程的近似根就顯得特別重要。
上傳時間: 2017-08-12
上傳用戶:star_in_rain
資源簡介:newton raphson method in fortran
上傳時間: 2014-01-08
上傳用戶:星仔
資源簡介:NR-method newton raphson algorithm mfile
上傳時間: 2017-09-20
上傳用戶:1101055045
資源簡介:Newton-Raphson有限元法,求解一維非線性問題,fortran77編制。
上傳時間: 2013-12-24
上傳用戶:風之驕子
資源簡介:Newton-Raphson算法 介紹 在科學計算和財經工程領域,許多數值算法都是通用的(至少在理論上是),可廣泛地用于解決一類問題。一個大家熟悉的例子就是Newton-Raphson例程,它可用來尋找方程 f(x)=0的數值解。標準的數學表達式f(x)表示f是變量x的函數,其通...
上傳時間: 2016-07-31
上傳用戶:gdgzhym
資源簡介:Bisection, Newton, Regula falsi method applied in matlab
上傳時間: 2017-04-12
上傳用戶:gxrui1991
資源簡介:利用Newton-Raphson法求解平面彈塑性桁架源程序
上傳時間: 2017-04-28
上傳用戶:熊少鋒
資源簡介:Newton-Raphson求解一個連續方程,f(X)=0,前提給一個初始值
上傳時間: 2014-01-03
上傳用戶:thuyenvinh
資源簡介:several numerical method code
上傳時間: 2017-09-17
上傳用戶:Thuan
資源簡介:常微分方程求解的搜索延拓法,克服了Newton-Raphson法對初值問題影響過大的問題
上傳時間: 2013-12-18
上傳用戶:66666
資源簡介:即使對于一個簡單的電力系統,潮流計算也不是一件簡單就可以完成的事,其運算量很大,因此如果對于一個大的、復雜的電網來說的話,由于其節點多,分支雜,其計算量可想而知,人工對其計算也更是難上加難了。特別是在現實生活中,遇到一個電力系統不會像我們期...
上傳時間: 2016-12-26
上傳用戶:xieguodong1234
資源簡介: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
上傳時間: 2013-12-27
上傳用戶:jennyzai
資源簡介:Newton method for solution of non-linear equations in C
上傳時間: 2014-01-16
上傳用戶:zm7516678
資源簡介:A numerical Photonics library written in C++. The library includes beam propagation method, coupled mode method, Bragg Gating Analysis, transfer matrix method, and vectorial Fourier Decomposition method. Very useful in simulating integrated...
上傳時間: 2013-12-22
上傳用戶:wendy15
資源簡介:an quasi-newton method used in non-linear programming and especially in optimization
上傳時間: 2013-12-27
上傳用戶:邶刖
資源簡介:A program for solving equations using Newton s method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
上傳時間: 2016-11-03
上傳用戶:xwd2010
資源簡介:numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)
上傳時間: 2014-01-07
上傳用戶:bjgaofei
資源簡介:based on Newton method on load flow program that can help you better electrical system optimization
上傳時間: 2017-06-13
上傳用戶:xiaodu1124
資源簡介:Bisection method - numerical ananlysis
上傳時間: 2014-12-07
上傳用戶:xz85592677
資源簡介:數值方法matlab版 numerical mnumerical method of matlabethod of matlab
上傳時間: 2014-01-13
上傳用戶:ynwbosss
資源簡介:solve power flows by gauss seidel method ans newton Rapson
上傳時間: 2017-08-11
上傳用戶:z754970244
資源簡介:load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
上傳時間: 2014-01-22
上傳用戶:aix008
資源簡介:該文件是Newton method for LP Support Vector Machine 文章的程序
上傳時間: 2017-08-19
上傳用戶:417313137
資源簡介:In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
上傳時間: 2013-12-23
上傳用戶:xuanchangri
資源簡介:it is a newton rephson method that helps in programming.
上傳時間: 2017-09-08
上傳用戶:l254587896
資源簡介:newton method 用迭代法計算root.數值計算的常用方法之一。
上傳時間: 2014-01-05
上傳用戶:lili123
資源簡介:LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations of the form Lu=Nu, using the Lyapunov-Schmidt method. Downloading the LiScNLS package creates a new LiScNLS folder on the computer.
上傳時間: 2013-12-21
上傳用戶:hustfanenze