搜索资源列表
幂法求特征值
- 用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
eig_mifa
- 用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
fmf
- 反幂法求矩阵的特征值和特征向量 反幂法适用于矩阵的按模最小的特征值和对应的特征向量。 使用说明: 一般的使用过程: 1、修改输入数据 input2.txt 2、编辑源文件 fanmifa.c 3、编译程序 fanmifa.bat 4、运行 fanmifa.exe
shuzhi_c
- 1.求方程组的解算法: Guass迭代法、Doolittle分解法 2.求矩阵特征值算法: 幂法、反幂法、LU分解法
agr3
- 利用幂法求矩阵的最大特征值,还包括一些相应的辅助函数
作业1
- 用幂法与反幂法求矩阵的最大特征值及最小特征值-with power law with the anti-power method for matrix eigenvalue of the largest and the smallest eigenvalue
Work2
- 北航数值分析大作业第二题:用幂法和反幂法求501阶矩阵的特征值-Numerical analysis of a large operation Beihang second question: The power method and inverse power law seeking 501 order matrix eigenvalue
mifa
- 运用幂法求矩阵的主特征值(及最大特征值)-The use of power-law matrix of the main features of value (and the largest eigenvalue)
matrix
- 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
INV_SHIFT_power2
- 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量-Inverse Power Method displacement from a constant matrix eigenvalue recently and the corresponding eigenvectors
zuoye1
- 北航数值分析作业第一题 用幂法、反幂法求一个501*501的矩阵的最小特征值、最大特征值、按模最大特征值以及条件数和行列式.-Northern numerical analysis operations with the first question the power method, inverse power law find a matrix of 501* 501 minimum eigenvalue, maximum eigenvalue, maximum eigenvalue,
last
- 数值分析幂法与反幂法求矩阵的特征值,很值得参考-QR method numerical analysis
qiuPtezhengzhi
- 幂法求矩阵最大特征值和特征向量,编译环境vs2010-Matrix Power Law eigenvalue and eigenvector of the largest, the build environment vs2010
Eigenvalue-algorithm
- 幂法及反幂法求矩阵特征值C语言程序--数值分析实例-Power law and the inverse power method C language program-numerical examples--Eigenvalue algorithm
SZFX_8
- 幂法求矩阵特征值,矩阵已内置,可修改为其他输入方式-The power law matrix eigenvalue matrix has built-in, can be modified to other input
shuzhifenxi
- 使用幂法和反幂法求矩阵的特征值和特征向量-Power method and the inverse power method for matrix eigenvalue and eigenvectors
mifa
- 幂法求矩阵特征值 带状矩阵的存储 数值分析的算法-Power method for matrix eigenvalue banded matrix stored numerical analysis algorithms
dimethod
- 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量,几个常用的算法 -code about matrix vectors and the value
pro
- 幂法求矩阵特征值程序 幂法求矩阵特征值(最大特征值及其对应的特征向量)-Matrix eigenvalue power law program
Matrix
- 实现一个矩阵类,该类包含简单的矩阵运算,矩阵求行列式,初等变换法矩阵求逆,雅可比法矩阵特征值分解,householder变换法矩阵QR分解,矩阵LU分解,QR分解与反幂法求矩阵特征值与特征向量。 -A matrix class, include simple matrix operator, determinant of matrix, inverse of matrix, matrix eigenvalue decompose by Jacobi iteration, matrix QR
