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
    • 文件大小:1.03kb
    • 提供者:陆任秉
  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
    • 文件大小:852byte
    • 提供者:陈涛
  1. ykb

    1下载:
  2. 用雅可比方法求矩阵的特征值和特征向量的FORTRAN程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:蔡旭晖
  1. eigenvector2

    0下载:
  2. 求矩阵的特征值的源码,用于求矩阵的特征值.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:lihua
  1. fmf

    3下载:
  2. 反幂法求矩阵的特征值和特征向量 反幂法适用于矩阵的按模最小的特征值和对应的特征向量。 使用说明: 一般的使用过程: 1、修改输入数据 input2.txt 2、编辑源文件 fanmifa.c 3、编译程序 fanmifa.bat 4、运行 fanmifa.exe
  3. 所属分类:数学计算/工程计算

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:李郁
  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
    • 文件大小:15.02kb
    • 提供者:杨鸿元
  1. Work2

    0下载:
  2. 北航数值分析大作业第二题:用幂法和反幂法求501阶矩阵的特征值-Numerical analysis of a large operation Beihang second question: The power method and inverse power law seeking 501 order matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:9.09kb
    • 提供者:邹洪斌
  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
    • 文件大小:240.7kb
    • 提供者:tongfei
  1. Eigenvalue

    2下载:
  2. 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8.22kb
    • 提供者:zengming
  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. 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. last

    0下载:
  2. 数值分析幂法与反幂法求矩阵的特征值,很值得参考-QR method numerical analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.41kb
    • 提供者:张弦
  1. geteig

    0下载:
  2. 利用现将矩阵变为上贺申伯矩阵,在利用QR分解的方法求任意矩阵的特征值-Hesien by now on the matrix into matrix, QR decomposition in the use of any method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.34kb
    • 提供者:杨文晋
  1. hessenberg

    0下载:
  2. 把复矩阵上hessenberg化,再应用qr算法可以求矩阵的特征值和特征向量-Hessenberg based on the complex matrix, then apply the qr algorithm can find eigenvalues ??and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:618byte
    • 提供者:qintao
  1. vetor

    0下载:
  2. 本程序适合学生去求矩阵的特征值和特征向量,对主成分分析有很大的帮助。-This program suitable for students to seek the matrix eigenvalue and eigenvector, the principal component analysis is of great help. 双语对照查看 翻译结果重试 抱歉,系统响应超时,请稍后再试 支持中文、英文免费在线翻译 支持网页翻译,在输入框输入网页地址即可
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:243.02kb
    • 提供者:司马相如
  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. shuzhifenxi

    0下载:
  2. 使用幂法和反幂法求矩阵的特征值和特征向量-Power method and the inverse power method for matrix eigenvalue and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:266.47kb
    • 提供者:刘明
« 12 3 4 5 »
搜珍网 www.dssz.com