搜索资源列表
矩阵特征值的幂法.rar
- 矩阵特征值的幂法
幂法求特征值
- 用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
幂法求主特征对
- 使用冥法求特征值和特征向量。-law for the use of their offerings eigenvalues and eigenvectors.
反幂法
- 使用反冥法算特征值和特征向量的算法。-use of anti-counting method offerings eigenvalues and eigenvectors of the algorithm.
幂法反幂法求矩阵最大和最小特征值
- 上下带宽分别为2,矩阵元素分别为ai,b,c的对称带状矩阵A,运用两次幂法和一次反幂法求得该矩阵A的最大和最小特征值、按模最小特征值、中心移位法求与常数k最接近的特征值,以及特征值A的行列式detA和条件数cond(A)。
幂法求解特征值
- 幂法求解方阵特征值和特征向量的源程序
QR_algrithm.rar
- 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
矩阵特征值的幂法
- 矩阵特征值的幂法- Matrix eigenvalues power law
SolveEigenvalue
- 自己编写的程序,用jacobi方法来求解对称矩阵的特征值还有用OR算法以及反幂法来求解特征值。-I have written procedures, with jacobi method to solve the symmetric matrix eigenvalue algorithm have to use OR as well as anti-power-law to solve the eigenvalue.
matrix
- 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
001
- 幂法和反幂法求解矩阵的特征值。数值分析大作业-Power method and inverse power method to solve the eigenvalue of matrix.
Cpp1
- 用幂法和反幂法实现求矩阵的特征值和特征向量-With the power method and inverse power law to achieve demand matrix eigenvalues and eigenvectors
pow
- pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
matrix-tezhengzhijisuan
- 通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues of a matrix power m
Powermethod
- 幂法求特征值 幂法求特征值 -Power law eigenvalue power eigenvalue power law eigenvalue power law eigenvalue
规范化幂法求矩阵按模最大特征值
- 用规范化幂法求矩阵的特征值,(反幂法还没实现。。。。。。)(Using normalized power method to find the eigenvalues of a matrix)
求主特征值的正确程序
- 求特征值的正确的程序,采用的方法为幂法。可调试(Find the correct procedure for eigenvalues, using the power method. Can be debugged)
ConsoleApplication4
- 使用幂法求计算矩阵的主特征值及主特征向量,用反幂法求计算矩阵的按模最小特征值及特征向量。(A Blind Equalization Algorithm for SIMO Channel Model Based on Inverse Power Method)
Power_Method
- 利用幂法求矩阵特征值,属于数值解法的一种(Using power method to find eigenvalues of matrices, which is a kind of numerical solution.)
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 339 10.1 特征值问题概述 339 10.1.1 特征多项式 339 10.1.2 特征值范围估计 340 10.2 幂法及反幂法 341 10.2.1 幂法 341 10.2.2 幂法的加速 344 10.2.3 反幂法 350 10.2.4 混合幂法 352 10.3 实对称矩阵的Jacobi法 353 10.3.1 Givens变换 353 10.3.2 基本Jacobi法 358 10.