CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - tridiagonal

搜索资源列表

  1. TRIEIGE

    0下载:
  2. 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.84kb
    • 提供者:
  1. EigenvalueVector123

    0下载:
  2. /约化对称阵为对称三对角阵的豪斯荷尔德变换法-/ some of the symmetric matrix to symmetric tridiagonal matrix householder transformation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.51kb
    • 提供者:刘英
  1. matrixcom

    0下载:
  2. QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:李野
  1. 矩阵特征值的计算

    0下载:
  2. 矩阵特征值与特征向量的计算约化对称矩阵为对称对角阵的豪斯荷尔镕变换法似对称三对角阵的全部特征值、特征向量的计算等-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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.79kb
    • 提供者:樊继东
  1. TDMA

    1下载:
  2. TDMA是一个一维计算程序,用于求解三对角阵,求解速度和精度高。-TDMA is a one-dimensional calculation procedure for solving tridiagonal matrix, solution speed and accuracy.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3.53kb
    • 提供者:zhang
  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
    • 文件大小:555byte
    • 提供者:马冠男
  1. 3107002005_3rd

    0下载:
  2. 三对角矩阵最常用最快速的追赶法,应用广泛。更是样条插值逆运算的重要工具-Tridiagonal matrix most commonly used to catch up with the most rapid method, widely used. Spline Interpolation is an important tool for inverse operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:810byte
    • 提供者:lommmmmm
  1. a

    1下载:
  2. 一类块三对角矩阵的计算A class of block tridiagonal matrix calculation-A class of block tridiagonal matrix calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:420.51kb
    • 提供者:rc
  1. matrix

    0下载:
  2. 求解三对角方程组,有详细的注释。 节省存储空间的算法-Solving tridiagonal equations, there are detailed notes. Algorithm to save storage space
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:6.03kb
    • 提供者:shao
  1. duijiaoxian

    0下载:
  2. 求解三对角线方程组的追赶法 return bool 型,方程组求解是否成功-Solving tridiagonal equations method to catch up with the return bool type, the success of Equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1.61kb
    • 提供者:Hou
  1. juzhen

    0下载:
  2. 设计算法求三对角矩阵在压缩存储下的转置矩阵。-Design algorithm for tridiagonal matrix stored in compressed under the matrix transpose.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:876byte
    • 提供者:詹书保
  1. zhuigan

    0下载:
  2. 本程序为追赶法 求解三对角线方程 追赶法求解三对角矩阵是数值算法中重要的一种-This procedure for the method to catch up with catch up with tridiagonal equation method tridiagonal matrix is an important numerical algorithm of a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:797byte
    • 提供者:刘佳
  1. Thomas

    1下载:
  2. 用vb编写的追赶法求解三对角方程组算法,可以作为数值函数使用-Prepared to catch up with vb method tridiagonal algorithm equations can be used as a numerical function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:1.61kb
    • 提供者:樊庆缘
  1. Runge-Kutta-4

    0下载:
  2. 这个程序是利用追赶法解三对角方程组的过程的数值解法程序。-This program is the use of catch-up Solving tridiagonal equations Numerical solution procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.02kb
    • 提供者:王磊
  1. tridiagonal

    0下载:
  2. Tridiagonal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:787byte
    • 提供者:kushal sahare
  1. tridiagSolvers

    0下载:
  2. tridiagLU Obtain the LU factorization of a tridiagonal matrix-tridiagLU Obtain the LU factorization of a tridiagonal matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.25kb
    • 提供者:hamideh
  1. Catch-tridiagonal-matrix-method

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

    • 发布日期:2017-03-27
    • 文件大小:13kb
    • 提供者:weng xin
  1. Tridiagonal-the-mathematics-method-

    0下载:
  2. 三对角解法的数学原理,适用于三对角解方程编程-Tridiagonal the mathematics method for solving equations in tridiagonal Programming
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:43.57kb
    • 提供者:萧杀
  1. Tridiagonal-Files

    0下载:
  2. som codes for calculating tridiagonal fortran 90
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.51kb
    • 提供者:mabuelo
  1. Blktridiag

    0下载:
  2. 该压缩文件用于生成块三对角矩阵,具体操作见里面的lianxi1(Generate block tridiagonal matrix)
  3. 所属分类:数学计算

    • 发布日期:2018-01-08
    • 文件大小:61kb
    • 提供者:安阳
« 12 3 4 5 »
搜珍网 www.dssz.com