CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - QR 特征值

搜索资源列表

  1. qr

    0下载:
  2. 程序中给出了用变形QR方法计算实对称三角阵的全部特征值与相应的向量
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.26kb
    • 提供者:王云峰
  1. QRTT.rar

    0下载:
  2. QR方法求赫申伯格矩阵的全部特征值,有例子,检验过,很顺利的,QR method for Joseph Berger Shanghai eigenvalue matrix of all, there are examples of tests, it is smooth
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.58kb
    • 提供者:张帆
  1. QR-method

    0下载:
  2. 本程序是在数值分析中求特征值和特征向量的一种高效算法,叫带双步位移的QR方法,本程序使用C++编写。-This program is used in numerical analysis to get the eigenvalues and eigenvector. This is an efficient algorithm, called a two-step displacement QR method, the program uses C++ to prepare.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1.16kb
    • 提供者:李贺
  1. Eigenvalue

    2下载:
  2. 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8.22kb
    • 提供者:zengming
  1. double_QR

    1下载:
  2. 运用双线性QR分解法求矩阵特征值及特征向量,并含有QR分解法子程序-Use of bilinear matrix QR decomposition method for eigenvalue and eigenvector and contains procedures for QR decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:8.67kb
    • 提供者:zonk
  1. 1

    0下载:
  2. 使用带双步位移QR法求解矩阵的特征值和特征向量-Use with dual-step method displacement QR matrix eigenvalues and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.46kb
    • 提供者:李少林
  1. QR

    2下载:
  2. 在对矩阵进行拟上三角化的基础上利用带双步位移的QR分解法求解矩阵的特征值-To be in the upper triangular matrix based on the use of dual-band step-by-step displacement of QR decomposition method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.26kb
    • 提供者:李少林
  1. MetrixVector

    0下载:
  2. vc++实现矩阵特征值与特征向量的计算
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:92.9kb
    • 提供者:youngvery
  1. QR

    0下载:
  2. 矩阵全部特征值的QR方法,包括化一般矩阵为上Hessenberg阵,平面旋转阵(Givens变换阵),用 Givens变换对上Hessenberg阵作QR分解,原点平移加速的QR方法等-Eigenvalue matrix of all the QR methods, including the general of the Hessenberg matrix array, planar array rotation (Givens transformation matrix), with the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:249.14kb
    • 提供者:王强
  1. LinearAlgebra

    0下载:
  2. 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:286.57kb
    • 提供者:李昂
  1. matrix

    0下载:
  2. 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3.22kb
    • 提供者:舞蛳
  1. QR

    0下载:
  2. 数值分析中,用QR方法去计算矩阵的特征值,从而求的线性方程组的解-Numerical analysis, with the QR method to calculate the eigenvalue, and thus seek the solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3.41kb
    • 提供者:张勇
  1. QR

    0下载:
  2. 求矩阵特征值,变一般矩阵为赫申伯格矩阵的算法以及实赫申伯格矩阵的QR算法的c++代码-Matrix eigenvalue, change the general matrix of He Shen Berg matrix algorithm and implementation of He Shen QR algorithm Berg matrix c++ code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.78kb
    • 提供者:
  1. geteig

    0下载:
  2. 利用现将矩阵变为上贺申伯矩阵,在利用QR分解的方法求任意矩阵的特征值-Hesien by now on the matrix into matrix, QR decomposition in the use of any method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.34kb
    • 提供者:杨文晋
  1. Decomposition_QR

    0下载:
  2. QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:585byte
    • 提供者:徐默涵
  1. QR-algorithm-for-matrix-value

    1下载:
  2. 带双步位移的QR分解求特征值算法(C语言版)。-the QR decomposition algorithm for the characteristic value
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:2.26kb
    • 提供者:liuyuan
  1. QR-algorithm

    0下载:
  2. 求解矩阵特征值的QR算法详细解释外加例子分析-QR algorithm for solving matrix eigenvalue explained in detail plus examples
  3. 所属分类:Algorithm

    • 发布日期:2016-06-16
    • 文件大小:453kb
    • 提供者:wade
  1. QR

    0下载:
  2. 一种可靠的数值分析程序,OR法解特征值程序-A reliable numerical analysis program OR method for solving eigenvalue program
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:43.6kb
    • 提供者:*程
  1. QR

    0下载:
  2. 求解对称三角阵的全部特征值与特征向量的QR方法-QR method of solving all eigenvalues ​ ​ and eigenvectors of a symmetric triangular matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1.47kb
    • 提供者:meiyong
  1. QR-decomposition

    0下载:
  2. QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,-QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:1.2mb
    • 提供者:谢慧明
« 12 3 4 »
搜珍网 www.dssz.com