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

搜索资源列表

  1. matlab1

    0下载:
  2. matlab最大特征值计算,很简单,对矩阵中数据替换就可以。-matlab largest eigenvalue calculation is very simple replacement of the data matrix can.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1347
    • 提供者:张强
  1. fist

    0下载:
  2. 求矩阵的最大特征值、最小特征值、模最小特征值-The largest eigenvalue, the smallest eigenvalue of the Smallest Eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1590
    • 提供者:Dennis
  1. Corporate-profits-reasonable-use

    0下载:
  2. 运用幂法求解矩阵的最大特征值、特征向量、一致性指标和随机一致性比率。-Using the power method to solve the largest eigenvalue matrix, eigenvector, consistency index and random consistency ratio.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:947
    • 提供者:袁骏杰
  1. buaa_shuzhi_diyiti

    0下载:
  2. 已知题目501×501的矩阵A,要求求出:①A的最小特征值 、最大特征值 、绝对值最小的特征值 ,②A的与数 最接近的特征值 (k=1,2,…,39),③A的条件数 和行列式的值 。-Known subject of the matrix 501 × 501 A, requires obtained: ① A minimum eigenvalue, maximum eigenvalue, the smallest absolute eigenvalue, ② A number of the cl
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:403884
    • 提供者:zxy
  1. powermethod-andinversepowermethod

    0下载:
  2. 对于大型稀疏矩阵(501乘501),用幂法求其按模最大特征值和最大特征值,用反幂法求其按模最小特征值和距离给定数字最近的特征值,求得了矩阵的条件数和行列式,讨论迭代初始向量的选取对计算结果的影响。-For large sparse matrix (501 x 501), with the power method for the maximum modulus of its eigenvalues ​ ​ and by the largest eigenvalue, with
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:116378
    • 提供者:朱付涛
  1. power

    0下载:
  2. 计算矩阵绝对值最大特征值的乘幂法的mpi并行算法-the maximum of eigenvalue
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1461
    • 提供者:sp
  1. eig_powershift

    0下载:
  2. 利用原点唯一幂法求解矩阵的最大特征值及其对应的特征向量-Of origin only power method for solving matrix eigenvalue and its corresponding feature vector
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:709
    • 提供者:QiaoKexin
  1. Power-law

    0下载:
  2. 数值分析中,用幂法和反幂法去计算矩阵的最小特征值和最大特征值-Numerical analysis, using the power method and inverse power method to calculate the minimum eigenvalue of the matrix and the largest eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2467
    • 提供者:张勇
  1. mifa

    0下载:
  2. 数值分析中使用幂法求解矩阵的最大特征值,求解精度可以任意设置,并且嵌入了加速算法,具有较高的计算效率-Numerical analysis using the power method to solve the matrix eigenvalue solution accuracy can be arbitrarily set, and embedded in the accelerated algorithm has high computational efficiency
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:1322
    • 提供者:蜗牛
  1. ahp-VCPP6.0

    0下载:
  2. 层次分析法 判断矩阵的输入,计算最大特征值及对应的特征向量,并做一致性检验-Analytic Hierarchy Process to determine the matrix input to calculate the maximum eigenvalue and corresponding eigenvectors, and consistency test
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:29711
    • 提供者:周美丹
  1. VC-largest-eigenvalue-of-the-matrix

    0下载:
  2. 通过VC++语言 求矩阵的最大特征值 利用迭代算法 有精确度-Matrix VC++ language largest eigenvalue accuracy using an iterative algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:919533
    • 提供者:xiang
  1. maxvec

    0下载:
  2. 用IDL语言编写的计算实对称矩阵的的最大特征值与特征向量,可在主成分分析和偏最小二乘分析中应用。-the procedure uses IDL language to calculate the biggest eigenvalues ​ ​ and corresponding eigenvectorsof a real symmetric matrix A , and is very useful for principal component analysis and p
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:664
    • 提供者:许许
  1. chengmifa

    0下载:
  2. 用fortran语言编程求乘幂法求矩阵的最大特征值源代码。-Used fortran language programming matrix Iterarion Method seeking the maximum eigenvalue source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1607
    • 提供者:Lucy
  1. Calculator

    1下载:
  2. Qt写的一个计算器,很不错。主要用到的算法有:后缀式表达式求值、部分选主元高斯消去法求阶梯矩阵,(非)线性方程组等、分段求大整数开方、初等相似变换及QR方法计算全部特征值、反幂法求最大特征值、遗传算法求复系数多项式所有根等。-Qt to write a calculator, very good. The main use of algorithm: the postfix expression evaluation, part of the pivoting Gauss elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1591697
    • 提供者:王晓龙
  1. pro

    0下载:
  2. 幂法求矩阵特征值程序 幂法求矩阵特征值(最大特征值及其对应的特征向量)-Matrix eigenvalue power law program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:822
    • 提供者:zhao
  1. PCA_K

    0下载:
  2. PCA的思想为将图像的协方差矩阵分解,获得分解后的方向向量。然后将数据分别投影到某一个方向上去,获得与原图象近似的图像。当然,与最大特征值所对应的特征向量方向获得最好的图像。因此,PCA方法可以作为降维的一种方法。留下在某些方向较好的图像,而抛弃那些在另外一些方向上不好的图像。-PCA ideas as to decompose the covariance matrix of the image, the direction vector obtained after decompositio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1144
    • 提供者:fuliting
  1. cengcifenxifa

    0下载:
  2. 层次分析法是将决策问题按总目标、各层子目标、评价准则直至具体的备投方案的顺序分解为不同的层次结构,然后得用求解判断矩阵特征向量的办法,求得每一层次的各元素对上一层次某元素的优先权重,最后再加权和的方法递阶归并各备择方案对总目标的最终权重,此最终权重最大者即为最优方案。这里所谓“优先权重”是一种相对的量度,它表明各备择方案在某一特点的评价准则或子目标,标下优越程度的相对量度,以及各子目标对上一层目标而言重要程度的相对量度。层次分析法比较适合于具有分层交错评价指标的目标系统,而且目标值又难于定量描述
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1438
    • 提供者:
  1. AHP

    0下载:
  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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1032
    • 提供者:ta2usu
  1. faofou_v21

    0下载:
  2. 本科毕设要求参见标准测试模型,在MATLAB中求图像纹理特征,AHP层次分析法计算判断矩阵的最大特征值。- Undergraduate complete set requirements refer to the standard test models, In the MATLAB image texture feature, Calculate the maximum eigenvalue judgment matrix of AHP.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6947
    • 提供者:刘学利
  1. jengsing

    0下载:
  2. AHP层次分析法计算判断矩阵的最大特征值,计算十字叉丝的在不同距离的衍射图像,数据模型归一化,模态振动。- Calculate the maximum eigenvalue judgment matrix of AHP, Calculation crosshairs diffraction image at different distances, Normalized data model, modal vibration.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6055
    • 提供者:董宝鱼
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com