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