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

搜索资源列表

  1. Subspace

    2下载:
  2. 子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1980
    • 提供者:stefanie
  1. LinearAlgebra

    0下载:
  2. 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:293444
    • 提供者:李昂
  1. eigen

    1下载:
  2. 复矩阵特征值计算子程序-Complex matrix eigenvalue calculation subroutine
  3. 所属分类:Windows Develop

    • 发布日期:2015-03-04
    • 文件大小:230764
    • 提供者:qingjun
  1. matlab_no1

    0下载:
  2. 利用matlab做一些基礎的矩陣運算指令,包含建立矩陣、計算及求特徵值-Using matlab to do some basic matrix operations command, including the establishment of matrix eigenvalue calculation and demand and so on .....
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:9612
    • 提供者:劉俊魚
  1. Jacobi

    0下载:
  2. 计算特征值,特征向量,基本解,数值算法, -Computing eigenvalues, eigenvectors, the basic solution, numerical algorithm, eigenvalue calculation, feature vector, the basic solution, numerical algorithm,
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:892
    • 提供者:qin
  1. MATLAB

    0下载:
  2. qr基本法求解矩阵的特征值 算法说明 [qk,rk]=qr(Ak) Ak+1=rk*qk-qr Basic algorithm for solving the eigenvalue that [qk, rk] = qr (Ak) Ak+1 = rk* qk
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1051
    • 提供者:yeah
  1. matrix-tezhengzhijisuan

    0下载:
  2. 通过求矩阵特征多项式的根来求其特征值 幂法求矩阵的主特征值及主特征向量 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 收缩法求矩阵全部特征值 收缩法求矩阵全部特征值 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 QR基本算法求矩阵全部特征值 -Characteristic polynomial by the root of a matrix to find the eigenvalues ​ ​ of a matrix power m
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2729
    • 提供者:chris_zhou
  1. leigs

    0下载:
  2. 拉普拉斯映射的基本思想是在高维空间中离得 很近的点投影到低维空间中的像也应该离得很近,最终求解归结到图拉普拉斯算子的广义特征值问题,本例为拉普拉斯调用函数,对于学习维数约简的同学或许有帮助.-The basic idea is the Laplace mapping from very near the point of projection in the high-dimensional space as low-dimensional space should be very close
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1013
    • 提供者:水清
  1. CPP-Classical-algorithm

    0下载:
  2. 插值 查找 常微分方程(组)的求解 多项式与连分式函数的计算 非线性方程与方程组的求解 复数运算 汉字操作 基本图形操作 极值问题 矩阵特征值与特征向量的计算 拟合与逼近 排序 数据处理与回归分析 数学变换与滤波-Interpolation to find the ordinary differential equation (group) polynomial continued fraction function to calculate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:337771
    • 提供者:yeyu
  1. numerical-algorithm-source-code

    0下载:
  2. Visual Basic常用数值算法源代码,内容主要有解线性方程组、插值、数值积分、特殊函数、函数逼近、排序、特征值问题、方程求根、函数极佳和最优化、傅立叶变换、数据统计等-Visual Basic source code commonly used numerical algorithms, mainly the solvability of linear equations, interpolation, numerical integration, special, function ap
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1891398
    • 提供者:陈超华
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. naomiu_v16

    0下载:
  2. AHP层次分析法计算判断矩阵的最大特征值,数据模型归一化,模态振动,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述。- Calculate the maximum eigenvalue judgment matrix of AHP, Normalized data model, modal vibration, Monte Carlo simulation method of calculating the American option price and basic descr ipti
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5694
    • 提供者:陈喜
  1. qangqang

    0下载:
  2. 包含特征值与特征向量的提取、训练样本以及最后的识别,计算晶粒的生长,入门级别程序,毕设内容,高光谱图像基本处理。- Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Calculation of growth, entry-level program grains Complete set content, basic hyperspectral
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:8101
    • 提供者:梁新良
  1. piunou_v62

    0下载:
  2. 可实现对二维数据的聚类,毕设内容,高光谱图像基本处理,AHP层次分析法计算判断矩阵的最大特征值。- Can realize the two-dimensional data clustering, Complete set content, basic hyperspectral image processing, Calculate the maximum eigenvalue judgment matrix of AHP.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4379
    • 提供者:biulenpen
  1. fangpang

    0下载:
  2. 包括最后计算压缩图像的峰值信噪比和压缩效果的源码,包含特征值与特征向量的提取、训练样本以及最后的识别,毕设内容,高光谱图像基本处理。- Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, Contains the eigenvalue and eigenvector extraction, the training sam
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:4588
    • 提供者:vcvxj
  1. lun_py20

    0下载:
  2. 用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,阐述了负荷预测的应用研究,包含特征值与特征向量的提取、训练样本以及最后的识别。- Monte Carlo simulation method of calculating the American option price and basic descr iption, It describes the application of load forecasting, Contains the eigenvalue and eigenvecto
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:5222
    • 提供者:王蜀欣
  1. lan-fu75

    0下载:
  2. 用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述,采用的是脉冲对消法,包含特征值与特征向量的提取、训练样本以及最后的识别。- Monte Carlo simulation method of calculating the American option price and basic descr iption, It uses a pulse of consumer law, Contains the eigenvalue and eigenvector extraction, the tr
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:乔荣涛
  1. mr738

    0下载:
  2. AHP层次分析法计算判断矩阵的最大特征值,是路径规划的实用方法,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述。- Calculate the maximum eigenvalue judgment matrix of AHP, Is a practical method of path planning, Monte Carlo simulation method of calculating the American option price and basic descr iption
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:贾丽平
  1. 5481

    0下载:
  2. Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Multi-machine power system simulation and flow calculation, Monte Carlo simulation method of calculating the American option price and basic descr ipt
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:9216
    • 提供者:bingnunneng
« 12 »
搜珍网 www.dssz.com