CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 幂法求解 特征值

搜索资源列表

  1. power_method

    0下载:
  2. 幂法与反幂法求解矩阵特征值的C语言算法实现:本代码以Hilbert矩阵为计算对象,单纯运用C语言进行矩阵的操作以实现幂法与反幂法求解矩阵特征值的算法,应用Matlab软件对计算结果进行检验,计算结果准确无误。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10.31kb
    • 提供者:Michael_M
  1. 幂法求解特征值

    0下载:
  2. 幂法求解方阵特征值和特征向量的源程序
  3. 所属分类:教育/学校应用

    • 发布日期:2011-11-23
    • 文件大小:9.88kb
    • 提供者:youtooyoutoo
  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. SolveEigenvalue

    0下载:
  2. 自己编写的程序,用jacobi方法来求解对称矩阵的特征值还有用OR算法以及反幂法来求解特征值。-I have written procedures, with jacobi method to solve the symmetric matrix eigenvalue algorithm have to use OR as well as anti-power-law to solve the eigenvalue.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.4kb
    • 提供者:萧筱
  1. mifa_eigen

    0下载:
  2. 使用经典的幂法求解矩阵的按模最大的特征值-to find out the largest eigenvalue of a matrix by the classical method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:701byte
    • 提供者:nancy
  1. matrix

    0下载:
  2. 用反幂法求解矩阵的最小特征值,主要的困难时矩阵的分解-Method using anti-power of the smallest eigenvalue matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.17kb
    • 提供者:huang
  1. fanmifa

    1下载:
  2. 用反幂法求解矩阵按模最小特征值及特征向量。数值分析c程序。-With the inverse power law model by solving matrix eigenvalue and eigenvector of the smallest. C numerical analysis procedures.
  3. 所属分类:Algorithm

    • 发布日期:2015-08-22
    • 文件大小:1.62kb
    • 提供者:林晓风
  1. C

    1下载:
  2. 幂法 程序 [原创]幂法求解矩阵特征值及特征向量-I do not know
  3. 所属分类:Algorithm

    • 发布日期:2015-12-23
    • 文件大小:1.01kb
    • 提供者:
  1. all_source_files

    0下载:
  2. 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:8.03kb
    • 提供者:Daniel Kung
  1. 001

    2下载:
  2. 幂法和反幂法求解矩阵的特征值。数值分析大作业-Power method and inverse power method to solve the eigenvalue of matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.82kb
    • 提供者:hedongjing
  1. pow

    0下载:
  2. pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10.02kb
    • 提供者:陈岩
  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
    • 文件大小:947byte
    • 提供者:袁骏杰
  1. power-method

    0下载:
  2. 用幂法反幂法求解方阵的最大最小特征值及其特征向量,C语言程序,基本的数值计算算法-power method and inverse power method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.73kb
    • 提供者:Bob
  1. eig_powershift

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

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

    0下载:
  2. 反幂法求解矩阵的最小特征值; 模特卡洛法求解矩阵某个值附近的特征值,其中采用了瑞丽商加速! -Inverse power method solving the smallest eigenvalue of the matrix model Carlo method for solving matrix eigenvalue of a value near which Ruili manufacturers to accelerate!
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:758byte
    • 提供者:蜗牛
  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
    • 文件大小:1.29kb
    • 提供者:蜗牛
  1. Mifa_Fanmifa

    0下载:
  2. 用幂法与反幂法求解矩阵特征值 -Using the power method and inverse power method to solve matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:322.1kb
    • 提供者:QianZhou
  1. power_method

    0下载:
  2. 幂法求解矩阵特征值。矩阵为带状矩阵,中间5排数值。-a mathmatical method called power method to calculate the eigenvalue of a matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:2.62kb
    • 提供者:凌含潇
  1. PAGERANK

    0下载:
  2. 一个关于PageRank算法的matlab例程。可以根据surf 算法的邻接矩阵,pagerank搜寻 page rank。使用了幂法求解特征值。-A Matlab example of Google PageRank method.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3.25kb
    • 提供者:
  1. matlab数值特征值与特征向量计算 实例源程序代码

    1下载:
  2. 特征值与特征向量的计算 339   10.1 特征值问题概述 339   10.1.1 特征多项式 339   10.1.2 特征值范围估计 340   10.2 幂法及反幂法 341   10.2.1 幂法 341   10.2.2 幂法的加速 344   10.2.3 反幂法 350   10.2.4 混合幂法 352   10.3 实对称矩阵的Jacobi法 353   10.3.1 Givens变换 353   10.3.2 基本Jacobi法 358   10.
  3. 所属分类:其他

    • 发布日期:2019-04-03
    • 文件大小:12kb
    • 提供者:XWLYF
« 12 »
搜珍网 www.dssz.com