搜索结果
找到约 143 项符合
NewTon 的查询结果
按分类筛选
文章/文档 阻尼最小二乘法(即Levenberg-Marquarat算法)
阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修正法。
数学计算 常微分方程求解的搜索延拓法
常微分方程求解的搜索延拓法,克服了Newton-Raphson法对初值问题影响过大的问题
数学计算 This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a
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
技术资料 配网潮流计算 针对33节点 可以使用 牛顿拉夫逊法
配网潮流计算 针对33节点 可以使用 牛顿拉夫逊法-Distribution network for 33 nodes can flow calculation using Newton Raphson
其他行业 c语言开发的潮流计算
c语言开发的潮流计算,是电力系统潮流计算机解法的五个子程序,采用的方法是Newton_Raphson法.
技术资料 Logic Synthesis for Large Pass Transistor Circuits
· 作者:Premal Buch Amit Narayan A. Richard Newton A. Sangiovanni-Vincentelli 出版社:Department of Electrical Engineering & Computer Sciences University of California, Berkeley, CA 94720 论文简介 &
数学计算 最优化算法
最优化算法,应用有限内存拟牛顿方法(Limited Memory (variable-storage)quasi-Newton method)求解高维最优化问题,使用更多的内存将使算法更有效。
matlab例程 该程序包包含大量的matlab程序
该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法