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

搜索资源列表

  1. eig_qr

    0下载:
  2. 使用QR分解方法计算矩阵特征值的matlab源码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:1697
    • 提供者:党项南
  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
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. 333

    0下载:
  2. 用QR 法方程组合SVD分解进行最小二乘解方程组,并比较三种方法的稳定性以及准确性-Combined with the QR equation SVD decomposition least squares solution of equations, and compare the stability and accuracy of three methods
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:2492
    • 提供者:杨大陆
  1. QR

    0下载:
  2. 矩阵全部特征值的QR方法,包括化一般矩阵为上Hessenberg阵,平面旋转阵(Givens变换阵),用 Givens变换对上Hessenberg阵作QR分解,原点平移加速的QR方法等-Eigenvalue matrix of all the QR methods, including the general of the Hessenberg matrix array, planar array rotation (Givens transformation matrix), with the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:255116
    • 提供者:王强
  1. QR

    0下载:
  2. 数值分析或计算方法中用QR分解求线性方程-QR analyse to solve a matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:123982
    • 提供者:mark
  1. geteig

    0下载:
  2. 利用现将矩阵变为上贺申伯矩阵,在利用QR分解的方法求任意矩阵的特征值-Hesien by now on the matrix into matrix, QR decomposition in the use of any method for solving matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1370
    • 提供者:杨文晋
  1. Polynomial-fitting

    0下载:
  2. 、对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法 和QR 分解方法进行多项式拟合。 2、对给定的若干组数据,求经过这些点的插值多项式。-Given set of data, according to a specified order, according to the principle of least squares normal equations Polynomial fitting and the QR decomposition method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:669136
    • 提供者:fzk
  1. QR

    0下载:
  2. 对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法和QR 分解方法进行多项式拟合。-QR analise
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:259796
    • 提供者:huy
  1. MatrixCalculator

    1下载:
  2. 2.1 矩阵类设计 2.2 矩阵基础运算 2.3 实矩阵求逆的全选主元高斯-约当法 2.4 复矩阵求逆的全选主元高斯-约当法 2.5 对称正定矩阵的求逆 2.6 托伯利兹矩阵求逆的特兰持方法 2.7 求行列式值的全选主元高斯消去法 2.8 求矩阵秩的全选主元高斯消去法 2.9 对称正定矩阵的乔里斯基分解与行列式的求值 2.10 矩阵的三角分解 2.11 一般实矩阵的QR分解 2.12 一般实矩阵的奇异值分解 2.13 求广义
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:65586
    • 提供者:王健
  1. Gram-SchmidtQR

    0下载:
  2. Gram-Schmidt正交化计算QR分解,经典数值计算方法。fortran程序-gram-schmidt orthogonal calculate qr decomposition, the classic method of numerical calculation, fortran program!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:711882
    • 提供者:冰洋
  1. QR-decomposition

    0下载:
  2. QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,-QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1263365
    • 提供者:谢慧明
  1. LU-and-QR

    0下载:
  2. 求解线性方程组Ax=b,其实质就是把它的系数矩阵A通过各种变换成一个下三角或上三角矩阵,从而简化方程组的求解。因此,在求解线性方程组的过程中,把系数矩阵A变换成上三角或下三角矩阵显得尤为重要,然而矩阵A的变换通常有两种分解方法:LU分解法和QR分解法。-LU and QR decomposition method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:83631
    • 提供者:段艳
  1. QR

    0下载:
  2. 很好用的QR矩阵分解方法,并给出了实例,使用效果不错-Very good QR decomposition algorithm, and gives an example
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2209
    • 提供者:海龙
  1. Approximating-Eigenvalues

    3下载:
  2. 矩阵特征值与特征向量的计算 幂法与反幂法 原点移位加速法 幂法的艾特肯加速 雅克比方法 QR方法 豪斯霍尔德变换 拟上三角形矩阵的QR分解-Matrix eigenvalue and eigenvector calculation: power method and inverse power method,origin shift power law Aitken acceleration method, Jacobi method,Householder’s Method, QR metho
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:14693
    • 提供者:huangyonghao
  1. test

    0下载:
  2. 数值分析方法,利用LU分解和QR分解两种方法求解线性方程组,这对解方程提供了便利。-Numerical analysis method using LU decomposition and QR decomposition are two methods for solving linear equations, which provides a convenient solution to the equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2384
    • 提供者:尚云
  1. QR-decomposition

    0下载:
  2. 矩阵A的QR分解.应用改进的Gram—Schmidt方法和Householder变换的方法计算矩阵A的QR分解.-QR decomposition of the matrix A. Application of modified Gram-Schmidt method and the method of calculation Householder transformation matrix A QR decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7551
    • 提供者:lumengyi
  1. jdqr

    0下载:
  2. 采用QR分解方法计算矩阵特征值和特征向量-computes a partial Schur decomposition of a square matrix or operator
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:19108
    • 提供者:Xie Tao
  1. SVD-QR-method

    0下载:
  2. svd分解,使用qr方法,编译即可运行,需要文件输入-SVD QR method,the program can run successfully, you need a file for input
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:8833
    • 提供者:huyw
  1. QR_Decomposition

    0下载:
  2. 使用格莱姆施密特方法的QR分解程序,附带函数拟合以及图像-Graeme Schmidt method using QR decomposition process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:Bep
搜珍网 www.dssz.com