当前位置:
首页 资源下载
搜索资源 - householder matlab
搜索资源列表
-
2下载:
数值线性代数的Matlab应用程序包
共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名
程序名称 用途 Method 方法
GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特
MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特
householder.m QR因子分
-
-
1下载:
矩阵特征值的Householder方法- Matrix eigenvalues Householder method
-
-
1下载:
矩阵论中比较重要的一种算法givens矩阵变换算法 自己编写的 调试通过-矩阵论more important givens of an algorithm matrix transformation algorithm I have written through the debug
-
-
0下载:
程序功能:函数holder2给定向量x≠0,计算Householder初等变换阵的p,u-Householder resolve to equation
-
-
0下载:
QR分解-householder reflection-householder reflection
-
-
0下载:
Householder transformation to Hessenberg form
-
-
0下载:
householder矩阵的数值分析及matlab实现-householder
-
-
1下载:
用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
-
-
1下载:
Household变换的Matlab程序,有很强的应用和参考价值-Household Transform Matlab program has a strong application and reference value
-
-
0下载:
如何对随机生成的矩阵进行QR分解和并利用QR分解解决最小二乘问题.-Use Householder reflector to compute the QR factorization of a randomly generated matrix and then solve the Least-Square problems.
-
-
0下载:
矩阵Householder变换Matlab代码
内含实例
-Householder transformation matrix, containing examples of Matlab code
-
-
0下载:
this file contain 2 pdf about integeration in matlab and some code as following:
QR decomposition
Jacobi method
Choleskey Decomposition
householder method
Genetic Algorithm
least_squares method
gauss_seidel method
-
-
0下载:
householder 矩阵 qr分解程序-householder matrix qr decomposition process
-
-
1下载:
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
-
-
0下载:
运用matlab编程语言,实现利用Householder变换和Givens变换求解矩阵的QR分解-Use matlab programming language, the realization and the Givens transformations using the Householder transformation matrix QR decomposition to solve
-
-
0下载:
qr变换和householder求特征值的算法,可与matlab结果比对-qr transform and householder eigenvalue algorithm, the results compare with matlab
-
-
0下载:
使用household法分解矩阵的源程序
方便下载的(Using household method to decompose the source of the matrix Easy to download)
-
-
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 Q
-
-
0下载:
matlab 程序
基于Householder的QR分解(Householder QR www.pudn.com/Download/upload.html)
-
-
1下载:
特征值与特征向量的计算 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.
-