搜索资源列表
求对称三对角阵的全部特征值与特征向量
- 利用C语言编译实现对对称三对角阵求解其全部特征值与特征向量-C language compiler to achieve symmetric diagonal matrix solving all their eigenvalues and eigenvectors
cholesky分解法
- cholesky算法,解三对角矩阵的常用方法-cholesky algorithm, and three diagonal matrix method used
VB_NUM6
- 用VB实现矩阵特征值的求解算法集。包括:对称矩阵的雅可比变换,实对称阵为三对角阵的特征值求解,等五种特征值求解算法。-VB matrix eigenvalue of the algorithm sets. Including : symmetric matrix Jacobian transform, real symmetric matrix to a three-diagonal matrix eigenvalue solution, the five eigenvalue algorith
tridiag
- 追赶法求解三对角矩阵是数值算法中重要的一种,这个利用了求借热传导方程-chased solve three-diagonal matrix numerical algorithm is an important, the use of the demand by heat conduction equation
井字过三关小游戏
- C#写的一个通俗井字过三关游戏,即小时候所玩的对角棋,如果一方三个子连成一条线即赢。-C# to write a popular tic-tac-toe game, as a child playing chess right angle, if one of the three molecules into a line that is winning.
三对角矩阵
- 用c++语言编写的,关于三对角距镇的应用问题的程序-prepared by the angle of the three pairs from the town of application procedures
zhuigan
- 追赶法,可以求解三对角 矩阵,非常可靠,经过本人多次验证-chasing method can solve three-diagonal matrix, very reliable, after I repeatedly verified
三对角方程组
- 關於三对角方程组的算法-on three pairs Kok equation algorithm
程序 三对角阵系
- !一维导热,非稳态全隐式迭代,边界条件t1=100,t11=20 !导热率为7 module parameter1 !设置全局变量 implicit none integer i real,parameter::dt=0.01 real,parameter::err=0.000001 real,parameter::r=7 real,parameter::ta=100,tb=20 real::a(2:11)=(/(-1,i=2,10),0/) !设置三对角阵系数 rea
zhuaiganfa追赶法求解三对角线性方程组用C++实现
- 追赶法求解三对角线性方程组用C++实现,在存储时有到了存储策略,压缩存储-Catch-up method for solving tridiagonal linear equations in C++ implementation, when in storage to a storage policy, storage compression
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
Close3B
- 采用拟三对角矩阵反算出过一定点(大于等于3个)的控制顶点,再由这些控制顶点计算出3次B样条曲线,由于曲线封闭的,所以无需引入边界条件即可求得曲线。-Used to be anti-tridiagonal matrix calculated over a certain point (greater than or equal to 3) of the control points and then calculate the control points of these 3 B-spline
matlab(sanduijiaozhuigan)
- 三对角追赶法的matlab代码。我调试过的,可以用。欢迎大家下载使用-Tridiagonal matlab code to catch up with the law. I have debug off, you can use. Welcome to download
work
- 用于解三对角方程的追赶法源代码,MATLAB编写,高斯列主元解线性方程组代码-Solution of tridiagonal equations for the pursuit method source code, MATLAB prepared
Catch-tridiagonal-matrix-method
- 追赶法求解三对角矩阵,用matlab调试过,可以直接使用 -Catch tridiagonal matrix method
追赶法 解三对角矩阵
- 追赶法 解三对角矩阵,matlab 程序。追赶法 解三对角矩阵,matlab 程序。追赶法 解三对角矩阵,matlab 程序。
BLKTRIDIAG
- 生成各种对角矩阵,如单对角、双对角矩阵、三对角矩阵等(A variety of diagonal matrices are generated, such as single diagonal, double diagonal matrices, three diagonal matrices, etc.)
thomasblock3
- 使用追赶法快速求解具有块三对角形式的线性代数系统(Solve the linear algebraic system with the block three diagonal forms)
chase
- 功能为求解系数矩阵为三对角矩阵或者循环三对角矩阵的线性方程。 输入的四个参数均为行向量,分别对应系数矩阵的上副对角线,主对角线,下副对角线,以及方程等号另一侧的常数矩阵(The four parameters of the input are line vectors, which correspond to the upper diagonal lines of the coefficient matrix, the main diagonal line, the lower diagonal
追赶法解三对角矩阵的程序
- 追赶法解三对角矩阵的程序,主程序直接调用即可。