搜索资源列表
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
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
MATLAB
- qr基本法求解矩阵的特征值 算法说明 [qk,rk]=qr(Ak) Ak+1=rk*qk-qr Basic algorithm for solving the eigenvalue that [qk, rk] = qr (Ak) Ak+1 = rk* qk
matrix-tezhengzhijisuan
- 通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues of a matrix power m
QRalgorithm
- QR算法求特征值的原理及实现方法,并附有程序代码。-QR algorithm for eigenvalue of the principle and method, together with program code.
QR-matrix
- 该程序是QR解矩阵特征值的,matlab程序-The program is the solution matrix eigenvalue QR
matlba
- 三种求矩阵特征值的matlab实现:乘幂法、QR算法、yaccbi法求特征值-Eigenvalues of the three Matrix matlab implementation: power method, QR algorithm, yaccbi Eigenvalue Method
qr
- 幂法求特征值的matlab设计,针对所有矩阵-Power law seeking eigenvalues matlab design for all matrices
QR
- QR.rar为QR分解求解一维及二维Laplace特征值问题-QR.rar the QR decomposition for solving one-dimensional and two-dimensional Laplace eigenvalue problem
LDA_QR
- 用QR方法实现矩阵的特征值的求解过程。可直接运行。-QR method using eigenvalues of the solution process. Can be directly run.
QR
- MATLAB实现QR算法以及带位移的QR算法 求矩阵特征值-MATLAB,The realization of QR algorithm and QR algorithm with displacement Characteristic value of matrix
Lyapunov_Lorenz
- 基本原理就是首先求解出连续系统微分方程的近似解,然后对系统的Jacobian矩阵进行QR分解,计算Jacobian矩阵特征值的乘积,最后计算出LE和分数维-The basic principle is to first find the approximate solution of differential equations continuous system, then the system will be on the Jacobian matrix QR decomposition p
QR
- 利用QR算法求解非对称矩阵的全部特征值问题。-The use of non-symmetric matrix QR algorithm and all eigenvalues of the problem.
qr_hess_main
- 用拟上三角阵的QR方法计算矩阵特征值主函数(Calculating the Main Function of Matrix Eigenvalue by QR Method of Quasi - Triangular Matrix)