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

搜索资源列表

  1. Nr_C

    3下载:
  2. 书是针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下读写屏幕象点、基本
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:225.68kb
    • 提供者:姚志良
  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. chenbihongsuanfayanghj666

    0下载:
  2. 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is
  3. 所属分类:数学计算/工程计算

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

    2下载:
  2. 用lanczos求特征值的matlab程序-with lanczos eigenvalues for the Matlab procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:949byte
    • 提供者:韩国锋
  1. mifaandfanmifa

    1下载:
  2. 计算特征值和特征向量的幂法和反幂法以及计算矩阵的minres 算法的matlab程序-calculated eigenvalues and eigenvectors of power and anti-power-law and calculate the matrix algorithm mat minres lab procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:韩国锋
  1. CommonArithmetic

    0下载:
  2. 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特征值与特征向量的计算、矩阵运算、拟合与逼近、排序、数据处理与回归分析、数学变换与滤波、数值积分、随机数产生、特征函数、图形模式下读写屏幕象点、线性代数方程组求解等C语言算法-algorithms big Collection; Including interpolation, locate, ordinary differential equa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:268.33kb
    • 提供者:狼夜行
  1. power2

    0下载:
  2. 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:82.55kb
    • 提供者:吕鹏
  1. adzt_v1_0[1].tar

    0下载:
  2. a software code for computing selected eigenvalues of large sparse symmetric matrices
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.1mb
    • 提供者:魏东宾
  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. Newmark.rar

    0下载:
  2. 数值分析 很好很快的计算特征值和特征向量的方法,很实用,Very fast numerical analysis computing eigenvalues and eigenvectors of the method, it is practical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2.23kb
    • 提供者:唐子文
  1. shuzhiF1

    1下载:
  2. 北航数值分析第一道作业题目——幂法 计算一个501×501带状矩阵的最大特征值、最小特征值-Numerical analysis of the first operation Beihang topic- power method to calculate a 501 × 501 banded matrix of the largest eigenvalue, the smallest eigenvalues
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.16kb
    • 提供者:weiyiming
  1. QR-method

    0下载:
  2. 本程序是在数值分析中求特征值和特征向量的一种高效算法,叫带双步位移的QR方法,本程序使用C++编写。-This program is used in numerical analysis to get the eigenvalues and eigenvector. This is an efficient algorithm, called a two-step displacement QR method, the program uses C++ to prepare.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1.16kb
    • 提供者:李贺
  1. Matrix

    0下载:
  2. 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:4.06kb
    • 提供者:郭挺
  1. 5

    0下载:
  2. 数值计算中矩阵特征值和特征向量的C++程序-Numerical calculation of eigenvalues of matrix C++ program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.25mb
    • 提供者:hope
  1. eigenvalues

    2下载:
  2. 计算复矩阵A(x) u = 0的特征值和特征向量,fortran代码,声学模态计算的必备工具。-Calculating complex matrix A (x) u = 0 the eigenvalues and eigenvectors, fortran code, acoustic an indispensable tool for modal calculations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-19
    • 文件大小:1.71kb
    • 提供者:杨明绥
  1. Valori_Proprii

    0下载:
  2. QR, Jacobi and Power Method for finding eigenvalues of a matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:70.63kb
    • 提供者:stanica
  1. calculate-the-eigenvalues

    0下载:
  2. 本程序是通过反幂法计算矩阵特征值和特征向量,该方法已经调试通过。实验验证,本方法计算效率高 时间复杂度相对其他算法较低。-This procedure is calculated by inverse power eigenvalues ​ ​ and eigenvectors, the method has been debugged. Experiments, the high efficiency of this method time complexity is lo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.09kb
    • 提供者:张科
  1. chap03-Eigenvalues

    0下载:
  2. Engineering Problems involving vibrations, elasticity, oscillating systems, etc., Determine the eigenvalues for n homogenous linear equations in n unknowns
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5.08mb
    • 提供者:hongru
  1. Eigenvalues-and-eigenvectors

    0下载:
  2. 矩阵的特征值和特征向量的雅克比算法C++实现(实对称阵)-Eigenvalues and eigenvectors calculate of Jacobi algorithm implemented in C++ (real symmetric matrix)
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.38mb
    • 提供者:aplacenearby
  1. Matrix-eigenvalues

    0下载:
  2. matlab求特征值的程序,包含多种方法,求解方法供大家参考-find eigenvalues matlab procedures, including a variety of methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:30.35kb
    • 提供者:XIAOBAO
« 12 3 4 5 6 »
搜珍网 www.dssz.com