搜索资源列表
矩阵计算类
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
求对称三对角阵的全部特征值与特征向量
- 利用C语言编译实现对对称三对角阵求解其全部特征值与特征向量-C language compiler to achieve symmetric diagonal matrix solving all their eigenvalues and eigenvectors
幂法求特征值
- 用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
求矩阵特征值
- 这是求解矩阵最大特征值和最小特征值的计算程序-This is the solution matrix eigenvalue largest and smallest eigenvalue calculation procedures
eig_lanczos
- 用lanczos求特征值的matlab程序-with lanczos eigenvalues for the Matlab procedures
faceproc
- 人脸识别的程序,通过求特征值来训练预测人脸-face recognition procedure for the adoption of eigenvalues for training forecast to Face
Jvacobi
- 求特征值的Jacobi法,解决很多工程实际问题
幂法求主特征对
- 使用冥法求特征值和特征向量。-law for the use of their offerings eigenvalues and eigenvectors.
幂法反幂法求矩阵最大和最小特征值
- 上下带宽分别为2,矩阵元素分别为ai,b,c的对称带状矩阵A,运用两次幂法和一次反幂法求得该矩阵A的最大和最小特征值、按模最小特征值、中心移位法求与常数k最接近的特征值,以及特征值A的行列式detA和条件数cond(A)。
chengmi
- 三种求矩阵特征值的matlab实现:乘幂法、QR算法、yaccbi法求特征值-Eigenvalues of the three Matrix matlab implementation: power method, QR algorithm, yaccbi Eigenvalue Method
Jacobian_algorithm
- 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
Jacobi
- matalab程序关于迭代法求特征值和特征向量-matalab program
规范化幂法求矩阵按模最大特征值
- 用规范化幂法求矩阵的特征值,(反幂法还没实现。。。。。。)(Using normalized power method to find the eigenvalues of a matrix)
QRf分解法求特征值
- 一个求解矩阵特征值的程序 用c编写,可运行,计算结果正确(code for matrix!! combiled, it can be used, and the result is correct. run perfect!)
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(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)
n维矩阵的特征值的一种新求法
- n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值(a new algorithm to calculate the aigenvalue of N dimensions matrix, aigenvalue and aigenvector can be worked out)
求主特征值的正确程序
- 求特征值的正确的程序,采用的方法为幂法。可调试(Find the correct procedure for eigenvalues, using the power method. Can be debugged)
层次分析法求特征值与特征向量
- 层次分析法来求得任何一个矩阵的特征值,特征向量,归一化向量(The analytic hierarchy process (AHP) is used to obtain the eigenvalues, eigenvectors and normalization vectors of any matrix)
QR分解求矩阵特征值特征向量 C语言
- QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)
逆迭代法求特征值
- 采用逆迭代法求取特征值,可用于求多自由度系统的特征值。