虫虫首页|资源下载|资源专辑|精品软件
登录|注册

LU

  • Doolittle 分解法

    Doolittle 分解法,数值分析中的重要方法,是LU分解的基础算法

    标签: Doolittle 分解

    上传时间: 2013-12-17

    上传用户:qiao8960

  • matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique fo

    matlabBank-Based Kalman Filtering Technique for] - A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf [DIP_dg.rar] - JPEG图像压缩像素之扫描方法之一(zigzag scan)这是用的循环法 [imagethreshold.zip] - 老外编写的阈值分割代码,非常的好,强烈推荐下载 [contour.rar] - 利用OpenCV进行轮廓提取,很好用!对于初学openCv的人来说是个很好的入门例程 [LU.rar] - 路径识别

    标签: Filtering Technique Kalman Filter-Bank-Based

    上传时间: 2013-12-25

    上传用户:417313137

  • 数值分析 解线性方程组算法

    数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法

    标签: 数值分析 解线性 方程 算法

    上传时间: 2013-12-21

    上传用户:253189838

  • 求特征值与特征向量的程序

    求特征值与特征向量的程序,通过methode de LU思想设计。

    标签: 特征 向量 程序

    上传时间: 2014-12-07

    上传用户:plsee

  • LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations o

    LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations of the form LU=Nu, using the Lyapunov-Schmidt method. Downloading the LiScNLS package creates a new LiScNLS folder on the computer.

    标签: differential application equations numerical

    上传时间: 2013-12-20

    上传用户:hustfanenze

  • 数值线性代数的Matlab应用程序包 共13个程序函数

    数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解 ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式 NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 幂迭代 Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代 zuisu.m 解线性方程组 Steepest descent 最速下降法 CG.m 解线性方程组 Gradients 共轭梯度 BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度

    标签: Matlab 数值 应用程序 函数

    上传时间: 2016-05-17

    上传用户:小鹏

  • SuperLU 2.2版本。对大型、稀疏、非对称的线性系统的直接求解

    SuperLU 2.2版本。对大型、稀疏、非对称的线性系统的直接求解,用 Gauss 消去法做 LU 分解。用 C 开发。

    标签: SuperLU 2.2 版本 大型

    上传时间: 2013-12-08

    上传用户:xuanchangri

  • 包括使用修正Gram-Schmit算法实现QR分解

    包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvaLUe based on power and inverse power method and some examples are also incLUded.

    标签: Gram-Schmit 分解 算法

    上传时间: 2016-09-06

    上传用户:cooran

  • Matlab source codes for the regularized linear discriminant analysis (R-LDA)

    Matlab source codes for the regularized linear discriminant analysis (R-LDA),Author: LU Juwei,Bell Canada Multimedia Lab, Dept. of ECE, U. of Toronto,Released in 01 November 2004

    标签: discriminant regularized analysis Matlab

    上传时间: 2014-01-16

    上传用户:三人用菜

  • The "GEE! It s Simple" package ilLUstrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package ilLUstrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=LU(A), and so on). They are presented here merely to ilLUstrate and educate. "Real" production code should use backslash and LU, not this package.

    标签: ilLUstrates elimination Gaussian pivoting

    上传时间: 2016-11-09

    上传用户:wang5829