搜索资源列表
eispack1.zip
- 计算实矩阵的特征值和特征向量FORTRAN ,Calculation of real matrix eigenvalues and eigenvectors FORTRAN
lanczos1
- 利用lanczos输注特征值,特征向量,尽请指正-Lanczos infusion using eigenvalue
musicF1
- 任意阵列输出数据的协方差进行奇异值分解,求出特征值和特征向量,利用信号子空间和噪声子空间的正交性,构造空间谱函数-Arbitrary array output data covariance singular value decomposition, eigenvalues and eigenvectors obtained using the signal subspace and noise subspace orthogonality spectral function space con
pls
- 偏最小二乘程序 标准化 求矩阵的最大特征值及对应特征向量-pls
all_source_files
- 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
zhongshu
- 人脸识别 求特征向量 均值脸 pca 特征值 支持向量包 各种M文件 支持向量机的应用发展等-Mean face recognition pca eigenvector eigenvalue vector covering all M documents the application of support vector machine development
eigFEM
- 给定结构的刚度矩阵和质量矩阵,利用特征值分析计算出特征值和特征向量.-Given the structural stiffness and mass matrices, using eigenvalue analysis to calculate the eigenvalues and eigenvectors.
Wang_PCA
- 、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量 -To mean the number of calculated co-covariance matrix and its eigenvalues and eigenvectors to calculate
eigen
- 求实对称矩阵的特征值特征向量,内有读入数据文件。-Realistic symmetric matrix eigenvalue eigenvector, there are read into the data file.
matlabxl_examples
- 计算矩阵特征值,特征向量,扎德算子,用于评系统的调用。-Calculating eigenvalues
jocb_E_D
- 使用雅克比迭代法求矩阵的特征值特征向量,并可以对特征值大小排序-Jacques eigenvalue eigenvectors than iterative method
juzhenshedong
- 通过矩阵摄动对原系统进行重分析,从而快速得到特征值特征向量,程序给的算例可以求解重频的情况-By matrix perturbation of the original system , the eigenvalues eigenvectors are got, program examples given can solve repetition frequency problems.
unrerflow-user
- n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值,-N matrix eigenvalues of a new religion, which can realize characteristic value of characteristic vector,
cmrracteristiceigenvalues
- n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值,-N matrix eigenvalues of a new religion, which can realize characteristic value of characteristic vector,
tezhengfangcheng
- 本程序主要是对特征值,特征向量进行求解,后面附有朱伯芳25杆桁架优化程序(This procedure is mainly for eigenvalue, feature vector for solving)
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(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)
745165
- n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值,(N matrix eigenvalues of a new religion, which can realize characteristic value of characteristic vector,)
HKS-master
- 计算网格中每个点的热核特征,给出了特征值和拉普拉斯算子的特征向量。(The characteristic vectors of the eigenvalues and Laplacian operators are given by calculating the thermonuclear characteristics of each point in the grid.)
QR分解求矩阵特征值特征向量 C语言
- QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)
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.