用LU分解法求解线性方程组的c++程序,有用的数值分析程序
上传时间: 2013-12-11
上传用户:xiaoyunyun
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
LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错
上传时间: 2015-08-16
上传用户:Miyuki
基于PQ分解法的电力系统潮流计算,计算速度优于基于牛顿法的潮流计算程序
上传时间: 2015-08-19
上传用户:xiaodu1124
数值分析中的求解算法-直接三角分解法 程序用C++语言编写。经过编译测试
上传时间: 2014-12-08
上传用户:a3318966
这是用vc编的LU分解法,也叫杜利 特儿法,子过程LUDCMP将矩阵分解 为上三角和下三角矩阵,子过程LU BKSB利用LUDCMP的分解结果得到线 性方程组的解
标签: 分解
上传时间: 2014-09-07
上传用户:dave520l
谱估计 (1)修正协方差法 (2)多重信号分类(MUSIC)算法 (3)ESPRIT算法 (4)皮萨论科(Pisarenko)谐波分解法 并对各算法进行分析。 解压后即可在MATLAB上运行
标签: Pisarenko ESPRIT MATLAB MUSIC
上传时间: 2015-09-16
上传用户:cc1015285075