搜索资源列表

  1. strq

    0下载:
  2. 用C语言编写的关于矩阵特征值和特征向量的计算,很实用(对于做数值运算的同志挺有帮助)-Using C language on the matrix eigenvalue and eigenvector calculation, it is practical (for numerical computation of the comrades to do quite Help)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:fuxiao
  1. jac

    0下载:
  2. 雅克比方法求矩阵的特征值和特征向量,matlab文件,已经调试成功了-Methods for Jacobian matrix eigenvalues and eigenvectors, matlab documentation, debugging has been successful
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lily
  1. pcacode

    0下载:
  2. 程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量-Programming steps: 1 to mean 2, calculation of covariance m
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lrx
  1. ch3

    0下载:
  2. 常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:周泽华
  1. ch14

    0下载:
  2. 常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:周泽华
  1. Matrix

    0下载:
  2. 矩阵运算类:矩阵的数学运算、 矩阵特征值特征向量的求取-Matrix calculation categories: matrix arithmetic, matrix eigenvalue eigenvector of the strike
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:pooly
  1. jcbi

    0下载:
  2. 用雅可比法求实对称阵的特征值与特征向量 例子中为3阶矩阵-Jacobi method with realistic symmetric matrix of eigenvalues and eigenvectors for the case of 3-order matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:175104
    • 提供者:王云峰
  1. numerical_value_calculate

    0下载:
  2. 计算机常用数值计算算法与程序(C++),主要用于科学计算中的复数运算,多项式与连分式计算,矩阵运算,矩阵特征值与特征向量的计算,线性方程组求解,非线性方程(组)求解,插值,数值积分,常微分方程(组)求解,数值拟合与逼近,数据处理与回归分析,极值等。 -Commonly used computer algorithms and numerical procedures (C++), Mainly used for scientific
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:216064
    • 提供者:范高杰
  1. C++Matrix

    0下载:
  2. 设计了矩阵类,该类实现了矩阵的数学运算,包括矩阵乘除/求逆/求特征向量的!-Design a matrix type, such realization of the matrix arithmetic, including matrix multiplication and division/inversion/demand eigenvector!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:潘家能
  1. Azhen

    0下载:
  2. 对多机电力系统进行小干扰稳定分析 可以计算特征值,特征向量-Of multi-machine power system small signal stability analysis can calculate the eigenvalue, eigenvector
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:王森
  1. 1

    0下载:
  2. 使用带双步位移QR法求解矩阵的特征值和特征向量-Use with dual-step method displacement QR matrix eigenvalues and eigenvectors
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:李少林
  1. double_QR

    0下载:
  2. 运用双线性QR分解法求矩阵特征值及特征向量,并含有QR分解法子程序-Use of bilinear matrix QR decomposition method for eigenvalue and eigenvector and contains procedures for QR decomposition method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:207872
    • 提供者:zonk
  1. JCBI

    0下载:
  2. 雅可比法求实对称矩阵特征值与特征向量,有例子,检验过,很顺利-Jacobian method realistic symmetric matrix eigenvalue and eigenvector, there are examples of tests, it is smooth
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:张帆
  1. QR

    0下载:
  2. 带双步位移的QR分解法求解矩阵的特征值和特征向量-With two-step displacement of the QR decomposition method for solving matrix eigenvalue and eigenvector
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Paul Wang
  1. mtl4-alpha-1-r6418

    0下载:
  2. 矩阵运算源码最新版本,支持矩阵乘法、转置求逆,特征值特征向量等操作。-Source the latest version of matrix operations in support of matrix multiplication, transpose inverse, eigenvalue eigenvector and so on.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:385024
    • 提供者:刘小刚
  1. Jacobian_algorithm

    0下载:
  2. 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:海拉
  1. QR_algrithm

    0下载:
  2. 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计-Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:赵亮
  1. PCA

    0下载:
  2. 对输入的高维特征向量进行pca降维后输出低维的特征向量-PCA dimensionality reduction
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:773120
    • 提供者:夏晓珍
  1. PCA

    0下载:
  2. PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:3559424
    • 提供者:qjc
  1. QR

    0下载:
  2. 求解矩阵的特征值与特征向量,用C语言实现的-eigenvector,eigenvalue,using C
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:张龙
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org