搜索资源列表

  1. givens

    0下载:
  2. Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。-Givens transformation is the vector of the rotation transformation. It can transform vector will be rotating into the same mold with the other vector. One o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-06
    • 文件大小:1024
    • 提供者:yzd
  1. Givens

    0下载:
  2. 矩阵论中比较重要的一种算法givens矩阵变换算法 自己编写的 调试通过-矩阵论more important givens of an algorithm matrix transformation algorithm I have written through the debug
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:39936
    • 提供者:caomin
  1. QR

    1下载:
  2. 矩阵QR分解实例,使用Givens和Householder两种方法-QR decomposition, using Givens and Househoulder method
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:19456
    • 提供者:Alex
  1. QRgivens

    0下载:
  2. Write two e¢ cient MATLAB functions, qrhouse.m and qrgivens.m, that compute the QR decomposition of a matrix using Householder transforma- tions and Givens rotations respectively
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:44032
    • 提供者:Kaissoun
  1. household-givens

    1下载:
  2. 运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:156672
    • 提供者:陈佃文
  1. decomposition_for_Matrix

    0下载:
  2. 本次程序是一个综合程序,功能是实现矩阵分解,包含有四种算法:LU分解、QR分解、Householder Reduction、Givens Reduction-The program is a comprehensive program, whose function is performming factorization for matrix, including four algorithms: LU decomposition,
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:5120
    • 提供者:guang mingxing
  1. LuQrmatrix-decomposition

    0下载:
  2. 完成关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 不能为直接调用matlab等函数库;-Complete
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:3072
    • 提供者:way
  1. matrix-factorial

    0下载:
  2. 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-06
    • 文件大小:2048
    • 提供者:卯宁
  1. matrix_factorization

    1下载:
  2. 实现矩阵的各种分解,LU分解,QR分解,Householder分解,Givens 分解-To achieve a variety of matrix decomposition, LU decomposition, QR decomposition, Householder decomposition, Givens decomposition
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:501760
    • 提供者:刘晨
  1. reduction

    0下载:
  2. 输入矩阵的维数以及各个元素,选择矩阵分解的方法,进行分解。 有四种分解方法: 1、LU 分解 2、Gram-schmidt分解 3、Householder分解 4、Givens分解 -matrix decomposition methods
  3. 所属分类:系统编程

    • 发布日期:2024-07-06
    • 文件大小:2048
    • 提供者:maoxiaoxiao
  1. GS Cholesky

    0下载:
  2. GS迭代, Cholesky 分解 Givens方法,Householder 方法(Gs iteration cholesky decomposition)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-06
    • 文件大小:2048
    • 提供者:Ferrytau
  1. given rotation and householder reflection

    0下载:
  2. Givens rotation and Householder reflection
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-06
    • 文件大小:179200
    • 提供者:kiang
  1. QR

    0下载:
  2. 自动识别矩阵规模,进行QR分解运算,采用HouseHolder变换做成上Hessenberg矩阵,然后通过Givens变换做QR分解。(The size of the matrix is automatically identified, the QR decomposition operation is performed, the HouseHolder transform is used to make the upper Hes
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:305152
    • 提供者:INBreeze
  1. matlab数值特征值与特征向量计算 实例源程序代码

    0下载:
  2. 特征值与特征向量的计算 339   10.1 特征值问题概述 339   10.1.1 特征多项式 339   10.1.2 特征值范围估计 340   10.2 幂法及反幂法 341   10.2.1 幂法 341   10.2.2 幂法的加速 344   10.2.3 反幂法 350   10.2.4 混合幂法 352   10.3 实对称矩阵的Jacobi法 353   10.3.1 Givens变换 353
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:12288
    • 提供者:XWLYF

源码中国 www.ymcn.org