搜索资源列表

  1. dimethod

    0下载:
  2. 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量,几个常用的算法 -code about matrix vectors and the value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:tesla
  1. pro

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zhao
  1. PAGERANK

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

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  1. szfx1

    0下载:
  2. 采用幂法和反幂法计算矩阵的特征值和特征向量-Using the power method and inverse power method for calculating the eigenvalue and eigenvector of the matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:luomenghao
  1. eigenvectors-algorithm

    0下载:
  2. 使用VC++ 幂法求解稀疏矩阵的特征向量和特征值-Eigenvectors and features the use of the power method for solving sparse matrix values
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:zhanglw
  1. power-method

    0下载:
  2. 在数值分析中,会用到幂法,简便了计算过程,提高了运算效率-Simple power method, the calculation process, and improve the operation efficiency
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:季秋峰
  1. powerMethod

    0下载:
  2. 这个Fortran程序的目的是按照幂法计算希尔伯特矩阵的本征值,其可以用来作为计算数学课堂上的测试程序。-This Fortran code is used to calculate the eigenvalues of Hilbert Matrix, which also can be worked as text program in computational mathematics.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:267264
    • 提供者:罗强
  1. Eigenvalues

    0下载:
  2. 利用正交幂法构建一组正交向量,求矩阵所有的特征向量- Matrix method using orthogonal power all eigenvectors
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:guyuqian
  1. numericalexercise2

    0下载:
  2. 这是在VS2010环境下编的.C程序文件,数值分析大作业,北航2015年数值分析A大作业二(幂法、反幂法、QR分解),本人新编的代码比以往版本逻辑更简单更易读。解释清楚,可做C语言新入门者的学习范例-This is in the VS2010 environment compiled C program files. Numerical analysis of the job, the Beijing University of Aer
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:6221824
    • 提供者:王霞
  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. 所属分类:多媒体编程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:lei666502
  1. power-methodaa-inverse-power-method

    0下载:
  2. 幂法和反幂法求特征值,编译即可运行,需要文件输入-power method&& inverse power method,the program can run successfully, you need a file for input
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:
  1. A_hw1

    0下载:
  2. 利用幂法、反幂法求矩阵按模最大、最小特征值以及矩阵的行列式与条件数-By using the power method, the inverse power method is used to find the maximum and minimum eigenvalue of the matrix, and the determinant and condition number of the matrix.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:biggd
  1. Matrix

    0下载:
  2. 实现一个矩阵类,该类包含简单的矩阵运算,矩阵求行列式,初等变换法矩阵求逆,雅可比法矩阵特征值分解,householder变换法矩阵QR分解,矩阵LU分解,QR分解与反幂法求矩阵特征值与特征向量。 -A matrix class, include simple matrix operator, determinant of matrix, inverse of matrix, matrix eigenvalue decompose b
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:68608
    • 提供者:高勇
  1. Desktop

    0下载:
  2. 幂法迭代算法可以计算物理系统的基态本征能量和基矢-Power method iterative algorithm to calculate the physical system of the ground state and ground state vector
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:乔乔
  1. inverse-power-method

    0下载:
  2. 利用程序实现反幂法计算矩阵特征值和特征向量-we compute the matrix eigenvalues and eigenvectors using the inverse power method through the program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:林雪
  1. Numercial

    0下载:
  2. 采用数值分析课程中的幂法与反幂法以及LU分解,计算大型矩阵的特征值。-The eigenvalues of the large matrix are calculated by the power law, the inverse power method and the LU decomposition in the course of numerical analysis.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2092032
    • 提供者:Chaowei
  1. eigenvalue

    0下载:
  2. 两种不同的方法求矩阵特征值,包括幂法和qr法-Two different methods for the matrix eigenvalue, including power method and qr method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:ZHANCHENCHAO
  1. Numerical Analysis Matlab

    0下载:
  2. 研究生数学之数值分析课程会用到的Matlab程序,含最佳逼近、幂法、各个迭代法等等。(Graduate mathematics numerical analysis course will use Matlab procedures, including the best approximation, power law, iterative methods, and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:songturakozow
  1. inverse_power_method

    0下载:
  2. 逆幂法(inverse power method)的思想和方法,以及求解实际线性方程组的程序(Inverse power law ideas and methods, as well as the solution of the actual linear equations of the program)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:263168
    • 提供者:LvXindi
  1. final

    0下载:
  2. 幂法、反幂法的计算实例,用一个501阶矩阵为例(Calculation examples of power method and inverse power method)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:pangpangc
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

源码中国 www.ymcn.org