搜索资源列表
powermethod
- C语言幂法程序,幂法的主程序,要用到ElemMatOper.c文件中的函数
ElemMatOper
- 包含矩阵和向量一些基本运算的函数库,powermethod.c: 幂法的主程序,要用到ElemMatOper.c文件中的函数
powermethod
- C语言幂法程序,幂法的主程序,要用到ElemMatOper.c文件中的函数-C-Power Method procedures, the main power law, to use a function of the document ElemMatOper.c
ElemMatOper
- 包含矩阵和向量一些基本运算的函数库,powermethod.c: 幂法的主程序,要用到ElemMatOper.c文件中的函数-Contains some of the basic matrix and vector library operations, powermethod.c: the main power law, to use the document function ElemMatOper.c
Numericalanalysis
- Numerical analysis (Gauss、Bisection、jacobi、Lagrange、Newton、powermethod等)-Numerical analysis (Gauss, Bisection, jacobi, Lagrange, Newton, powermethod, etc.)
powermethod-andinversepowermethod
- 对于大型稀疏矩阵(501乘501),用幂法求其按模最大特征值和最大特征值,用反幂法求其按模最小特征值和距离给定数字最近的特征值,求得了矩阵的条件数和行列式,讨论迭代初始向量的选取对计算结果的影响。-For large sparse matrix (501 x 501), with the power method for the maximum modulus of its eigenvalues and b
Powermethod
- 幂法求特征值 幂法求特征值 -Power law eigenvalue power eigenvalue power law eigenvalue power law eigenvalue
assignment4.c
- Power Method & Shifted Inverse Powermethod to find the eigenvalues & eigenvectors of a matrix
powerMethod
- 这个Fortran程序的目的是按照幂法计算希尔伯特矩阵的本征值,其可以用来作为计算数学课堂上的测试程序。-This Fortran code is used to calculate the eigenvalues of Hilbert Matrix, which also can be worked as text program in computational mathematics.
Day10-PowerMethod
- EIGEN VALUE POWER METHOD