Welcome![Sign In][Sign Up]
Location:
Search - Seidel elimination matlab

Search list

[Mathimatics-Numerical algorithmsSeidel

Description: GAUSS-SEIDEL法的Matlab程序-A programm realizing GUASS-SEIDEL algorithm,written in Matlab.
Platform: | Size: 1024 | Author: lll | Hits:

[AlgorithmGauss-Seidel

Description: 数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss- Seidel method for solving linear equations of c procedures
Platform: | Size: 1024 | Author: Y.P.Zhou | Hits:

[AlgorithmGuass

Description: 线性方程组的两个程序,Guass-Jodan消去法和的,高斯塞德尔迭代法。-linear equations of the two procedures, Guass- Jodan elimination and the high Shisaideer iterative method.
Platform: | Size: 1024 | Author: 陈涛 | Hits:

[AlgorithmGauss-Seidel

Description: Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
Platform: | Size: 78848 | Author: 吕鹏 | Hits:

[matlabshuzhifenxi

Description: 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等-Numerical Analysis of the experimental report! Contains more than one experiment! Experiment 1 Experiment 2 roots of nonlinear equations of linear algebraic equations the solution out PCA Gauss elimination method experiment trilinear solution of algebraic equations- Gauss-Seidel iteration method, such as
Platform: | Size: 39936 | Author: geoshion | Hits:

[AlgorithmGauss

Description: 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
Platform: | Size: 29696 | Author: chuchenyun | Hits:

[matlabUnwellLineEquSet-matlab

Description: 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:求解结果、迭代次数、迭代误差数据、误差曲线图等。 -Morbid Linear Equations calculation problems involving Gauss elimination method, Jacobi' s iterative method, Gauss- Seidel iterative method, steepest descent method and conjugate gradient method. Each method, all the preparation of an m file, packaged in the form of a function. Then the total HilbLineEquSet.m file to invoke the implementation of draw error curve, to be running results. General Matlab program flow, as follows: the calculation of morbid equations include: HilbLineEquSet.m, gauss.m, jacobi.m, gauss_seidel.m, fastest_descend.m and conjugated_grad.m six documents. Procedures for implementation of the findings include: solving a result, the number of iterations, iterative error data, error curve and so on.
Platform: | Size: 6144 | Author: 陈永恒 | Hits:

[Algorithmxianxingfangchengzu

Description: 本代码是GAUSS-SEIDEL迭代法、选主元JORDAN消去法、简单GAUSS消去法、选主元GAUSS消去法的MATLAB程序,有详细注释,可直接调用-This code is GAUSS-SEIDEL iteration, pivoting JORDAN elimination, simple GAUSS elimination, pivoting GAUSS elimination of the MATLAB program, with detailed notes, can be called directly
Platform: | Size: 2048 | Author: huanghf | Hits:

[matlabUnwellLineEquSet-matlab

Description: 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:求解结果、迭代次数、迭代误差数据、误差曲线图等。-Morbid Linear Equations calculation problems involving Gauss elimination method, Jacobi s iterative method, Gauss- Seidel iterative method, steepest descent method and conjugate gradient method. Each method, all the preparation of an m file, packaged in the form of a function. Then the total HilbLineEquSet.m file to invoke the implementation of draw error curve, to be running results. General Matlab program flow, as follows: the calculation of morbid equations include: HilbLineEquSet.m, gauss.m, jacobi.m, gauss_seidel.m, fastest_descend.m and conjugated_grad.m six documents. Procedures for
Platform: | Size: 6144 | Author: Gaivn Jin | Hits:

[Algorithmsolver_Eq

Description: 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi iteration, and Guass-Seidel iteration method source code. For your reference.
Platform: | Size: 3072 | Author: 蔡声泽 | Hits:

[matlabmatlab

Description: LINEAR SYSTEMS AND GAUSSIAN ELIMINATION THE LU FACTORIZATION Gauss-Seidel iteration SOR (successive over-relaxation) iteration
Platform: | Size: 2048 | Author: Penny | Hits:

[AlgorithmLinear-Equations

Description: 解线性方程组的各种MATLAB实现方法,包括高斯列主消去法、Doolittle、Gauss Seidel-MATLAB Linear Equations various implementations,including out PCA Gaussian elimination, Doolittle, Gauss Seidel
Platform: | Size: 4096 | Author: 郭昊 | Hits:

[matlabgauss_seidel

Description: 高斯-塞代尔(Gauss-Seidel)消元法的MATLAB程序-Gauss- plug Dyer (Gauss-Seidel) elimination method MATLAB program
Platform: | Size: 1024 | Author: ke_zhifang | Hits:

CodeBus www.codebus.net