搜索资源列表
MyMatrix
- 一个可以实现矩阵相关运算的程序,例如行列式值,逆矩阵,特征值,矩阵的迹等等,可以作为其他程序的辅助工具,具有一定的实用价值,编译通过,可运行-A matrix can be related to computing procedures, such as value determinant, inverse matrix, eigenvalue, matrix trace, etc., can be used as an aid to other procedures, has a certai
juzhentezhengzhi
- 关于矩阵特征值问题的的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-On the matrix eigenvalue problem of the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cause of s
pls
- 偏最小二乘程序 标准化 求矩阵的最大特征值及对应特征向量-pls
Matrix
- 矩阵特征值计算包括使用matlab中原有的功能和开发后的功能。-Matrix eigenvalue calculation include the use of matlab functions and development of the Central Plains and some post-functions.
characteristic
- 这是一个关于求矩阵特征值的matlab程序,程序简单命了,注有说明,能够实际运用-This is a demand matrix eigenvalues on the matlab program, procedures are simple life, and note there are instructions to the practical application of
HHBG
- 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
paper1007
- 利用样本协方差矩阵特征值分解实现双通道SAR动目标检测.pdf-Dual Channels SAR Ground Moving Target Detection with Eigen-decomposition of the Sample Covariance Matrix
givens
- givens 旋转,快速求解矩阵特征值的一种算法-givens rotation
cpp
- C语言编写的于求取矩阵特征值及特征向量的带双步位移的QR分解法-Eigenvalues and eigenvectors of the matrix
dp
- 数值分析,求矩阵特征值,输入是自定义矩阵,输出是多维特征值-Numerical analysis
Fsaddle_jacobian_fun1
- 求取电力雅克比矩阵特征值雅克比矩阵特征值-Strike Jacobian matrix eigenvalue
jacob
- jacob矩阵特征值计算,十分简单,带有注释-jacob matrix eigenvalue calculation is very simple, with a comment
雅克比法求对称矩阵的特征值
- 经典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)
第6章 矩阵特征值计算
- 用于矩阵特征值计算,该方法是最基本的算法(For matrix eigenvalue calculation)
matrix-tezhengzhi
- MATLAB求解矩阵的特征值的源程序代码(MATLAB eigenvalue of the matrix solution code)
bifurcation
- 对于一个二维系统,为寻找系统的稳定性,给出了雅克比矩阵特征值实部与虚部随参数的变化及其实部随参数的变化程序。(For a two dimensional system, to find the stability of the system. The variation of real part and imaginary part of eigenvalue and the variation of real part of eigenvalue with control parameter
求解特征值
- 矩阵计算,求解特征值,冥法,迭代法,计算方法(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)
QR分解求矩阵特征值特征向量 C语言
- QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)
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.