Doolittle 分解法,数值分析中的重要方法,是LU分解的基础算法
上传时间: 2013-12-17
上传用户:qiao8960
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-26
上传用户: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 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-21
上传用户:hustfanenze
数值线性代数的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 双共轭梯度
上传时间: 2016-05-17
上传用户:小鹏
SuperLU 2.2版本。对大型、稀疏、非对称的线性系统的直接求解,用 Gauss 消去法做 LU 分解。用 C 开发。
上传时间: 2013-12-08
上传用户:xuanchangri
包括使用修正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-07
上传用户:cooran
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 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