線性方程組的數(shù)值解法,包括高斯消去,三角分解,追趕法和Jacobi等迭代方法
上傳時間: 2013-12-26
上傳用戶:問題問題
數(shù)值線性代數(shù)的Matlab應用程序包 共13個程序函數(shù),每個程序函數(shù)有相應的例子函數(shù)一一對應,以*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 數(shù)值 應用程序 函數(shù)
上傳時間: 2016-05-17
上傳用戶:小鵬
SuperLU 2.2版本。對大型、稀疏、非對稱的線性系統(tǒng)的直接求解,用 Gauss 消去法做 LU 分解。用 C 開發(fā)。
上傳時間: 2013-12-08
上傳用戶:xuanchangri
完整的數(shù)值模擬軟件,可以實現(xiàn)高次插值的Sin現(xiàn)象,三次分段埃米爾插值,Gauss賽德爾迭代法等多種算法
上傳時間: 2013-12-08
上傳用戶:佳期如夢
基于可編程跨導運算放大器POTA低通有源濾波器設計。該文給出了基于可編程跨導運算放大器(POTA)的有源濾波器設計方法,能在一定范圍內(nèi)實現(xiàn)跨導值程控調(diào)節(jié), 提高調(diào)節(jié)精度和準確度。并且利用Jacobi 法求解相似對角形矩陣,避免解高次方程的難題。所設計的有源濾波電路不易受分布電容的影響,穩(wěn)定性好、靈敏度低。本文給出了設計實例,顯示了該方法的優(yōu)點。
上傳時間: 2014-01-08
上傳用戶:huannan88
無線通信的各種運動模型。適用于移動通信、無線傳感器網(wǎng)絡等領域。 包括:Random walk、random waypoint、random direction、boundless simulation area、 gauss-markov等運動模型 - probabilistic random walk
標簽: random simulation direction boundless
上傳時間: 2014-11-12
上傳用戶:libinxny
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by using: The composite trapezium, simpsons and gauss-legendre rules. This is useful for calculating accurate probabilities that one might see in statistical tables.
標簽: can entering command MATLAB
上傳時間: 2016-11-07
上傳用戶:偷心的海盜
Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use. Function inputs need not accept vector args.
標簽: volume user-defined quadrature Gaussian
上傳時間: 2013-12-13
上傳用戶:417313137
數(shù)值計算算法,包括: (1)Lagrange插值 (2)Newton 插值 (3)求f(x0):秦九韶法 (4)求實系數(shù)多項式f(z0)。z0為復數(shù)(5)二分法求f(x)=0的根 (6)弦截法求f (x)=0的根 (7)求實系數(shù)多項式 方程的實根、復根 (8)解線性方程組:Gauss列主元素消去法( 9 )快速弗利葉變換(FFT)
上傳時間: 2016-11-15
上傳用戶:a3318966
This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of % weights in the network if the network has been trained with % weight decay, an estimate of the noise variance, and the Gauss-Newton % Hessian. %
標簽: generalization calculates prediction function
上傳時間: 2014-12-03
上傳用戶:maizezhen