搜索资源列表
矩阵特征值的Householder方法.rar
- 矩阵特征值的Householder方法
矩阵特征值的幂法.rar
- 矩阵特征值的幂法
C++常用算法之06矩阵特征值与特征向量的计算
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵特征值与特征向量的计算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedu
第五章 矩阵特征值与特征向量的计算
- 矩阵特征值与特征向量的计算-Matrix eigenvalues and eigenvectors of calculation
雅可比过关法求实对称矩阵特征值与特征向量
- 雅可比过关法求实对称矩阵特征值与特征向量-Jacobian clearance France realistic symmetric matrix eigenvalue and eigenvector
矩阵特征值的计算
- 矩阵特征值与特征向量的计算约化对称矩阵为对称对角阵的豪斯荷尔镕变换法似对称三对角阵的全部特征值、特征向量的计算等-Matrix eigenvalues and eigenvectors of the calculation about symmetry symmetric matrix diagonal matrix ho Shihemi Rong transform it symmetric tridiagonal matrix ei
求矩阵特征值、解方程组
- 求矩阵特征值、解方程组 -seeking matrix eigenvalue solution equations for matrix eigenvalue equations Solutions
矩阵特征值特征向量计算
- 矩阵特征值特征向量计算
矩阵特征值的Householder方法
- 矩阵特征值的Householder方法- Matrix eigenvalues Householder method
矩阵特征值的幂法
- 矩阵特征值的幂法- Matrix eigenvalues power law
第五章 矩阵特征值与特征向量的计算
- 矩阵特征值与特征向量的计算-Matrix eigenvalues and eigenvectors of calculation
雅可比过关法求实对称矩阵特征值与特征向量
- 雅可比过关法求实对称矩阵特征值与特征向量-Jacobian clearance France realistic symmetric matrix eigenvalue and eigenvector
矩阵特征值的计算
- 矩阵特征值与特征向量的计算约化对称矩阵为对称对角阵的豪斯荷尔镕变换法似对称三对角阵的全部特征值、特征向量的计算等-Matrix eigenvalues and eigenvectors of the calculation about symmetry symmetric matrix diagonal matrix ho Shihemi Rong transform it symmetric tridiagonal matrix ei
求矩阵特征值、解方程组
- 求矩阵特征值、解方程组 -seeking matrix eigenvalue solution equations for matrix eigenvalue equations Solutions
C++常用算法之06矩阵特征值与特征向量的计算
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵特征值与特征向量的计算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedu
求矩阵特征值
- 这是求解矩阵最大特征值和最小特征值的计算程序-This is the solution matrix eigenvalue largest and smallest eigenvalue calculation procedures
第6章 矩阵特征值计算
- 设 A 是n阶方阵,如果存在数m和非零n维列向量 x,使得 Ax=mx 成立,则称 m 是A的一个特征值(characteristic value)或本征值(eigenvalue)。非零n维列向量x称为矩阵A的属于(对应于)特征值m的特征向量或本征向量,简称A的特征向量或A的本征向量。(Let A be a n order square, and if there is a number of M and nonzero n-dimen
第6章 矩阵特征值计算
- 用于矩阵特征值计算,该方法是最基本的算法(For matrix eigenvalue calculation)
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(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)
QR分解求矩阵特征值特征向量 C语言
- QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)