CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Newton-iterative
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Newton-iterative - List
[
Mathimatics-Numerical algorithms
]
Newton
DL : 0
牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
Update
: 2008-10-13
Size
: 860byte
Publisher
:
王国栋
[
Mathimatics-Numerical algorithms
]
牛顿迭代法
DL : 0
牛顿迭代式,用VB实现~~~!-Newton iterative, using VB to achieve ~ ~ ~!
Update
: 2025-02-19
Size
: 1kb
Publisher
:
唐春晖
[
Mathimatics-Numerical algorithms
]
Newton
DL : 0
牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王国栋
[
matlab
]
diedaifajisuangen
DL : 0
用newton迭代法求方程根的源代码 给出了newton迭代法的实现-with chemotherapy iterative method for equation of the source code is given to the Newton iterative method to achieve
Update
: 2025-02-19
Size
: 1kb
Publisher
:
raul
[
Windows Develop
]
数值分析算法描述与习题解答
DL : 0
数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
Update
: 2025-02-19
Size
: 59kb
Publisher
:
李明
[
matlab
]
作业题一
DL : 0
matlab牛顿迭代方法,上机试验对于初学者又很大的帮助,简单易懂-Matlab Newton iterative method, the pilot on the plane for beginners also very helpful and easily understood
Update
: 2025-02-19
Size
: 1kb
Publisher
:
木易
[
Algorithm
]
newton
DL : 0
牛顿迭代法实现的源代码,直接使用,迭代精度自己参数控制-Newton iteration realize the source code, directly used, iterative precision parameter control their own
Update
: 2025-02-19
Size
: 12kb
Publisher
:
成
[
Algorithm
]
Newton
DL : 0
研究生课程数值分析的Newton迭代算法,通用程序。解压无需密码-Numerical Analysis postgraduate courses in the Newton iterative algorithm, common procedures. Unzip without password
Update
: 2025-02-19
Size
: 114kb
Publisher
:
鲁凡水
[
Algorithm
]
NEWTON
DL : 0
这个是优化方法中的一种方法,叫做牛顿法,是一种简单实用的迭代方法。-This is the optimization of a method, called Newton s law, is a simple practical iterative method.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
宝宝
[
Algorithm
]
iterative
DL : 0
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
Update
: 2025-02-19
Size
: 368kb
Publisher
:
dede
[
Algorithm
]
Newton-iterative-improvement
DL : 0
改进的牛顿迭代法,主要是收敛速度上的改进,到三阶和五阶。-Improved Newton iterative method, mainly is the convergence speed improvement, to the first three and five order.
Update
: 2025-02-19
Size
: 808kb
Publisher
:
张迪昂
[
matlab
]
Newton-iterative-method
DL : 0
经典的matlab算法有好多种,在这里介绍代数方程组的解法中的牛顿迭代法。-Classic matlab algorithm have a variety of, in the method presented here the algebraic equations of Newton iterative method.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
梦女孩
[
Algorithm
]
Newton-iterative-method
DL : 0
牛顿迭代法求解方程x² -2=0,java实现-Newton iterative method for solving equations x ² -2 = 0, java achieve
Update
: 2025-02-19
Size
: 53kb
Publisher
:
王凯
[
Algorithm
]
Newton-Iterative
DL : 0
用C++语言实现牛顿迭代法解线性方程组,是C++控制台程序,基于VS2010。-To realize the Newton iterative method for solving equations by using C++ language.
Update
: 2025-02-19
Size
: 746kb
Publisher
:
张海涛
[
Algorithm
]
Newton-iterative-method
DL : 0
牛顿迭代法解非线性函数的基本思路是通过曲线上任意点的切线来逼近函数的根-The basic ideas of Newton iterative method for solving nonlinear function is through the tangent at any point on the curve to approximate the function of root
Update
: 2025-02-19
Size
: 1kb
Publisher
:
天堂鸟
[
matlab
]
Newton-iterative
DL : 0
一个采用牛顿迭代法求解非线性方程组的程序,很常用-A Newton iterative method for solving nonlinear equations of the program, it is commonly used
Update
: 2025-02-19
Size
: 1kb
Publisher
:
陈定市
[
matlab
]
Newton-iterative-method
DL : 0
牛顿迭代法以微分为基础的,微分就是用直线来代替曲线,由于曲线不规则,那么我们来研究直线代替曲线后,剩下的差值是不是高阶无穷小,使得近似得到所要求得解。-Newton iterative method based on the differential based, differential is in a straight line to replace the curve, due to the irregular curve, we studied line instead of the curve and the rest of the difference is not higher order infinitesimal, the approximation obtained by the solution.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
安安
[
Algorithm
]
Newton
DL : 0
Newton迭代法的思想和方法,以及求解实际线性方程组的程序(Newton iterative method of thinking and methods, as well as the solution of the actual linear equations of the program)
Update
: 2025-02-19
Size
: 247kb
Publisher
:
LvXindi
[
Other
]
牛顿
DL : 0
牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equations and optimization problems, in order to solve the difficulties brought about by the Jacobi matrix.)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
==楠==
[
Documents
]
Newton iterative algorithm and matlab code
DL : 0
文档中包含有牛顿迭代法算法原理解析,包括一般非线性方程和非线性方程组,其中附有一个非线性方程组的实际例子和相应matlab求解代码,例子的实验可以加深对算法的理解和运用。(The document contains the Newton iterative algorithm analysis, including general nonlinear equations and nonlinear equations group, which is attached to a practical example of nonlinear equations and the corresponding MATLAB s code)
Update
: 2025-02-19
Size
: 144kb
Publisher
:
熊二的大哥
«
1
2
3
4
5
6
7
8
9
10
...
18
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.