搜索资源列表
eig_lanczos
- 用lanczos求特征值的matlab程序-with lanczos eigenvalues for the Matlab procedures
lanczos_mine
- 对称矩阵的lanczos算法matlab程序-symmetric matrix algorithm Matlab procedures lanczos
lanczosfilter.rar
- Lanczos滤波器,对于做滤波器设计的朋友还是比较有帮助的,LanczosFilter
lanczos1
- 利用lanczos输注特征值,特征向量,尽请指正-Lanczos infusion using eigenvalue
MINRES
- 采用CG法求解稀疏对称奇异矩阵得到的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric but it may be definite or indefinite or singular. The scalar s is a
518854-BandLanczosMethod.f90
- lanczos算法 计算矩阵特征值 说明要这么长干嘛,说清楚就好了啊-lanczos algorithm for eigvalue
irbleigs
- lanczos算法用来计算大型稀疏矩阵的最大最小本征值及相应的本征矢量。-lanczos algebra is used to calculate the maximum and minimum eigenvalue and eigenvector of the matrix
Lanczos
- 用Lanczos方法求解矩阵的最大几个奇异值的Matlab程序。-Matlab codes for large singular value with Lanczos Methods
lanczosminrescg
- 内含高等数值分析中lanczos过程.minre算法,cg法的matlab程序-Contains advanced numerical analysis lanczos process. Minre algorithm, cg method matlab program
irl_example.m
- implicitly restart lanczos算法matlab function源码-implicitly restart lanczos algorithm matlab function source code
first_practice_compute
- 主要是关于高等数值分析中关于CG法,MINRES法,Lanczos方法解大型稀疏矩阵的matlab算法实现-the matlab code about the advacned value analysis curriculum the algorithm for CG MINRES and Lanczos
Lanczos
- Lanczos方法求解方程组的matlab算法-Lanczos method for solving equations matlab algorithm
ANA1
- 本程序为线性方程组的matlab代码,主要比较了CG,Lanczos和MINRES三种方法解方程Ax=b的效果。-This program is linear equations matlab code, the main comparison of CG, Lanczos and MINRES three ways to solve the equation Ax = b in effect.
vibration_response
- 结构振动与响应特性分析的有限元Matlab程序,包括:ritz方法、lanczos方法、Newmark方法、中心差分法和振型叠加法-Finite element matlab program for structure vibration and dynamic response feature analysis,including ritz,lanczos,Newmark,center difference and mode superposition
numerical-algorithms
- matlab 实现几个常用的解线性方程组的数值算法。包括共轭梯度法、预处理共轭梯度法、SOR、Lanczos.-matlab implementation of several commonly used numerical algorithm for solving linear equations. Including the conjugate gradient method, preconditioned conjugate gradient method, SOR, Lanczos.
lanczos
- matlab源码,可以实现lanczos过程-matlab source code can achieve lanczos process
QR
- 有关QR分解的matlab的算法。分别是Givens_Rotations、Householder、Lanczos、Arnoldi-About QR decomposition matlab algorithm. Are Givens_Rotations, Householder, Lanczos, Arnoldi
RITZ
- 用兰索斯法求解特征值和特征向量,用于有限元结构的MATLAB编程。(Compute approximative eigenvalues and eigenvectors by the Lanczos method.)
高数计算实践题目一
- 清华大学高等数值分析计算实践题目一,生成矩阵分析CG法、Lanczos法、MINRES法得收敛性(Tsinghua University higher numerical analysis and calculation of practical topics First, generate matrix analysis CG method, Lanczos method, MINRES method of convergence)
SSI
- 需要指出的是,还存在改进算法的速度和内存使用的空间,比如用于RQ分解的位移结构算法和SVD的Lanczos算法。在这个软盘上实现的算法只使用基本的MATLAB命令(没有花哨的优化c代码)。请随意改进,让我知道您的想法:(The algorithms that have been implemented on this diskette only use basic MATLAB commands (and no fancy optimized C-code). Feel free to i