搜索资源列表
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
雅可比过关法求实对称矩阵特征值与特征向量
- 雅可比过关法求实对称矩阵特征值与特征向量-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
幂法反幂法求矩阵最大和最小特征值
- 上下带宽分别为2,矩阵元素分别为ai,b,c的对称带状矩阵A,运用两次幂法和一次反幂法求得该矩阵A的最大和最小特征值、按模最小特征值、中心移位法求与常数k最接近的特征值,以及特征值A的行列式detA和条件数cond(A)。
JCBI
- 雅可比法求实对称矩阵特征值与特征向量,有例子,检验过,很顺利-Jacobian method realistic symmetric matrix eigenvalue and eigenvector, there are examples of tests, it is smooth
JCBJ
- 雅可比过关法求实对称矩阵特征值与特征向量,有例子,检验过,很顺利-Clearance method Jacobian realistic symmetric matrix eigenvalue and eigenvector, there are examples of tests, it is smooth
Jacobian_algorithm
- 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
eig_Jacobi
- 求对称矩阵全部特征值的Jacobi方法-Symmetric matrix for all the eigenvalues of Jacobi method
1
- 雅可比法计算特征向量程序雅可比过关法求实对称矩阵特征值与特征向量-Jacobian eigenvector method procedures
matrix
- 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
eiggui
- 通过相似变换求解实对称矩阵特征值或非对称实矩阵Schur形式的方法-EIGGUI(A) shows the steps in the computation by similarity transformations of the diagonal form of a real symmetric matrix or the real Schur form of a real nonsymmetric matrix.
CH3
- 3.2 实对称三对角阵的全部特征值与特征向量的计算csstq.c 3.3 约化一般实矩阵为赫申伯格矩阵的初等相似变换法chhbg.c 3.4 求赫申伯格矩阵全部特征值的QR方法chhqr.c 3.5 求实对称矩阵特征值与特征向量的雅可比法cjcbi.c-3.2 real symmetric tridiagonal matrix of all eigenvalues and eigenvectors of the calculation of csstq.c 3.3 Reduced g
ykb
- 实对称矩阵特征值与特征向量的雅克比法,ap为是对称矩阵,vp返回特征向量-Real Symmetric Matrix Eigenvalues and Eigenvectors of the Jacobian method, ap is a symmetric matrix, vp return eigenvector
Jacobi
- 这里给出的是满阵形式存储的Jacobi法广义对称矩阵特征值计算的子程序代码,来自《 NUMERICAL METHODS IN FINITE ELEMENT ANALYSIS(K. J. Bathe E. L. Wilson)》: -Here are the full array stored in the Jacobi method in generalized symmetric eigenvalue calculation of the subroutine code, from &q
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.
雅克比法求对称矩阵的特征值
- 经典Jacobi方法求解对称矩阵特征值(MATLAB描述),本函数使用经典Jacobi方法来计算一个对称矩阵的特征值(Classical Jacobi method for solving symmetric matrix eigenvalue (MATLAB descr iption), this function uses the classical Jacobi method to calculate the eigenvalues of a symmetric matrix)
C++实现矩阵的所有运算
- 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
Matrix
- 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
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.