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

搜索资源列表

  1. Work1

    1下载:
  2. 北航数值分析大作业第一题:矩阵的QR分解求特征向量。代码是我在理学院本科期间写的,所有结果已经过Matlab及Mathematica验证,保证算法正确实现。-Numerical analysis of Beihang great job the first question: QR decomposition of matrix eigenvector. Code is written during my undergraduate logical Institute, all results
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:11411
    • 提供者:邹洪斌
  1. zuoye2

    1下载:
  2. 北航数值分析作业第二题 用带双步位移的QR分解法求矩阵的全部特征值,并对其中的每个特征值求特征向量。-The second question Beihang numerical analysis operations with two-step displacement with QR decomposition of a matrix with all the characteristics of value, and one of the feature vector for each
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:246475
    • 提供者:tongfei
  1. 1

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

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

    0下载:
  2. 利用QR分解法求一个10*10矩阵的特征值-QR decomposition method to use a 10* 10 matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1784
    • 提供者:jjx
  1. MetrixVector

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

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

    0下载:
  2. 基于GM算法和QR分解实现的稳健奇异值分解算法,通过该算法可以获取一个数居阵的稳健方差-协方差阵。在该稳健方差-协方差阵上可以进行诸如,稳健主成份分解、稳健聚类、稳健因子分析等操作。-GM based on QR decomposition algorithm and the realization of the stability of singular value decomposition algorithm, the algorithm can be accessed through a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:206382
    • 提供者:徐林林
  1. eigenvalue

    0下载:
  2. 矩阵的本征值以及本征向量求解的数值程序,包括QR方法,householder方法等-Matrix eigenvalue and eigenvector of the numerical solving procedures, including the QR method, householder methods
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:2436787
    • 提供者:叶飞
  1. CH3

    0下载:
  2. 3.2 实对称三对角阵的全部特征值与特征向量的计算csstq.c 3.3 约化一般实矩阵为赫申伯格矩阵的初等相似变换法chhbg.c 3.4 求赫申伯格矩阵全部特征值的QR方法chhqr.c 3.5 求实对称矩阵特征值与特征向量的雅可比法cjcbi.c-3.2 real symmetric tridiagonal matrix of all eigenvalues and eigenvectors of the calculation of csstq.c 3.3 Reduced g
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:7613
    • 提供者:yangasdtat
  1. EigenvalueVectorRealTriangleQR

    0下载:
  2. 矩阵特征值与特征向量的计算,实对称三角阵全部特征值及特征向量QR法-Matrix eigenvalue and eigenvector calculations, all the characteristics of real symmetric triangular matrix value and the QR method eigenvector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:742
    • 提供者:shenzhou
  1. all_source_files

    0下载:
  2. 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:8220
    • 提供者:Daniel Kung
  1. qrtrannnn

    0下载:
  2. 功能:对矩阵A的左上角的m阶对角块作QR变换:先用Givens变换作QR分解A=QR, 再作相似变换A:=Q AQ=RQ. 输入: n阶HessenbergA,其中A(m+1,m)=0,m>2. 输出: 变换后的Hessenberg形矩阵A. 2 用基本QR算法求实方阵的全部特征值.-Function: the upper left corner of the matrix A, diagonal blocks of order m to QR transfor
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:968
    • 提供者:huanhuan
  1. Homework_1

    0下载:
  2. c++实现的各种矩阵分解,如QR分解,其中通过多种多样的形式来实现可以学习,非常值得学习,是我们大部分的经典作业程序。-c++ to achieve a variety of matrix decomposition, such as the QR decomposition, which through a variety of forms to achieve can learn, well worth learning, and most of our classic operating
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:674878
    • 提供者:李文
  1. QR_and_Least_Square_problems

    0下载:
  2. 如何对随机生成的矩阵进行QR分解和并利用QR分解解决最小二乘问题.-Use Householder reflector to compute the QR factorization of a randomly generated matrix and then solve the Least-Square problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1540
    • 提供者:独孤星
  1. newQRok

    0下载:
  2. 数值符号计算中利用QR分解求解方程的程序,经过病态矩阵的验证,程序有较高的精确性-Symbolic computation in numerical solving equations using QR decomposition process, through the ill-conditioned matrix of validation, the program has high accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1832
    • 提供者:宋健
  1. juzhengsuoyouyunxuan

    0下载:
  2. 文件列表
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:85828
    • 提供者:ljl
  1. ZXing-1.5

    1下载:
  2. ZXing是一个Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 -ZXing is a Java class library for parsing multi-format 1D/2D barcode. Goal is to be able to QR codes, Data Matrix, UPC of 1D bar code decodin
  3. 所属分类:Java Develop

    • 发布日期:2017-06-22
    • 文件大小:43270837
    • 提供者:lyswy
  1. HHBG

    0下载:
  2. 采用QR方法求解矩阵特征值,同时实现矩阵求逆-Using QR method for solving matrix eigenvalue, while achieving the inverse matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1737
    • 提供者:肖天雄
  1. yakebi

    0下载:
  2. 数值算法解方程求赫申伯格阵全部特征值QR法的程序源码-Numerical Algorithms for Solving the Matrix Equation for Hoeschen Berg value of all the characteristics of program source code QR method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:23104
    • 提供者:guoguo
  1. SphereDecoder

    0下载:
  2. 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3252
    • 提供者:bennytang
  1. QRDecomposition

    0下载:
  2. HouseHolder tridiagonalization 방 법 을 사 용 하 여 similar matrix인 tridiagonal matrix를 계 산 한 다 . - tridiagonal matrix에 QR decomposition 방 법 을 사 &
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:370198
    • 提供者:Kim
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com