搜索资源列表

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

    • 发布日期:2008-10-13
    • 文件大小:4475
    • 提供者:李春波
  1. 三对角矩阵

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

    • 发布日期:2008-10-13
    • 文件大小:13286
    • 提供者:张翠翠
  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)=(/(-
  3. 所属分类:数据结构常用算法

  1. 三对角方程组

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:文文
  1. 求对称三对角阵的全部特征值与特征向量

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:邹璇
  1. 三对角矩阵

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

    • 发布日期:2024-05-17
    • 文件大小:251904
    • 提供者:张翠翠
  1. thomas

    0下载:
  2. 这是解三对角线性方程组的一种方法。能有效的快速求解。-This was three diagonal equations of a method. Fast effective solution.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:刘华
  1. chase

    0下载:
  2. 追赶法是用来解三对角矩阵的算法 此程序是基于matlab编的 -Catch-up method is used to solution of tridiagonal matrix algorithm for this procedure is based on the series matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:
  1. spline

    0下载:
  2. 问题:用三次样条插值法求节点的函数值。 算法描述: 1. 以 为参数变量的方法(三弯矩方程) 用二阶导数值 来计算S(x)。 首由有条件构造函数 的线性表达式,然后对 积分,在利用连续性得到三次样条函数S(x)在区间[ ]上的表达式 式中 是未知参数。 由第一类边界 ,导出关于 的三对角方程组 = 式中, k=1,2,…n-1 , 求出 后再
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:wangyangyang
  1. tridisolve

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:马冠男
  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 contr
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:8949760
    • 提供者:GongChun
  1. matlab(sanduijiaozhuigan)

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:shulisheng
  1. work

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:陈凯
  1. Catch-tridiagonal-matrix-method

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

    • 发布日期:2024-05-17
    • 文件大小:13312
    • 提供者:weng xin
  1. BLKTRIDIAG

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

    • 发布日期:2024-05-17
    • 文件大小:43008
    • 提供者:xiaoyeyu
  1. thomasblock3

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

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:fkxl26
  1. chase

    0下载:
  2. 功能为求解系数矩阵为三对角矩阵或者循环三对角矩阵的线性方程。 输入的四个参数均为行向量,分别对应系数矩阵的上副对角线,主对角线,下副对角线,以及方程等号另一侧的常数矩阵(The four parameters of the input are line vectors, which correspond to the upper diagonal lines of the coefficient matrix, the main dia
  3. 所属分类:物理计算

« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org