CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三对角

搜索资源列表

  1. 求对称三对角阵的全部特征值与特征向量

    0下载:
  2. 利用C语言编译实现对对称三对角阵求解其全部特征值与特征向量-C language compiler to achieve symmetric diagonal matrix solving all their eigenvalues and eigenvectors
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1128
    • 提供者:邹璇
  1. cholesky分解法

    0下载:
  2. cholesky算法,解三对角矩阵的常用方法-cholesky algorithm, and three diagonal matrix method used
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:956
    • 提供者:邹璇
  1. VB_NUM6

    0下载:
  2. 用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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4475
    • 提供者:李春波
  1. tridiag

    0下载:
  2. 追赶法求解三对角矩阵是数值算法中重要的一种,这个利用了求借热传导方程-chased solve three-diagonal matrix numerical algorithm is an important, the use of the demand by heat conduction equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:和可看
  1. 井字过三关小游戏

    0下载:
  2. 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.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:10288
    • 提供者:张能臻
  1. 三对角矩阵

    0下载:
  2. 用c++语言编写的,关于三对角距镇的应用问题的程序-prepared by the angle of the three pairs from the town of application procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13286
    • 提供者:张翠翠
  1. zhuigan

    0下载:
  2. 追赶法,可以求解三对角 矩阵,非常可靠,经过本人多次验证-chasing method can solve three-diagonal matrix, very reliable, after I repeatedly verified
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1241
    • 提供者:lining
  1. 三对角方程组

    0下载:
  2. 關於三对角方程组的算法-on three pairs Kok equation algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1031
    • 提供者:文文
  1. 程序 三对角阵系

    0下载:
  2. !一维导热,非稳态全隐式迭代,边界条件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
  3. 所属分类:数据结构常用算法

  1. zhuaiganfa追赶法求解三对角线性方程组用C++实现

    0下载:
  2. 追赶法求解三对角线性方程组用C++实现,在存储时有到了存储策略,压缩存储-Catch-up method for solving tridiagonal linear equations in C++ implementation, when in storage to a storage policy, storage compression
  3. 所属分类:其他小程序

    • 发布日期:2017-04-09
    • 文件大小:1275714
    • 提供者:曾宇航
  1. tridisolve

    1下载:
  2. 主要用来求解三对角方程组,使用追赶法的原理进行编制,其中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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:555
    • 提供者:马冠男
  1. Close3B

    0下载:
  2. 采用拟三对角矩阵反算出过一定点(大于等于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
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8949331
    • 提供者:GongChun
  1. matlab(sanduijiaozhuigan)

    1下载:
  2. 三对角追赶法的matlab代码。我调试过的,可以用。欢迎大家下载使用-Tridiagonal matlab code to catch up with the law. I have debug off, you can use. Welcome to download
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:892
    • 提供者:shulisheng
  1. work

    0下载:
  2. 用于解三对角方程的追赶法源代码,MATLAB编写,高斯列主元解线性方程组代码-Solution of tridiagonal equations for the pursuit method source code, MATLAB prepared
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1482
    • 提供者:陈凯
  1. Catch-tridiagonal-matrix-method

    1下载:
  2. 追赶法求解三对角矩阵,用matlab调试过,可以直接使用 -Catch tridiagonal matrix method
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:13314
    • 提供者:weng xin
  1. 追赶法 解三对角矩阵

    0下载:
  2. 追赶法 解三对角矩阵,matlab 程序。追赶法 解三对角矩阵,matlab 程序。追赶法 解三对角矩阵,matlab 程序。
  3. 所属分类:matlab例程

    • 发布日期:2016-03-26
    • 文件大小:892
    • 提供者:zhangpaozhuan
  1. BLKTRIDIAG

    0下载:
  2. 生成各种对角矩阵,如单对角、双对角矩阵、三对角矩阵等(A variety of diagonal matrices are generated, such as single diagonal, double diagonal matrices, three diagonal matrices, etc.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:43008
    • 提供者:xiaoyeyu
  1. thomasblock3

    0下载:
  2. 使用追赶法快速求解具有块三对角形式的线性代数系统(Solve the linear algebraic system with the block three diagonal forms)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-28
    • 文件大小:9216
    • 提供者:fkxl26
  1. chase

    1下载:
  2. 功能为求解系数矩阵为三对角矩阵或者循环三对角矩阵的线性方程。 输入的四个参数均为行向量,分别对应系数矩阵的上副对角线,主对角线,下副对角线,以及方程等号另一侧的常数矩阵(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
  3. 所属分类:物理计算

  1. 追赶法解三对角矩阵的程序

    2下载:
  2. 追赶法解三对角矩阵的程序,主程序直接调用即可。
  3. 所属分类:数学计算/工程计算

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com