搜索资源列表
eigcnvalue
- n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值-a new algorithm to calculate the aigenvalue of N dimensions matrix, aigenvalue and aigenvector can be worked out.
求对称三对角阵的全部特征值与特征向量
- 利用C语言编译实现对对称三对角阵求解其全部特征值与特征向量-C language compiler to achieve symmetric diagonal matrix solving all their eigenvalues and eigenvectors
幂法求主特征对
- 使用冥法求特征值和特征向量。-law for the use of their offerings eigenvalues and eigenvectors.
Matrix
- 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
QR
- 带双步位移的QR分解法求解矩阵的特征值和特征向量-With two-step displacement of the QR decomposition method for solving matrix eigenvalue and eigenvector
pls
- 偏最小二乘程序 标准化 求矩阵的最大特征值及对应特征向量-pls
zhongshu
- 人脸识别 求特征向量 均值脸 pca 特征值 支持向量包 各种M文件 支持向量机的应用发展等-Mean face recognition pca eigenvector eigenvalue vector covering all M documents the application of support vector machine development
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,
mkrx
- 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,)
n维矩阵的特征值的一种新求法
- n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值(a new algorithm to calculate the aigenvalue of N dimensions matrix, aigenvalue and aigenvector can be worked out)
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.