搜索资源列表

  1. 矩阵特征值的Householder方法.rar

    0下载:
  2. 矩阵特征值的Householder方法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-29
    • 文件大小:1502
    • 提供者:
  1. Householder

    0下载:
  2. Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of
  3. 所属分类:其它资源

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

    0下载:
  2. 矩阵特征值的Householder方法- Matrix eigenvalues Householder method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:
  1. raa

    0下载:
  2. 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:65536
    • 提供者:谢瑶
  1. Householder

    0下载:
  2. Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:温泉
  1. EigenvalueVector123

    0下载:
  2. /约化对称阵为对称三对角阵的豪斯荷尔德变换法-/ some of the symmetric matrix to symmetric tridiagonal matrix householder transformation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:刘英
  1. NumericalLinearAlgebra

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

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:YUXIANGCHENG
  1. QR_Householder

    1下载:
  2. 用householder变换求QR分解,需要自己编写矩阵输入的部分(有示例矩阵)-Used for QR Decomposition Householder transformation, the need for their own part of the preparation of matrix input (with sample matrix)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:金晓婷
  1. homework(1)prog

    0下载:
  2. 数值分析课程中Householder变换法对n阶矩阵A作正交分解A=QR -Numerical Analysis of the curriculum Householder transformation method for n-order matrix A for the orthogonal decomposition A = QR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:25600
    • 提供者:甘雯
  1. house

    0下载:
  2. Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。-Householder transform is one of the basic mathematical transform. Its role is to transform vectors will be mapped into the same mold of the other vector. One of i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:yzd
  1. hhouse

    0下载:
  2. hyperbolic Householder transformation的功能类似于Householder transformation,其作用是将被变换向量映射成双曲模与之相同的其它向量。其应用之一是快速QR分解。-hyperbolic Householder transformation functions similar to the Householder transformation, its role is to tran
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:yzd
  1. qr_house

    0下载:
  2. 基于Householder transformation的QR分解。 其使用需要调用Householder transformation程序。-Householder transformation based on the QR decomposition. The use of Householder transformation procedures need to call.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:yzd
  1. qr_hhouse

    0下载:
  2. 基于hyperbolic Householder transformation的QR分解。 其使用需要调用hyperbolic Householder transformation程序。-Hyperbolic Householder transformation based on the QR decomposition. Their use need to call the hyperbolic Householder transfo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:yzd
  1. Matrix

    0下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-29
    • 文件大小:1077248
    • 提供者:雾水葛
  1. Householder

    0下载:
  2. 豪斯霍尔德解线性最小二乘,简单易行-Householder
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:zxx
  1. Householder

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

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:zhangfei
  1. eigenvalue

    0下载:
  2. 矩阵的本征值以及本征向量求解的数值程序,包括QR方法,householder方法等-Matrix eigenvalue and eigenvector of the numerical solving procedures, including the QR method, householder methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-29
    • 文件大小:2437120
    • 提供者:叶飞
  1. MATLAB

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

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:qing
  1. na

    0下载:
  2. Householder transformation to Hessenberg form
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:4096
    • 提供者:kentus
  1. Householder

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

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:kong
« 12 3 4 5 6 »

源码中国 www.ymcn.org