We can see that using Gauss-Seidel iterative methods need only 13 timed to make But using Jacobi method after 25 times the is bigger than that using Gauss-Seidel iterative methods
标签: Gauss-Seidel iterative methods 61541
上传时间: 2016-02-06
上传用户:sjyy1001
线性方程组的数值解法,包括高斯消去,三角分解,追赶法和Jacobi等迭代方法
上传时间: 2013-12-26
上传用户:问题问题
数值线性代数的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
上传用户:小鹏
清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
上传时间: 2016-08-27
上传用户:zhoujunzhen
基于可编程跨导运算放大器POTA低通有源滤波器设计。该文给出了基于可编程跨导运算放大器(POTA)的有源滤波器设计方法,能在一定范围内实现跨导值程控调节, 提高调节精度和准确度。并且利用Jacobi 法求解相似对角形矩阵,避免解高次方程的难题。所设计的有源滤波电路不易受分布电容的影响,稳定性好、灵敏度低。本文给出了设计实例,显示了该方法的优点。
上传时间: 2014-01-08
上传用户:huannan88
数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。
上传时间: 2017-01-30
上传用户:许小华
分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b
上传时间: 2017-04-23
上传用户:semi1981
The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
标签: off-diagonal following and component
上传时间: 2013-12-23
上传用户:风之骄子
The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane
标签: equation method linear solve
上传时间: 2014-09-11
上传用户:kelimu
自己编写的程序,用Jacobi方法来求解对称矩阵的特征值还有用OR算法以及反幂法来求解特征值。
上传时间: 2017-05-13
上传用户: