搜索资源列表
Matrix
- 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
QR
- 带双步位移的QR分解法求解矩阵的特征值和特征向量-With two-step displacement of the QR decomposition method for solving matrix eigenvalue and eigenvector
mifa_eigen
- 使用经典的幂法求解矩阵的按模最大的特征值-to find out the largest eigenvalue of a matrix by the classical method
Graphic
- 基于图模型的图像分割并行算法研究与实现,该方案通过网格划分来实现相似度矩阵的并行计算同时考虑到相似度矩阵的稀疏性和矩阵向量乘运算的内在并行性, 在该方案中本文设计并行算法来求解特征值问题在环境下的实验结果表明, 该并行方案是提高图模型分割方法实时性的有效途径.-Image segmentation based on graph model of parallel algorithm and implementation of the program through the mesh to ach
HHBG
- 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
givens
- givens 旋转,快速求解矩阵特征值的一种算法-givens rotation
1MAQR.zip
- 简单实用的QR算法,可以用来求解矩阵的特征值并进而求解矩阵特征向量。,Simple and practical QR algorithm can be used to solve the matrix eigenvalue and thus solving the 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
Matrix-eigenvalue-calculation
- 矩阵特征值计算,利用matlab中的函数求解矩阵特征值问题-Matrix eigenvalue calculation
Eigenvalues-and-eigenvectors
- 用数值分析方法求解实数矩阵特征值和特征向量——C语言代码,VS2012版-Using numerical analysis method to Solve real matrix eigenvalues and eigenvectors C language code, VS2012 version
MATLAB-algorithms-assemblies
- matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
雅克比法求对称矩阵的特征值
- 经典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)
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.