搜索资源列表
shizhi
- 利用隐式QR方法求一个实矩阵全部特征值和特征向量的通用子程序。-use QR method is seeking a full matrix eigenvalue and eigenvectors of generic subroutine.
QR_algrithm.rar
- 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
chengmi
- 三种求矩阵特征值的matlab实现:乘幂法、QR算法、yaccbi法求特征值-Eigenvalues of the three Matrix matlab implementation: power method, QR algorithm, yaccbi Eigenvalue Method
UCA_SMI
- QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
qr_eigenvalues
- qr法求特征值和特征向量 QR法能够避免矩阵奇异带来的错误,并能求解特征值有重根的情况-qr France seek eigenvalues and eigenvectors QR method can avoid the matrix singularity caused by errors, and can solve the eigenvalue of the double roots
QR
- 利用QR算法解household变换阵,用Householder变换法对矩阵A作正交分解-QR Algorithm for household use transformation matrix
QR-matrix
- 该程序是QR解矩阵特征值的,matlab程序-The program is the solution matrix eigenvalue QR
Schimdt
- 可以用来求任意形式矩阵的正交矩阵,同时可以用来进行矩阵的QR分解-Can be used to seek any form of matrix orthogonal matrix, the matrix also can be used for the QR decomposition
QR-matlab
- qr算法的matlab代码,利用矩阵的QR分解,逐步按递推法构造矩阵的分解序列的过程,只要原始矩阵式非奇异矩阵,则由QR算法就完全确定其分解序列了-qr algorithm matlab code using a QR decomposition of the matrix, step by step process of the recursive method to construct the matrix decomposition sequence, as long as the ori
QR
- 矩阵QR分解实例,使用Givens和Householder两种方法-QR decomposition, using Givens and Househoulder method
qr
- 幂法求特征值的matlab设计,针对所有矩阵-Power law seeking eigenvalues matlab design for all matrices
house-qr
- house的qr分解算法,在matlab开发环境下进行开发,算法准确有效,矩阵维数不受限制。-house for qr
QR
- MATLAB实现QR算法以及带位移的QR算法 求矩阵特征值-MATLAB,The realization of QR algorithm and QR algorithm with displacement Characteristic value of matrix
QR
- 矩阵QR分解,采用householder方法。输入矩阵,返回分解参量,QR decomposition-QR decomposition
QR
- 利用QR算法求解非对称矩阵的全部特征值问题。-The use of non-symmetric matrix QR algorithm and all eigenvalues of the problem.
QR-decomposition_QRmd_qrg
- 使用givens变换实现矩阵的QR分解,矩阵分析与应用课程实践-QR decomposition of matrix using Givens transform
QR-decomposition_md_qrs
- 矩阵分析与应用,使用施密特正交化方法实现矩阵的QR分解-QR decomposition of matrix using the Schmidt method
QR-decomposition_md_qrh
- 矩阵分析与应用,使用Householder变换方法实现QR分解。-QR decomposition of matrix using the Householder transform
qr_hess_main
- 用拟上三角阵的QR方法计算矩阵特征值主函数(Calculating the Main Function of Matrix Eigenvalue by QR Method of Quasi - Triangular Matrix)
Desktop
- 计算矩阵QR分解,A=Q[R;O] 可用于求解线性方程组 并附带利用QR分解解决LSE和LS的程序(To work out the QR decompose of a matrix)