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

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. EigenvalueVectorHessenbergQR

    1下载:
  2. 此为求一般矩阵的赫申伯格阵的所有特征值的QR算法-this for the sake of the general matrix of Hoeschen Burg RUF all the characteristics of the value of the QR algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:山峰
  1. shizhi

    1下载:
  2. 利用隐式QR方法求一个实矩阵全部特征值和特征向量的通用子程序。-use QR method is seeking a full matrix eigenvalue and eigenvectors of generic subroutine.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8763
    • 提供者:管声俊
  1. jacob_QR

    0下载:
  2. jacobi 和QR 算法 用来求解特征值问题 自己编的 不知道是否好用-jacobi and QR algorithm used to solve the eigenvalue problem of their series do not know whether it handy.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:202007
    • 提供者:shipengyi
  1. eig_qr

    0下载:
  2. 使用QR分解方法计算矩阵特征值的matlab源码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1697
    • 提供者:党项南
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. hqr

    0下载:
  2. /// 该程序为求赫申伯格矩阵全部特征值的QR方法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1391
    • 提供者:小景
  1. fangzhen1_ls

    0下载:
  2. QR方法是一种变换方法,是计算一般矩阵(中小型矩阵)全部特征值问题的最有效方法之一.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1001
    • 提供者:杨红滔
  1. Eigenvalue

    2下载:
  2. 这是用C编的计算大矩阵特征值和特征向量的程序。 提供了雅可比法和豪斯荷尔德-QR法两种方法计算矩阵特征值,可实现求取矩阵的特征值,所有结果必须到相应文件夹下(必须同时存放矩阵文件和程序)查看,特征值已经按从小到大的顺序排好。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:195218
    • 提供者:清枫
  1. qrARRY

    0下载:
  2. 用QR法求矩阵全部特征值,qr算法是幕法的推广和变形
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:43052
    • 提供者:cy
  1. QR_LU_Eigenvalue

    0下载:
  2. 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power meth
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4803
    • 提供者:gogomx
  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. feature

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

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

    0下载:
  2. 用多种算法实现任给实对称矩阵的所有特征值,包括雅克比方法、雅克比过关法和QR算法。-Using a variety of algorithms to achieve any real symmetric matrix of all the characteristics of value, including Jacobian methods, Jacobian immigration law and QR algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:182934
    • 提供者:杨怡
  1. QR-Schur-decompositi

    0下载:
  2. QR算法计算一个矩阵的Schur分解。这当然是一个 在特征值的计算中最重要的算法 -QR algorithm to compute the Schur decomposition of a matrix. This is certainly a feature in the calculation of the value of the most important algorithms
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:244555
    • 提供者:丘海健
  1. qr

    0下载:
  2. 利用qr分解求矩阵的特征值-use qr fenjie qiu tezz
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:221924
    • 提供者:jack
  1. QR

    1下载:
  2. 利用QR算法求解非对称矩阵的全部特征值问题。-The use of non-symmetric matrix QR algorithm and all eigenvalues of the problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:xu
  1. eigen-QR

    0下载:
  2. C++矩阵QR分解方法,同时求出对应的特征值和实特征值对应的特征向量-QR for solving the eigenvalues and eigenvectors
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4179140
    • 提供者:唐泽宇
  1. qr_hess_main

    0下载:
  2. 用拟上三角阵的QR方法计算矩阵特征值主函数(Calculating the Main Function of Matrix Eigenvalue by QR Method of Quasi - Triangular Matrix)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:lzp
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30720
    • 提供者:东篱
« 1 2 34 5 6 »
搜珍网 www.dssz.com