搜索资源列表
VB_NUM6
- 用VB实现矩阵特征值的求解算法集。包括:对称矩阵的雅可比变换,实对称阵为三对角阵的特征值求解,等五种特征值求解算法。-VB matrix eigenvalue of the algorithm sets. Including : symmetric matrix Jacobian transform, real symmetric matrix to a three-diagonal matrix eigenvalue solution, the five eigenvalue algorith
dcjzqn
- 在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the inpu
EigenvalueVector123
- /约化对称阵为对称三对角阵的豪斯荷尔德变换法-/ some of the symmetric matrix to symmetric tridiagonal matrix householder transformation
lanczos_mine
- 对称矩阵的lanczos算法matlab程序-symmetric matrix algorithm Matlab procedures lanczos
t2_3
- 本题采用的计算方法为:矩阵的 分解和Cholesky分解。根据Gauss消去法的的矩阵意义,可以将矩阵A分解为一个单位下三角矩阵与一个上三角矩阵的乘积即:即矩阵的LU分解A=LU,进而可以分解为: 的形式。当A为对称矩阵时,A可分解为: 的形式。-that the use of the method of calculating : matrix decomposition and Cholesky decomposition. According to the Gauss eliminatio
adzm_v1_0[1].tar
- An object-oriented C++ implementation of Davidson method for finding a few selected extreme eigenpairs of a large, sparse, real, symmetric matrix
雅可比过关法求实对称矩阵特征值与特征向量
- 雅可比过关法求实对称矩阵特征值与特征向量-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 eigenvalue all, the eigenvectors
稀疏非对称矩阵的ICCG法FORTRAN源程序
- 稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
ICCG
- 稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
Matrix
- 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
matrix_eigenvalue_calculate
- 用多种算法实现任给实对称矩阵的所有特征值,包括雅克比方法、雅克比过关法和QR算法。-Using a variety of algorithms to achieve any real symmetric matrix of all the characteristics of value, including Jacobian methods, Jacobian immigration law and QR algorithm.
Jacobian_algorithm
- 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
eigenvalues_decomposition
- stand alone header file implementing eigen value decomposition for a symmetric matrix-stand alone header file implementing eigen value decomposition for a symmetric matrix
Matrix
- 矩阵运算:列举常用矩阵计算的算法(矩阵求逆,转置,求实对称矩阵,奇异值矩阵等等)-Matrix operations: List of common matrix calculation algorithm (matrix inverse, transpose, realistic symmetric matrix, singular value matrix, etc.)
matrix-tezhengzhijisuan
- 通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues of a matrix power m
matrix
- 在VC中用Matlab引擎计算实对称矩阵特征值和特征向量。.mor0为矩阵输入文件,.mor位结果输出文件。-Calculated using Matlab engine in the VC real symmetric matrix eigenvalues and eigenvectors. . Mor0 matrix input files,. Mor-bit result output file.
Matrix-eigenvalue-and-vector
- 化对称矩阵为对称三对角阵,求对称三对角阵的全部特征值与向量。雅可比法。-Of symmetric matrix is symmetric three pairs of diagonal matrices, Symmetric Tridiagonal Matrix all eigenvalues and vectors. Jacobi method.
VC-Symmetric-matrix-eigenvalue
- VC++ 对称矩阵 所有特征值 -Written by VC++ language for solving all eigenvalues of the symmetric matrix
Symmetric Matrix Inversion Method
- 用于矩阵的求逆,仅限于实对称正定矩阵的求逆(The inverse of real symmetric positive definite matrix)