Newton+Iteration
Newton+Iteration技术资料下载专区,收录103份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
103
Newton+Iteration 全部资料 103 份
load flow algorithm, with entering bus data and line data it solves the load flow with newton method
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
2014-01-22
189
fortan程序数值分析之Newton法求解非线性方程组
module M_GAUSS !高斯列主元消去法模块 contains subroutine LINEQ(A,B,X,N) !高斯列主元消去法 implicit real*8...
2018-06-15
2
清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条
清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条
2016-08-27
198
Newton弦截法求根 初值设为x为 0.1,0.2,0.9,9.0.可在程序中更改
Newton弦截法求根 初值设为x为 0.1,0.2,0.9,9.0.可在程序中更改
2013-12-17
33