PQ分解法,有些还需要改进,该程序所对应的例子是东南大学陈珩编的《电力系统稳态分析(第二版)》的例4-5
标签: 分解
上传时间: 2015-07-16
上传用户:chenlong
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition.
标签: 分解
上传时间: 2013-12-24
上传用户:啊飒飒大师的
三角分解法,对于数值计算的朋友可能会有一定的帮助
标签: 分解
上传时间: 2014-01-01
上传用户:cc1015285075
经验模式分解法算法 发明人法国人frandlin
上传时间: 2013-11-25
上传用户:lps11188
用语言编写的解线性方程组的直接方法(包含Gauss顺序消去法、Gauss列主元素消去法、Doolittle三角分解法)
上传时间: 2015-08-12
上传用户:洛木卓
LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错
上传时间: 2015-08-16
上传用户:Miyuki
用Gauss消去法和Doolittle三角分解法求解解线性方程组的程序源代码.
上传时间: 2014-12-04
上传用户:jing911003
基于PQ分解法的电力系统潮流计算,计算速度优于基于牛顿法的潮流计算程序
上传时间: 2015-08-19
上传用户:xiaodu1124
数值分析中的求解算法-直接三角分解法 程序用C++语言编写。经过编译测试
上传时间: 2014-12-08
上传用户:a3318966
谱估计 (1)修正协方差法 (2)多重信号分类(MUSIC)算法 (3)ESPRIT算法 (4)皮萨论科(Pisarenko)谐波分解法 并对各算法进行分析。 解压后即可在MATLAB上运行
标签: Pisarenko ESPRIT MATLAB MUSIC
上传时间: 2015-09-16
上传用户:cc1015285075