CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matrix QR

搜索资源列表

  1. numerical_analysis_QR_decomposition

    0下载:
  2. 本程序用带双步位移的QR分解法求一给定矩阵的全部特征值,并对其中的每一个实特征值求相应的特征向量,给出算法的设计方案和全部源程序,计算并输出如下内容:(1)矩阵经过拟上三角化后所得的矩阵;(2)对矩阵进行QR分解后所得的矩阵Q、R和RQ;(3)矩阵的全部特征值;(4)矩阵的相应于实特征值的特征向量。-The program uses two-step displacement with QR decomposition method find all the characteristics of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:303091
    • 提供者:abler
  1. QRR

    0下载:
  2. QR算法,用于分解一个矩阵成正交矩阵和上三角矩阵的乘积-QR algorithm for decomposing a matrix into orthogonal matrices and upper triangular matrices
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2574
    • 提供者:lud
  1. ZXing-1.3

    0下载:
  2. ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 -ZXing is an open source Java class library used to resolve a variety of formats 1D/2D bar code. Goal is to be able to QR codes, Data Matrix, UPC' s 1D bar code decoding.
  3. 所属分类:android

    • 发布日期:2017-06-20
    • 文件大小:33187057
    • 提供者:xingchao
  1. qiutezhenggen

    0下载:
  2. 使用QR算法求对称矩阵的特征值和特征向量-QR Algorithm for Symmetric matrix with the eigenvalues ​ ​ and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2397
    • 提供者:
  1. 0qrjava

    0下载:
  2. 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计-Matrix eigenvalues ​ ​ and eigenvectors of the algorithms: QR algorithm. For solving linear equations, and inverse power law algorithm design
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1956252
    • 提供者:yaaaa
  1. ZXing-1.3

    0下载:
  2. ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。-ZXing is an open source Java class library used to resolve a variety of formats 1D/2D bar code. Goal is to be able to QR codes, Data Matrix, UP
  3. 所属分类:android

    • 发布日期:2017-06-20
    • 文件大小:32872122
    • 提供者:peter
  1. hessenberg

    0下载:
  2. 把复矩阵上hessenberg化,再应用qr算法可以求矩阵的特征值和特征向量-Hessenberg based on the complex matrix, then apply the qr algorithm can find eigenvalues ??and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:618
    • 提供者:qintao
  1. isvd-0.1

    0下载:
  2. QR分解用于矩阵的分解,矩阵可以是任意位数的矩阵-QR decomposition for matrix decomposition, matrix, the matrix can be any digit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:424260
    • 提供者:Better
  1. Schimdt

    0下载:
  2. 可以用来求任意形式矩阵的正交矩阵,同时可以用来进行矩阵的QR分解-Can be used to seek any form of matrix orthogonal matrix, the matrix also can be used for the QR decomposition
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1111456
    • 提供者:瞪剜掏
  1. two-stepQRmethod

    1下载:
  2. 对于一个10乘10矩阵,先拟上三角化,再用带双步位移的QR方法求矩阵的特征值(包括复数特征值),再用列主元高斯消去法求矩阵的特征向量。-For a 10 by 10 matrix, first proposed on the triangulation, and then with a two-step displacement of the QR method, to calculate the eigenvalues ​ ​ of the matrix (includin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:482200
    • 提供者:朱付涛
  1. csstq

    0下载:
  2. 用变形QR方法计算实对称三角矩阵全部特征值与对应的特征向量-Deformation of the QR method to calculate the real symmetric triangular matrix all eigenvalues ​ ​ and corresponding eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1182
    • 提供者:wanglei
  1. matlba

    0下载:
  2. 三种求矩阵特征值的matlab实现:乘幂法、QR算法、yaccbi法求特征值-Eigenvalues of the three Matrix matlab implementation: power method, QR algorithm, yaccbi Eigenvalue Method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1764
    • 提供者:luckyboy
  1. hbqr

    0下载:
  2. Hessenberg变换QR法先用初等相似变换将一般实矩阵约化为Hessenberg矩阵,即赫申伯格(Hessenberg)矩阵。再用用带原点位移的QR算法计算赫申伯格矩阵的全部特征值与相应的特征向量。-Hessenberg transform QR method with elementary first similarity transformation matrix will generally about into Hessenberg matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:5708
    • 提供者:戴敏
  1. HHQR

    0下载:
  2. 对于一个实对称矩阵A,QR算法采用的是Householder矩阵,先将A约化为对称三对角矩阵,然后再用QR法求对称三角矩阵的特征值和特征向量- for A real symmetric matrix A, QR algorithm USES is the Householder matrix, the first A symmetrical about into three diagonal matrix, and then use QR method for the symmetric tri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:5794
    • 提供者:戴敏
  1. Untitledqr

    0下载:
  2. 基于QR分解的波束成形,掐你条件是已知信道完全信息,然后对信道状态H进行分解,求出波束赋形矩阵-Beam forming based on QR decomposition, pinch your condition is known channel completely, and then decompose the channel state H, and calculate beamforming matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:958
    • 提供者:李菊芳
  1. EigenvalueCaculate

    0下载:
  2. pascal版的矩阵特征值计算,使用QR分解法,迭代次数需要自己设置 -pascal version of the matrix eigenvalue calculation, using the QR decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1105
    • 提供者:胡丹青
  1. Matrix_test

    0下载:
  2. 在vs2010中实现了一个矩阵类主要功能有矩阵间的基本运算,矩阵下标访问,矩阵的LU分解,QR分解,特征值,矩阵的秩,矩阵的范数,以及基于矩阵元素的基本函数运算。-Vs2010 in the matrix between the main function of a matrix class operator matrix subscr ipting matrix LU decomposition, QR decomposition, eigenvalues, the rank of the m
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2560229
    • 提供者:dragon
  1. LAPACK-3.4.1.tar

    1下载:
  2. LAPACK,其名為Linear Algebra PACKage的縮寫,是一以Fortran程式語言寫就,用於數值計算的函式集。 LAPACK提供了豐富的工具函式,可用於諸如解多元線性方程式、線性系統方程組的最小平方解、計算特徵向量、用於計算矩陣QR分解的Householder轉換、以及奇異值分解等問題。-LAPACK (Linear Algebra PACKage) is a software library for numerical linear algebra. It provides
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7466248
    • 提供者:魏晓宇
  1. JQRrara

    0下载:
  2. Java实现QR分解法求矩阵的的所有特征值及特征向量 -Java implementation of the QR decomposition matrix of all the eigenvalues ​ ​ and eigenvectors
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3396
    • 提供者:nanyi5452
  1. gaodengshuxue

    0下载:
  2. 可实现的算法:软件说明: 1.全主元高斯约当消去法2.LU分解法3.追赶法4.五对角线性方程组解法5.线性方程组解的迭代改善6.范德蒙方程组解法7.托伯利兹方程组解法8.奇异值分解9.线性方程组的共轭梯度法10.对称方程组的乔列斯基分解法11.矩阵的QR分解12.松弛迭代法第2章插值1.拉格朗日插值2.有理函数插值3.三次样条插值4.有序表的检索法5.插值多项式6.二元拉格朗日插值-The algorithm can be realized: Software Descr iption:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1442301
    • 提供者:liuwei
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com