搜索资源列表
求解三对角线方程组的追赶法
- 求解三对角线方程组的追赶法,其代码由C语言编译,主要用于方程组未知参数的求解-Crout Reduction for Tridiagonal Linear Systems which applis Crout Reduction to solve a given tridiagonal linear system , in C
TRIEIGE
- computes the eigenvalues of a symmetric tridiagonal * matrix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.-computes the eigenvalues of a symmetric tr idiagona
EigenvalueVector123
- /约化对称阵为对称三对角阵的豪斯荷尔德变换法-/ some of the symmetric matrix to symmetric tridiagonal matrix householder transformation
matrixcom
- QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
矩阵特征值的计算
- 矩阵特征值与特征向量的计算约化对称矩阵为对称对角阵的豪斯荷尔镕变换法似对称三对角阵的全部特征值、特征向量的计算等-Matrix eigenvalues and eigenvectors of the calculation about symmetry symmetric matrix diagonal matrix ho Shihemi Rong transform it symmetric tridiagonal matrix eigenvalue all, the eigenvectors
zhuaiganfa追赶法求解三对角线性方程组用C++实现
- 追赶法求解三对角线性方程组用C++实现,在存储时有到了存储策略,压缩存储-Catch-up method for solving tridiagonal linear equations in C++ implementation, when in storage to a storage policy, storage compression
TDMA
- TDMA是一个一维计算程序,用于求解三对角阵,求解速度和精度高。-TDMA is a one-dimensional calculation procedure for solving tridiagonal matrix, solution speed and accuracy.
fortran
- 追赶法求三对角矩阵(txt文件)及其他一些fortran语言程序-Catch-up method tridiagonal matrix
tridisolve
- 主要用来求解三对角方程组,使用追赶法的原理进行编制,其中A为主对角线下的词对角线,B为主对角线,C为主对角线上的词对角线,D为等式右边的值,代入即可计算出数值-Mainly used for solving tridiagonal equations, using the principle of law to catch up with the preparation, in which the main diagonal A diagonal line under the word, B t
3107002005_3rd
- 三对角矩阵最常用最快速的追赶法,应用广泛。更是样条插值逆运算的重要工具-Tridiagonal matrix most commonly used to catch up with the most rapid method, widely used. Spline Interpolation is an important tool for inverse operation
a
- 一类块三对角矩阵的计算A class of block tridiagonal matrix calculation-A class of block tridiagonal matrix calculation
matrix
- 求解三对角方程组,有详细的注释。 节省存储空间的算法-Solving tridiagonal equations, there are detailed notes. Algorithm to save storage space
zhuigan
- 本程序为追赶法 求解三对角线方程 追赶法求解三对角矩阵是数值算法中重要的一种-This procedure for the method to catch up with catch up with tridiagonal equation method tridiagonal matrix is an important numerical algorithm of a
tridiagonal
- Tridiagonal solution
tridiagSolvers
- tridiagLU Obtain the LU factorization of a tridiagonal matrix-tridiagLU Obtain the LU factorization of a tridiagonal matrix
Tridiagonal-matrices-transpose
- 数据结构:要求用C语言编程,实现三对角矩阵的转置-Tridiagonal matrices transpose
Catch-tridiagonal-matrix-method
- 追赶法求解三对角矩阵,用matlab调试过,可以直接使用 -Catch tridiagonal matrix method
Tridiagonal-the-mathematics-method-
- 三对角解法的数学原理,适用于三对角解方程编程-Tridiagonal the mathematics method for solving equations in tridiagonal Programming
Tridiagonal-Files
- som codes for calculating tridiagonal fortran 90
Blktridiag
- 该压缩文件用于生成块三对角矩阵,具体操作见里面的lianxi1(Generate block tridiagonal matrix)