搜索资源列表
幂法求主特征对
- 使用冥法求特征值和特征向量。-law for the use of their offerings eigenvalues and eigenvectors.
幂法求解特征值
- 幂法求解方阵特征值和特征向量的源程序
用雅克比发方法求矩阵特征值和特征向量
- 用雅克比发方法求矩阵特征值和特征向量,并判断是否可以收敛-Made with the Jacobian matrix method, to calculate the eigenvalues and eigenvectors, and determine whether convergence
QR_algrithm.rar
- 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
QR_tezheng
- 包含QR分解法和QR法求解矩阵的特征值和特征向量-QR
1
- 使用带双步位移QR法求解矩阵的特征值和特征向量-Use with dual-step method displacement QR matrix eigenvalues and eigenvectors
QR
- 带双步位移的QR分解法求解矩阵的特征值和特征向量-With two-step displacement of the QR decomposition method for solving matrix eigenvalue and eigenvector
Jacobian_algorithm
- 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
eigenvalue_decomposition
- 用于计算特征值和特征向量,挺好的,精度还不错-eigenvalue decomposition
PluralandMatrix
- C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
5
- 数值计算中矩阵特征值和特征向量的C++程序-Numerical calculation of eigenvalues of matrix C++ program
eigenvalues
- 计算复矩阵A(x) u = 0的特征值和特征向量,fortran代码,声学模态计算的必备工具。-Calculating complex matrix A (x) u = 0 the eigenvalues and eigenvectors, fortran code, acoustic an indispensable tool for modal calculations.
tezhengzhi
- 本程序为求矩阵的最大特征值、全部特征值和特征向量,应用乘幂法和雅可比过关法-This procedure for the sake of the largest eigenvalue matrix, all eigenvalues and eigenvectors, applications by a power law and the Jacobi clearance method
Cpp1
- 用幂法和反幂法实现求矩阵的特征值和特征向量-With the power method and inverse power law to achieve demand matrix eigenvalues and eigenvectors
PCA_nvecs
- PCA转换之后,会得到按序排列的特征值和特征向量,取前n个,进行PCA投影-After PCA transformation, will be in descending order of eigenvalues and eigenvectors, fetch the first n months, for PCA projection
pow
- pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
Jacobi
- matalab程序关于迭代法求特征值和特征向量-matalab program
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(10阶以内的矩阵),对于亏损矩阵可以求出相应的根向量(The eigenvalues and eigenvectors of the real number matrix (the matrix within 10 orders) are solved, and the corresponding root vectors can be found for the loss matrix)
RITZ
- 用兰索斯法求解特征值和特征向量,用于有限元结构的MATLAB编程。(Compute approximative eigenvalues and eigenvectors by the Lanczos method.)
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.