CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - givens-householder
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - givens-householder - List
[
Algorithm
]
givens
DL : 0
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.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yzd
[
Other
]
Givens
DL : 0
矩阵论中比较重要的一种算法givens矩阵变换算法 自己编写的 调试通过-矩阵论more important givens of an algorithm matrix transformation algorithm I have written through the debug
Update
: 2025-02-19
Size
: 39kb
Publisher
:
caomin
[
matlab
]
QR
DL : 1
矩阵QR分解实例,使用Givens和Householder两种方法-QR decomposition, using Givens and Househoulder method
Update
: 2025-02-19
Size
: 19kb
Publisher
:
Alex
[
matlab
]
QRgivens
DL : 0
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
Update
: 2025-02-19
Size
: 43kb
Publisher
:
Kaissoun
[
matlab
]
household-givens
DL : 1
运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
Update
: 2025-02-19
Size
: 153kb
Publisher
:
陈佃文
[
matlab
]
decomposition_for_Matrix
DL : 0
本次程序是一个综合程序,功能是实现矩阵分解,包含有四种算法: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
Update
: 2025-02-19
Size
: 5kb
Publisher
:
guang mingxing
[
matlab
]
LuQrmatrix-decomposition
DL : 0
完成关于矩阵分解的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
Update
: 2025-02-19
Size
: 3kb
Publisher
:
way
[
Algorithm
]
matrix-factorial
DL : 0
要求完成课堂上讲的关于矩阵分解的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
Update
: 2025-02-19
Size
: 2kb
Publisher
:
卯宁
[
matlab
]
matrix_factorization
DL : 1
实现矩阵的各种分解,LU分解,QR分解,Householder分解,Givens 分解-To achieve a variety of matrix decomposition, LU decomposition, QR decomposition, Householder decomposition, Givens decomposition
Update
: 2025-02-19
Size
: 490kb
Publisher
:
刘晨
[
OS program
]
reduction
DL : 0
输入矩阵的维数以及各个元素,选择矩阵分解的方法,进行分解。 有四种分解方法: 1、LU 分解 2、Gram-schmidt分解 3、Householder分解 4、Givens分解 -matrix decomposition methods
Update
: 2025-02-19
Size
: 2kb
Publisher
:
maoxiaoxiao
[
Algorithm
]
GS Cholesky
DL : 0
GS迭代, Cholesky 分解 Givens方法,Householder 方法(Gs iteration cholesky decomposition)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Ferrytau
[
Algorithm
]
given rotation and householder reflection
DL : 0
Givens rotation and Householder reflection
Update
: 2025-02-19
Size
: 175kb
Publisher
:
kiang
[
Other
]
QR
DL : 0
自动识别矩阵规模,进行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.)
Update
: 2025-02-19
Size
: 298kb
Publisher
:
INBreeze
[
Other
]
matlab数值特征值与特征向量计算 实例源程序代码
DL : 0
特征值与特征向量的计算 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)
Update
: 2025-02-19
Size
: 12kb
Publisher
:
XWLYF
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.