搜索资源列表
HHBG
- 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
givens
- givens 旋转,快速求解矩阵特征值的一种算法-givens rotation
eigenvalue-decomposition
- 求解实对称矩阵的特征值和特征向量,并输出最小特征值和对应的特征向量-Solution of eigenvalues and eigenvectors of real symmetric matrix, and output the minimum eigenvalues and corresponding eigenvectors
power_method
- 幂法求解矩阵特征值。矩阵为带状矩阵,中间5排数值。-a mathmatical method called power method to calculate the eigenvalue of a matrix
Untitled-
- Fortran 语言求解矩阵最大特征值-Fortran language to solve the matrix s largest eigenvalues
matrixl(eig)
- 求解矩阵的特征值和特征向量的C++源代码,经过测试的,下载编译即可使用- Solving the eigenvalues and eigenvectors of C++ source code, tested, and download the compiler can use
uu
- 求解矩阵的特征值和特征向量的C++源代码,经过测试的- Solving the eigenvalues and eigenvectors of C++ source code, tested, and download the compiler can use
juzhenshedong
- 通过矩阵摄动对原系统进行重分析,从而快速得到特征值特征向量,程序给的算例可以求解重频的情况-By matrix perturbation of the original system , the eigenvalues eigenvectors are got, program examples given can solve repetition frequency problems.
Matrix-eigenvalue-calculation
- 矩阵特征值计算,利用matlab中的函数求解矩阵特征值问题-Matrix eigenvalue calculation
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
MATLAB-algorithms-assemblies
- matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
feiyui
- 是小学期课程设计的题目,AHP层次分析法计算判断矩阵的最大特征值,雅克比迭代求解线性方程组课设。- Is the topic of the elementary school stage curriculum design, Calculate the maximum eigenvalue judgment matrix of AHP, Jacobi iteration for solving linear equations class-based.
雅克比法求对称矩阵的特征值
- 经典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)
fangban_pinxianghanshu
- 通过MATLAB编程,求解出结构的质量矩阵,刚度矩阵,特征值,特征向量,并求得结构的响应(Through MATLAB programming, the mass matrix, stiffness matrix, eigenvalue and eigenvector of the structure are solved, and the response of the structure is obtained)
matrix-tezhengzhi
- MATLAB求解矩阵的特征值的源程序代码(MATLAB eigenvalue of the matrix solution code)
求解特征值
- 矩阵计算,求解特征值,冥法,迭代法,计算方法(Matrix calculation, eigenvalue solution, dark law, iterative method)
实矩阵特征值问题求解
- 求解实数矩阵的特征值和特征向量(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)
Data.PS科学计算与绘图软件
- Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公
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.