搜索资源列表
Matrix
- 矩阵运算类:矩阵的数学运算、 矩阵特征值特征向量的求取
用雅克比发方法求矩阵特征值和特征向量
- 用雅克比发方法求矩阵特征值和特征向量,并判断是否可以收敛-Made with the Jacobian matrix method, to calculate the eigenvalues and eigenvectors, and determine whether convergence
Java实现QR分解法求矩阵的所有特征值及特征向量
- Java实现QR分解法求矩阵的所有特征值及特征向量,Java realization of QR decomposition for matrix eigenvalues and all eigenvectors
QR_algrithm.rar
- 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
cengcifa.rar
- 用于层次分析法的一致性验证,及顺便求矩阵的最大特征值特征向量。,Analytic hierarchy process for the verification of consistency, and the way for the largest eigenvalue matrix eigenvectors.
AHP
- 数学建模实验&matlab实现求矩阵特征值特征向量AHP方法的建模与实现 计算矩阵特征值、特征向量;AHP方法的建模与实现 数学建模实验&matlab实现求矩阵特征值特征向量AHP方法的建模与实现-Experimental & matlab implementation of mathematical modeling to evaluate matrix eigenvalue eigenvector method of AHP Modeling and Implementation
double_QR
- 运用双线性QR分解法求矩阵特征值及特征向量,并含有QR分解法子程序-Use of bilinear matrix QR decomposition method for eigenvalue and eigenvector and contains procedures for QR decomposition method
KLtransform
- (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。 -(1) the application of 9 × 9 window
mtl4-alpha-1-r6418
- 矩阵运算源码最新版本,支持矩阵乘法、转置求逆,特征值特征向量等操作。-Source the latest version of matrix operations in support of matrix multiplication, transpose inverse, eigenvalue eigenvector and so on.
Jacobian_algorithm
- 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
PluralandMatrix
- C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
pls
- 偏最小二乘程序 标准化 求矩阵的最大特征值及对应特征向量-pls
LinearAlgebra
- 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
matrix
- 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
Jacobi.m
- 雅克比法求矩阵特征值特征向量,已在matlab上编译成功,直接可用-Jacobi method for matrix eigenvalue eigenvector has been compiled successfully in matlab, directly available
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(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)
层次分析法求特征值与特征向量
- 层次分析法来求得任何一个矩阵的特征值,特征向量,归一化向量(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)