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

搜索资源列表

  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. hertt

    0下载:
  2. 矩阵的最大特征值的幂法. 对于工程计算而言,矩阵的特征值和特征向量都是相当重要和常见的数据,这里给出的幂法是一种常见的求解方法,用的是迭代的思想。 符号说明: 1A为待求的矩阵, 2Uk,Vk为迭代用的列向量。 3最后的最大特征值maxLamda由最后一次的max(Uk)-----求Uk中的绝对值最大的元素的绝对值.所决定。 而maxLamda所对应的特征向量由最后一次迭代的Vk所决定. 主要的想法就是先选一个不为0的初始向量U0!=0,然后按下面的式
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3328
    • 提供者:bass
  1. eig_mifa

    0下载:
  2. 用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:852
    • 提供者:陈涛
  1. kl

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

    • 发布日期:2008-10-13
    • 文件大小:64866
    • 提供者:ly
  1. AHP_code

    0下载:
  2. AHP层次分析法计算判断矩阵的最大特征值、权系数向量及权重总排序,简便实用。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:6153
    • 提供者:高昕
  1. metrics

    0下载:
  2. 用牛顿法求解矩阵特征值,具体最 大 特征值迭代变量,分析了使用最 小 特征值迭代变量迭代时发散的原因。程序中有详细注释
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 利用幂法求矩阵的最大特征值,还包括一些相应的辅助函数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2392
    • 提供者:李郁
  1. 作业1

    0下载:
  2. 用幂法与反幂法求矩阵的最大特征值及最小特征值-with power law with the anti-power method for matrix eigenvalue of the largest and the smallest eigenvalue
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15385
    • 提供者:杨鸿元
  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. 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. 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. 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
    • 文件大小:293444
    • 提供者:李昂
  1. EE

    0下载:
  2. 这个程序实现了计算矩阵特征值,包括最大的和最小的。-This program enables calculation of matrix eigenvalues, including the largest and smallest.
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:19773
    • 提供者:SHIJIA
  1. SVD

    2下载:
  2. 常规DOA谱估计music算法在多径环境下失效,SVD算法利用最大特征值对应的特征矢量重新构造奇异值矩阵,可以成功估计相干信号。-Conventional music spectrum estimation algorithm for DOA in multipath environment, failure, SVD algorithm using the maximum eigenvalue of the feature vector corresponding to re-construc
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:946
    • 提供者:ll
  1. EigValCalc

    1下载:
  2. 数值计算:使用幂法、反幂法、LU分解等求解矩阵的按模最大特征值、按模最小特征值、第二条件数以及矩阵行列式值的C++源码实现-C++ implemented Power Method, Inverse Power Method, LU to calculate the eigen & det value of a matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-08-22
    • 文件大小:641613
    • 提供者:Smyle
  1. work1

    0下载:
  2. 计算一个501×501带状矩阵的最大特征值、最小特征值、谱范数条件数和行列式值。內附完整的问题描述说明文档。-Calculating a 501 × 501 matrix band maximum eigenvalue, the smallest eigenvalue, spectral norm condition number and determinant values. Included a complete descr iption of the problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:289030
    • 提供者:luckyxuexue
  1. zuoye1

    0下载:
  2. 北航数值分析作业第一题 用幂法、反幂法求一个501*501的矩阵的最小特征值、最大特征值、按模最大特征值以及条件数和行列式.-Northern numerical analysis operations with the first question the power method, inverse power law find a matrix of 501* 501 minimum eigenvalue, maximum eigenvalue, maximum eigenvalue,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:201701
    • 提供者:tongfei
« 1 23 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com