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

搜索资源列表

  1. Matrix

    0下载:
  2. 矩阵运算类:矩阵的数学运算、 矩阵特征值特征向量的求取
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9.84kb
    • 提供者:pooly
  1. 用雅克比发方法求矩阵特征值和特征向量

    4下载:
  2. 用雅克比发方法求矩阵特征值和特征向量,并判断是否可以收敛-Made with the Jacobian matrix method, to calculate the eigenvalues ​ ​ and eigenvectors, and determine whether convergence
  3. 所属分类:压缩解压

    • 发布日期:2013-01-07
    • 文件大小:4.89kb
    • 提供者:linda
  1. Java实现QR分解法求矩阵的所有特征值及特征向量

    2下载:
  2. Java实现QR分解法求矩阵的所有特征值及特征向量,Java realization of QR decomposition for matrix eigenvalues and all eigenvectors
  3. 所属分类:数值算法/人工智能

    • 发布日期:2015-05-06
    • 文件大小:3.29kb
    • 提供者:maria
  1. QR_algrithm.rar

    6下载:
  2. 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
  3. 所属分类:matlab

    • 发布日期:2015-11-01
    • 文件大小:1.92kb
    • 提供者:赵亮
  1. cengcifa.rar

    0下载:
  2. 用于层次分析法的一致性验证,及顺便求矩阵的最大特征值特征向量。,Analytic hierarchy process for the verification of consistency, and the way for the largest eigenvalue matrix eigenvectors.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:575byte
    • 提供者:yangkaihua
  1. AHP

    0下载:
  2. 数学建模实验&matlab实现求矩阵特征值特征向量AHP方法的建模与实现 计算矩阵特征值、特征向量;AHP方法的建模与实现 数学建模实验&matlab实现求矩阵特征值特征向量AHP方法的建模与实现-Experimental & matlab implementation of mathematical modeling to evaluate matrix eigenvalue eigenvector method of AHP Modeling and Implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:33.74kb
    • 提供者:jk
  1. double_QR

    1下载:
  2. 运用双线性QR分解法求矩阵特征值及特征向量,并含有QR分解法子程序-Use of bilinear matrix QR decomposition method for eigenvalue and eigenvector and contains procedures for QR decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:8.67kb
    • 提供者:zonk
  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
    • 文件大小:2.7kb
    • 提供者:龙活
  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
    • 文件大小:376.09kb
    • 提供者:刘小刚
  1. Jacobian_algorithm

    0下载:
  2. 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.28kb
    • 提供者:海拉
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22.08kb
    • 提供者:shiping
  1. pls

    0下载:
  2. 偏最小二乘程序 标准化 求矩阵的最大特征值及对应特征向量-pls
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:4.37kb
    • 提供者:晓柳
  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
    • 文件大小:286.57kb
    • 提供者:李昂
  1. matrix

    0下载:
  2. 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3.22kb
    • 提供者:舞蛳
  1. two-stepQRmethod

    1下载:
  2. 对于一个10乘10矩阵,先拟上三角化,再用带双步位移的QR方法求矩阵的特征值(包括复数特征值),再用列主元高斯消去法求矩阵的特征向量。-For a 10 by 10 matrix, first proposed on the triangulation, and then with a two-step displacement of the QR method, to calculate the eigenvalues ​ ​ of the matrix (includin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:470.9kb
    • 提供者:朱付涛
  1. Jacobi.m

    0下载:
  2. 雅克比法求矩阵特征值特征向量,已在matlab上编译成功,直接可用-Jacobi method for matrix eigenvalue eigenvector has been compiled successfully in matlab, directly available
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.09kb
    • 提供者:juicy
  1. 实矩阵特征值问题求解

    0下载:
  2. 求解实数矩阵的特征值和特征向量(10阶以内的矩阵),对于亏损矩阵可以求出相应的根向量(The eigenvalues and eigenvectors of the real number matrix (the matrix within 10 orders) are solved, and the corresponding root vectors can be found for the loss matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:23kb
    • 提供者:yzh56
  1. n维矩阵的特征值的一种新求法

    0下载:
  2. n维矩阵的特征值的一种新求法,可实现特征值特征向量的求值(a new algorithm to calculate the aigenvalue of N dimensions matrix, aigenvalue and aigenvector can be worked out)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:5kb
    • 提供者:bingcheng888
  1. 层次分析法求特征值与特征向量

    0下载:
  2. 层次分析法来求得任何一个矩阵的特征值,特征向量,归一化向量(The analytic hierarchy process (AHP) is used to obtain the eigenvalues, eigenvectors and normalization vectors of any matrix)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:T110011
  1. QR分解求矩阵特征值特征向量 C语言

    3下载:
  2. QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)
  3. 所属分类:其他

    • 发布日期:2020-04-06
    • 文件大小:27kb
    • 提供者:sunnyzhujj
« 12 3 4 5 6 »
搜珍网 www.dssz.com