fortan程序数值分析之Newton法求解非线性方程组
module M_GAUSS !高斯列主元消去法模块 contains subroutine LINEQ(A,B,X,N) !高斯列主元消去法 implicit real*8...
Newton+Iteration技术资料下载专区,收录103份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
module M_GAUSS !高斯列主元消去法模块 contains subroutine LINEQ(A,B,X,N) !高斯列主元消去法 implicit real*8...
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条