搜索资源列表
NewtonsMethod
- Newtons method in C#. i.e. solve an equation using formula: Pn+1 = Pn - f(Pn)/f (Pn). Program can be easily altered for different equations, solved to your specified required accuracy, within your desired number of iterations.
ED11D003_JIJU-P-_ASSIGNMENT2
- numerical program for polynomial interpolation using Newtons divided difference method
Newtons-Raphson
- source code for implementation of Newton Raphson s method of numerical analysis methods in mathematics.
Newtons-method
- In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued function. The algorith
nm
- this code is used to solve non linear equation using newtons method.
nm1
- this code uses newtons method but in the form for function to solve non linear equations. use all the file available in the rar file to run the code.
Newtons-Method
- 牛顿法的相关资料,包括直接法,krylov子空间法,broyden法-newton iterative methods
TP3-Ecoulement-de-Puissance
- Newtons method for power flow studies
Newtons-method
- 牛顿法和弦截法求方程根的C++程序,很好的实现迭代求根。-Newton s method chords cut method equation root of c++ program, very good implementation iteration for root.
revisenm-and-Newtons-method
- 最速下降法与牛顿法-Steepest descent method and Newton s method-Steepest descent method and Newton' s method
Newtons-law--design-guide-book
- 本文件是关于如何用牛顿法进行潮流计算的指导书,学习者可以根据书中的步骤实现程序的编写,提高程序编写能力。-This document is about how to use Newton s method flow calculation instructions, learners can write a program in accordance with the steps in the book to improve programming skills.
newtons-forward-interpolation
- this code helps to find the answer through newtons interpolation method
newtons.f90.tar
- Solving non-linear equations using Newton-Raphson method.
Newtons-method
- 这里面应用牛顿法,QUASI-NEWTON ,BROYDEN,等各种方法,计算非线性方程组,通过一个初始值的设定,在可接受的循环次数内,计算得到-This application of Newton' s method which, QUASI-NEWTON, BROYDEN, and other various methods to calculate the nonlinear equations, by setting an initial value within an accep
Newtons-method
- Newton s method/ math/ mathcad
Newtons-method-3.VI
- Labview平台三元方程组的牛顿迭代法计算数值解。想要处理自己的三元方程组,可以将程序中f1 f2 f3方程组修改成自己的方程组,相应微分方程也要修改。-Labview platform three yuan Equations Newton iterative method to calculate the numerical solution. Want to deal with their own triple equations, you can modify the program
Newtons-method
- 牛顿法解方程之混沌情况图形示例源代码 从示例来看,是一个与VC图形处理有关的例子,完成颜色渐变参数调整、RGB颜色调整、图片属性设置、控制台等功能操作。-Newton s method for solving the equation of chaos
Newtons-method
- 用拟合的方法对几组数据进行拟合并预测数据-With fitting method to fit for several sets of data forecast data
Newtons-method
- Newtons method,牛拉法潮流程序,可计算节点电压,潮流分布等-Newtons method, cattle Rafah flow program, calculate node voltage, current distribution
Newtons-method
- 關於牛頓法的計算,xn+1 初始值xn-(f(xn)/f (xn)),以及誤差判斷,每疊代一次,牛頓法結果的有效數字將增加一倍。-Newton on the calculation method, xn+1 initial value xn- (f (xn)/f ' (xn)), and an error judgment time, Newton' s method results significant figures will double every iteration.