搜索资源列表
矩阵计算类
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
求对称三对角阵的全部特征值与特征向量
- 利用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.
pls
- 偏最小二乘程序 标准化 求矩阵的最大特征值及对应特征向量-pls
Eigenvalue
- 求矩阵的特征值的源代码c++程序,希望会给大家一些帮助。-Eigenvalue matrix of the source code c++ program, I hope will give you some help.
shuzhi1
- 北航数值分析大作业第一题 用幂法、反幂法求特征值及行列式值、条件数等 完整c语言程序,直接运行就有结果,并且有结果截图-Beihang numerical analysis problem with the first major operating power method, inverse power law seeking eigenvalue and the determinant of value, condition number and so a complete c la
tezhengzhitezhengjuzheng
- 求特征值,特征矩阵的几种基本方法,包括约化对称矩阵为三对角对称矩阵 等-Demand characteristic values, characteristic matrix of several basic methods, including some of Symmetric Matrix to Tridiagonal Symmetric Matrices, etc.
HHBG
- 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
Eig
- 求特征值和特征向量的源代码 请大家指教 用c++编译-Eigenvalues and eigenvectors of seeking the source code, please teach us to use c++ compiler
code01_arithmetic_wzk
- 1、matlab有些慢,所以用C写了个快速排序算法 2、写了个求特征值的函数Sover(),main()函数中用一个五阶数组进行了测试。-1.Matlab shows a little slow, so write a quick sorting algorithm using C 2.Write a function Sover to get eigenvalue , and there is a five order array in the main function to
VB_jacobi
- jacobi法求特征值及特征向量,应用数值分析学习资料-jacobi Calculation of eigenvalues and eigenvectors, the application of numerical analysis of learning materials
qr
- 求特征值的算法 求多个特征值,完整的过程都有,是直接求的只有cpp文件-for qr
tezhengzhi
- Jocobi法和幂法求特征值,有算法说明。-Jocobi law and power law eigenvalues, algorithm descr iption.
tezhengxiangliang
- 复 Hermite矩阵求特征值和特征向量的问题转化为求解实对称阵的特征值和特征向量-On the verification of a method for solving the eigenvalue of complex Hermite matrix, the problem of finding eigenvalues and eigenvectors of the complex Hermite matrix is transformed into the eigenvalues and
bundwidtkjandidatehead
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix calculation, including matrix multiplication, inverse matrix eigenvalue and eigenvector and so on
multoplication-including-including
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix calculation, including matrix multiplication, inverse matrix eigenvalue and eigenvector and so on
雅克比法求对称矩阵的特征值
- 经典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)
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(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)
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)