CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - householder matlab

搜索资源列表

  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.38kb
    • 提供者:YUXIANGCHENG
  1. 矩阵特征值的Householder方法

    1下载:
  2. 矩阵特征值的Householder方法- Matrix eigenvalues Householder method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:
  1. Householder

    0下载:
  2. 程序功能:函数holder2给定向量x≠0,计算Householder初等变换阵的p,u-Householder resolve to equation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.47kb
    • 提供者:zhangfei
  1. MATLAB

    0下载:
  2. QR分解-householder reflection-householder reflection
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.35kb
    • 提供者:qing
  1. na

    0下载:
  2. Householder transformation to Hessenberg form
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:3.96kb
    • 提供者:kentus
  1. homework(1)prog

    0下载:
  2. householder矩阵的数值分析及matlab实现-householder
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:25.04kb
    • 提供者:任鹏
  1. QR

    1下载:
  2. 用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:898byte
    • 提供者:lianna
  1. Householder

    1下载:
  2. Household变换的Matlab程序,有很强的应用和参考价值-Household Transform Matlab program has a strong application and reference value
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:827byte
    • 提供者:iyoung
  1. QR_and_Least_Square_problems

    0下载:
  2. 如何对随机生成的矩阵进行QR分解和并利用QR分解解决最小二乘问题.-Use Householder reflector to compute the QR factorization of a randomly generated matrix and then solve the Least-Square problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1.5kb
    • 提供者:独孤星
  1. Householder

    0下载:
  2. 矩阵Householder变换Matlab代码 内含实例 -Householder transformation matrix, containing examples of Matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:767byte
    • 提供者:kong
  1. matlab-Hint

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:92.6kb
    • 提供者:hassani
  1. householderqr

    0下载:
  2. householder 矩阵 qr分解程序-householder matrix qr decomposition process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:597byte
    • 提供者:thatd
  1. QRgivens

    1下载:
  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

    • 发布日期:2015-03-09
    • 文件大小:43kb
    • 提供者:Kaissoun
  1. household-givens

    0下载:
  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

    • 发布日期:2016-04-17
    • 文件大小:153kb
    • 提供者:陈佃文
  1. qr

    0下载:
  2. qr变换和householder求特征值的算法,可与matlab结果比对-qr transform and householder eigenvalue algorithm, the results compare with matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.34kb
    • 提供者:yan
  1. LuQrmatrix-decomposition

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

    • 发布日期:2017-04-14
    • 文件大小:2.51kb
    • 提供者:way
  1. matrix-factorial

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

    • 发布日期:2017-04-13
    • 文件大小:2.28kb
    • 提供者:卯宁
  1. Householder

    0下载:
  2. 使用household法分解矩阵的源程序 方便下载的(Using household method to decompose the source of the matrix Easy to download)
  3. 所属分类:matlab例程

  1. dll

    0下载:
  2. matlab 程序 基于Householder的QR分解(Householder QR www.pudn.com/Download/upload.html)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-18
    • 文件大小:1.6mb
    • 提供者:清风月影
搜珍网 www.dssz.com