Newton-Raphson
探索Newton-Raphson方法的精妙之处,这一迭代算法在求解非线性方程及优化问题中展现出卓越性能。广泛应用于电力系统分析、信号处理与控制系统设计等领域,是每位电子工程师不可或缺的工具。虫虫下载站为您提供129个精选资源,涵盖教程、实例代码及应用案例,全面支持您的学习与研究需求。立即访问,享受免...
资源总数
96
Newton-Raphson 热门资料
A program for solving equations using Newton s Method.Just need to modify the data in the main funct
A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any...
2016-11-03
71
fortan程序数值分析之Newton法求解非线性方程组
module M_GAUSS !高斯列主元消去法模块 contains subroutine LINEQ(A,B,X,N) !高斯列主元消去法 implicit real*8...
2018-06-15
2
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
清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条
清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条
2016-08-27
198