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

搜索资源列表

  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. 幂法求特征值

    1下载:
  2. 用幂法求矩阵的按模最大的特征值,是数值分析里的经典方法-method for using the power of the matrix model by the largest eigenvalue of numerical analysis of the classical method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1057
    • 提供者:陆任秉
  1. SZFX1

    0下载:
  2. 求矩阵的最大特征值-matrix for the largest eigenvalue
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2939
    • 提供者:陈飞
  1. ppca

    0下载:
  2. Probabilistic Principal Components Analysis. [VAR, U, LAMBDA] = PPCA(X, PPCA_DIM) computes the principal % component subspace U of dimension PPCA_DIM using a centred covariance matrix X. The variable VAR contains the off-subspace variance (which
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1268
    • 提供者:西晃云
  1. Covariance

    0下载:
  2. 实现了协方差计算和特征值的结算,存在一个矩阵的通用类,-Realized covariance eigenvalue calculation and settlement, there is a matrix of generic classes,
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:156231
    • 提供者:yslike
  1. AHP.rar

    1下载:
  2. 层次分析法,用matlab编制,输入任何矩阵后,可进行一致性检验,标准化权重向量,最大特征值计算。运行在通过matlab 2008a通过。,AHP using matlab prepared to enter any matrix may conformance testing, standardization of weight vector, the largest eigenvalue calculation. Running through the adoption of matlab
  3. 所属分类:Windows Kernel

    • 发布日期:2015-04-20
    • 文件大小:990
    • 提供者:何再兴
  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
    • 文件大小:1619
    • 提供者:张帆
  1. cgeev0

    0下载:
  2. 调用mkl的矩阵求本征值和本征函数,并得到计算时间-Call MKL for caculate the matrix s eigenvalue and eigenfunction,and get the efficiency
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:871
    • 提供者:小旋风
  1. shuzhiF1

    1下载:
  2. 北航数值分析第一道作业题目——幂法 计算一个501×501带状矩阵的最大特征值、最小特征值-Numerical analysis of the first operation Beihang topic- power method to calculate a 501 × 501 banded matrix of the largest eigenvalue, the smallest eigenvalues
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2211
    • 提供者:weiyiming
  1. program11

    0下载:
  2. 振动作业 之 求解特征值特征向量 多自由度受迫振动分析 利用矩阵分析法中的数学方法-Vibration operation of the Eigenvalue eigenvector solving multi-DOF forced vibration analysis using matrix analysis of the mathematical methods
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2021
    • 提供者:metian
  1. solve

    0下载:
  2. 用牛顿法解方程组,迭代法解方程组和求矩阵最大特征值-Newton Method with equations, iterative methods for solution of matrix equations and the largest eigenvalue
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2172
    • 提供者:张志敏
  1. chengmi

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

    • 发布日期:2017-04-03
    • 文件大小:1102
    • 提供者:崔深
  1. MAXROOT

    0下载:
  2. 此程序用fortran语言编写,主要功能是用乘幂法求矩阵的最大特征根。-This procedure used fortran language, the main function is used by power-law matrix of the largest eigenvalue.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:12947
    • 提供者:
  1. KLtransform

    0下载:
  2. (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。 -(1) the application of 9 × 9 window
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2766
    • 提供者:龙活
  1. mifa

    0下载:
  2. 运用幂法求矩阵的主特征值(及最大特征值)-The use of power-law matrix of the main features of value (and the largest eigenvalue)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:895
    • 提供者:胡珍
  1. caculate_greatest_eigen

    0下载:
  2. 快速计算matrix最大特征值,只计算最大的,速度比较快,适合讲究效率的场合-Fast Calculation of the largest eigenvalue matrix, only the largest and faster for efficient occasions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2164
    • 提供者:lijianyuan
  1. tezhengzhi

    0下载:
  2. 求矩阵的特征值 可以方便快捷的计算矩阵的特征值 其中包括零矩阵-Eigenvalue matrix can be convenient and efficient calculation of matrix eigenvalues, including zero matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3565
    • 提供者:苏雅
  1. mtl4-alpha-1-r6418

    0下载:
  2. 矩阵运算源码最新版本,支持矩阵乘法、转置求逆,特征值特征向量等操作。-Source the latest version of matrix operations in support of matrix multiplication, transpose inverse, eigenvalue eigenvector and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:385120
    • 提供者:刘小刚
  1. Mathcalculationprocedures

    0下载:
  2. 该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integration, numerical solution of di
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6612
    • 提供者:刘利斌
  1. The eigenvector of the eigenvalue

    0下载:
  2. 求解一个矩阵的最大特征根及最大特征根对应的特征向量,并对其归一化,求出权向量。主要用来解决数学建模层次分析法中需求解的各指标权重值。以及附带了几个动态图形的制作编程(The eigenvector of the largest eigenvalue and the largest eigenvalue of a matrix is solved and normalized, and the weight vector is obtained. It is mainly used to solv
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:sixsixsixwk
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 34 »
搜珍网 www.dssz.com