Welcome![Sign In][Sign Up]
Location:
Search - givens-householder

Search list

[Algorithmgivens

Description: 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 of its applications QR decomposition.
Platform: | Size: 1024 | Author: yzd | Hits:

[OtherGivens

Description: 矩阵论中比较重要的一种算法givens矩阵变换算法 自己编写的 调试通过-矩阵论more important givens of an algorithm matrix transformation algorithm I have written through the debug
Platform: | Size: 39936 | Author: caomin | Hits:

[matlabQR

Description: 矩阵QR分解实例,使用Givens和Householder两种方法-QR decomposition, using Givens and Househoulder method
Platform: | Size: 19456 | Author: Alex | Hits:

[matlabQRgivens

Description: 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
Platform: | Size: 44032 | Author: Kaissoun | Hits:

[matlabhousehold-givens

Description: 运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
Platform: | Size: 156672 | Author: 陈佃文 | Hits:

[matlabdecomposition_for_Matrix

Description: 本次程序是一个综合程序,功能是实现矩阵分解,包含有四种算法:LU分解、QR分解、Householder Reduction、Givens Reduction-The program is a comprehensive program, whose function is performming factorization for matrix, including four algorithms: LU decomposition, QR decomposition, Householder Reduction, Givens Reduction
Platform: | Size: 5120 | Author: guang mingxing | Hits:

[matlabLuQrmatrix-decomposition

Description: 完成关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 不能为直接调用matlab等函数库;-Complete LU decomposition on the matrix, QR (Gram-Schmidt), Orthogonal Reduction (Householder reduction and Givens reduction) program implementation requirements are as follows:                   1, an integrated program, depending on the selection of parameters, to achieve different matrix decomposition                     2, you can use matlab programming, etc., must be attached on a simple description of the procedures, such arguments on behalf of what it meant, what input, output, and so what You can not directly call matlab function library, etc
Platform: | Size: 3072 | Author: way | Hits:

[Algorithmmatrix-factorial

Description: 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或者txt文档。附上源代码,不能为直接调用matlab等函数库;-Required to complete the classroom in terms of LU decomposition on matrix, QR (Gram-Schmidt), Orthogonal Reduction (Householder reduction and Givens reduction) program implementation requirements are as follows: 1, a comprehensive program, depending on the selection of parameters to achieve different matrices decomposition 2, you can use matlab programming, etc., must be attached on a simple description of the procedures, such as what does it mean parameters, input, what output and the like 3, must be an executable file, not a word or txt document. Attach the source code, it can not directly call matlab function library, etc
Platform: | Size: 2048 | Author: 卯宁 | Hits:

[matlabmatrix_factorization

Description: 实现矩阵的各种分解,LU分解,QR分解,Householder分解,Givens 分解-To achieve a variety of matrix decomposition, LU decomposition, QR decomposition, Householder decomposition, Givens decomposition
Platform: | Size: 501760 | Author: 刘晨 | Hits:

[OS programreduction

Description: 输入矩阵的维数以及各个元素,选择矩阵分解的方法,进行分解。 有四种分解方法: 1、LU 分解 2、Gram-schmidt分解 3、Householder分解 4、Givens分解 -matrix decomposition methods
Platform: | Size: 2048 | Author: maoxiaoxiao | Hits:

[AlgorithmGS Cholesky

Description: GS迭代, Cholesky 分解 Givens方法,Householder 方法(Gs iteration cholesky decomposition)
Platform: | Size: 2048 | Author: Ferrytau | Hits:

[Algorithmgiven rotation and householder reflection

Description: Givens rotation and Householder reflection
Platform: | Size: 179200 | Author: kiang | Hits:

[OtherQR

Description: 自动识别矩阵规模,进行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 Hessenberg matrix, and then the QR decomposition is done by the Givens transformation.)
Platform: | Size: 305152 | Author: INBreeze | Hits:

[Othermatlab数值特征值与特征向量计算 实例源程序代码

Description: 特征值与特征向量的计算 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   10.3.2 基本Jacobi法 358   10.4 Givens法和Householder法 360   10.4.1 Householder变换 360   10.4.2 一般矩阵约化为上Hessenberg矩阵 362   10.4.3 实对称矩阵的三对角化 365   10.4.4 三对角阵特征值与特征向量的求解 367   10.5 QR方法 369   10.5.1 QR分解 369   10.5.2 基本QR方法 370   10.5.3 带原点位移的QR方法 372   10.6 MATLAB自带函数应用 373   10.6.1 hess函数 373   10.6.2 qr函数 374   10.6.3 eig函数 374   10.7 应用案例 376(Eigenvalue and Eigenvector Computation)
Platform: | Size: 12288 | Author: XWLYF | Hits:

CodeBus www.codebus.net