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

搜索资源列表

  1. C++常用算法之06矩阵特征值与特征向量的计算

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵特征值与特征向量的计算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book su
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:91638
    • 提供者:闻杉
  1. 求矩阵特征值

    0下载:
  2. 这是求解矩阵最大特征值和最小特征值的计算程序-This is the solution matrix eigenvalue largest and smallest eigenvalue calculation procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7352
    • 提供者:袁辉
  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
    • 文件大小:7975
    • 提供者:樊继东
  1. Matlab算法大全

    10下载:
  2. 非常全面的matlab算法,一共有14章,包括差值,函数逼近,矩阵特征值计算,数值微积分,方程求根,随机数生成,数据统计和分析等,全部都是算法的matlab原码实现,值得学习!
  3. 所属分类:matlab例程

  1. matlab

    1下载:
  2. 有关灰度共生矩阵的生成及特征值计算的程序-For the generation of GLCM process and characteristics of value
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4396
    • 提供者:weining
  1. matlab-suanfadaquan

    0下载:
  2. 包括插值,函数逼近,矩阵特征值计算,数值微分,数值积分,方程求根, 非线性方程组求解, 解线性方程组的直接法,解线性方程组的迭代法,随机数生成等-Including interpolation, function approximation, eigenvalue computation, numerical differentiation, numerical integration, equation Root, non-linear equations to solve the direc
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:239605
    • 提供者:陈岚崴
  1. numerical

    0下载:
  2. 数值分析的实验文档和源程序 包含 1.样条插值 2.非线性方程求根 3.函数逼近和拟合 4.矩阵特征值计算 5.舍入误差分析 程序在相应文档中-Numerical Analysis of the experimental documentation and source code that contains 1. Spline Interpolation 2. Nonlinear equations Root 3. Function approximati
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:87583
    • 提供者:int
  1. MetrixVector

    0下载:
  2. vc++实现矩阵特征值与特征向量的计算
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:95126
    • 提供者:youngvery
  1. 0003MatrixEigenvalueCalculation

    0下载:
  2. 通过这些能够熟练掌握MATLAB中特征值来计算相关函数,而且能通过编程实现多种矩阵特征值运算的算法。-Through these can master Eigenvalue MATLAB to calculate the correlation function, and can achieve a variety of programming matrix eigenvalue computing algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3578
    • 提供者:王海波
  1. matlabandVC

    0下载:
  2. 基于matlab和VC混合编程的程序,演示了Matlab中数组与VC类的转化的一个应用——矩阵特征值与特征向量的计算-Matlab and VC-based hybrid programming procedures.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:26239
    • 提供者:JinYao
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22607
    • 提供者:shiping
  1. juzhentezhengzhiwentijisuan

    0下载:
  2. 矩阵特征值计算,方法为幂法,包含实验报告和源代码-Matrix eigenvalue calculation method for the power law, including the experimental reports and source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:186206
    • 提供者:左小龙
  1. matrix

    0下载:
  2. 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3302
    • 提供者:舞蛳
  1. 518854-BandLanczosMethod.f90

    1下载:
  2. lanczos算法 计算矩阵特征值 说明要这么长干嘛,说清楚就好了啊-lanczos algorithm for eigvalue
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2850
    • 提供者:罗邵
  1. number

    0下载:
  2. 牛顿插值,拉格朗日插值,还有方程根的计算,还有求矩阵特征值的malab代码-Newton interpolation, Lagrange interpolation, there is the root of the calculation equation, there is a matrix eigenvalue malab code
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:39603
    • 提供者:cool
  1. QRf分解法求特征值

    0下载:
  2. 一个求解矩阵特征值的程序 用c编写,可运行,计算结果正确(code for matrix!! combiled, it can be used, and the result is correct. run perfect!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:212992
    • 提供者:xiaozhupig
  1. 第6章 矩阵特征值计算

    1下载:
  2. 设 A 是n阶方阵,如果存在数m和非零n维列向量 x,使得 Ax=mx 成立,则称 m 是A的一个特征值(characteristic value)或本征值(eigenvalue)。非零n维列向量x称为矩阵A的属于(对应于)特征值m的特征向量或本征向量,简称A的特征向量或A的本征向量。(Let A be a n order square, and if there is a number of M and nonzero n-dimensional column vector x, so tha
  3. 所属分类:matlab例程

  1. 级数展开法程序

    0下载:
  2. 计算矩阵特征值:计算特征值时的系数矩阵为A,B(Ax=kBx)。(calculate the eigenvalue)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:212992
    • 提供者:obamoo
  1. Chapoly_dimethod_hessqrtz

    1下载:
  2. 矩阵特征值计算的·matlab程序,基于Chapoly,dimethod,hessqrtz等算法的矩阵特征值计算matlab例程(Matrix eigenvalue calculation of the matlab program, based on Chapoly, dimethod, hessqrtz and other algorithms matrix eigenvalue calculation of Matlab routines)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:qweshpd
  1. matlab matrix Eigenvalue calculation

    0下载:
  2. 矩阵特征值计算,不同精度,不同迭代步数,收敛速度计算(Matrix eigenvalue calculation)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:SilviaYu
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com