搜索资源列表
power_method
- 幂法与反幂法求解矩阵特征值的C语言算法实现:本代码以Hilbert矩阵为计算对象,单纯运用C语言进行矩阵的操作以实现幂法与反幂法求解矩阵特征值的算法,应用Matlab软件对计算结果进行检验,计算结果准确无误。
幂法求解特征值
- 幂法求解方阵特征值和特征向量的源程序
QR_algrithm.rar
- 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
SolveEigenvalue
- 自己编写的程序,用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.
mifa_eigen
- 使用经典的幂法求解矩阵的按模最大的特征值-to find out the largest eigenvalue of a matrix by the classical method
matrix
- 用反幂法求解矩阵的最小特征值,主要的困难时矩阵的分解-Method using anti-power of the smallest eigenvalue matrix
fanmifa
- 用反幂法求解矩阵按模最小特征值及特征向量。数值分析c程序。-With the inverse power law model by solving matrix eigenvalue and eigenvector of the smallest. C numerical analysis procedures.
C
- 幂法 程序 [原创]幂法求解矩阵特征值及特征向量-I do not know
all_source_files
- 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
001
- 幂法和反幂法求解矩阵的特征值。数值分析大作业-Power method and inverse power method to solve the eigenvalue of matrix.
pow
- pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
Corporate-profits-reasonable-use
- 运用幂法求解矩阵的最大特征值、特征向量、一致性指标和随机一致性比率。-Using the power method to solve the largest eigenvalue matrix, eigenvector, consistency index and random consistency ratio.
power-method
- 用幂法反幂法求解方阵的最大最小特征值及其特征向量,C语言程序,基本的数值计算算法-power method and inverse power method
eig_powershift
- 利用原点唯一幂法求解矩阵的最大特征值及其对应的特征向量-Of origin only power method for solving matrix eigenvalue and its corresponding feature vector
shuzhi
- 反幂法求解矩阵的最小特征值; 模特卡洛法求解矩阵某个值附近的特征值,其中采用了瑞丽商加速! -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!
mifa
- 数值分析中使用幂法求解矩阵的最大特征值,求解精度可以任意设置,并且嵌入了加速算法,具有较高的计算效率-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
Mifa_Fanmifa
- 用幂法与反幂法求解矩阵特征值 -Using the power method and inverse power method to solve matrix eigenvalue
power_method
- 幂法求解矩阵特征值。矩阵为带状矩阵,中间5排数值。-a mathmatical method called power method to calculate the eigenvalue of a matrix
PAGERANK
- 一个关于PageRank算法的matlab例程。可以根据surf 算法的邻接矩阵,pagerank搜寻 page rank。使用了幂法求解特征值。-A Matlab example of Google PageRank method.
matlab数值特征值与特征向量计算 实例源程序代码
- 特征值与特征向量的计算 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.