Welcome![Sign In][Sign Up]
Location:
Search - gauss seidel iteration matlab

Search list

[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:

[matlabgauss_Seidel

Description: 用matlab实现的Gauss-Seidel迭代法。-Using matlab realize the Gauss-Seidel iteration method.
Platform: | Size: 14336 | Author: knight | Hits:

[matlabGauss-Serdel

Description: 此程序为解线性方程组的Gauss-Serdel迭代法的源程序-This procedure for solving linear equations Gauss-Serdel source iteration
Platform: | Size: 1024 | Author: yang | 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:

[Algorithmprogram

Description: 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
Platform: | Size: 3072 | Author: funintears | Hits:

[matlabG_S

Description: Gauss-seidel迭代与两种Jacobi迭代的matlab实现-Gauss-seidel iterative realization of the matlab
Platform: | Size: 1024 | Author: 云中树 | Hits:

[Otherpoissonfdm

Description: 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the basis of whether or not to stop iteration.
Platform: | Size: 1024 | Author: LGE | Hits:

[matlabcode

Description: (1)用Doolittle三角分解(LU)法解方程组。 (2)分别用Jacobi迭代, Gauss-Seidel迭代法解方程组。 -(1) Triangle Doolittle decomposition (LU) Solving equations. (2), respectively, with Jacobi iteration, Gauss-Seidel iteration method for solution of equations.
Platform: | Size: 2048 | Author: 娜娜 | Hits:

[matlabgaussseidel

Description: 高斯-赛德尔迭代计算方法是在计算第一个方程函数得到第一个自变量后,吧自变量更新进入第二个方程计算。-Gauss- Seidel iteration method is to function in the calculation of the first equation obtained after the first argument, it updates the independent variables into the second equation.
Platform: | Size: 1024 | Author: jiaoyuwei | Hits:

[matlabapplication-of-CG-and-Gauss-Seidel-

Description: 共轭梯度法和Gauss-Seidel迭代法的matlab实现,实例操作,取得了良好的效果-Conjugate gradient method and the Gauss-Seidel iteration method matlab implementation, instance operations, and achieved good results
Platform: | Size: 43008 | Author: 张明 | Hits:

[Algorithmiteration

Description: 利用Matlab 实现求解方程组的 Jacobi 迭代法; 利用Matlab 实现求解方程组的 Gauss-Seidel 迭代法; 利用编制的算法求解给定的线性方程组; -Matlab Jacobi iterative method for solving equations Use of Matlab for solving the equations of Gauss-Seidel iteration method The preparation of the algorithm for solving linear equations given
Platform: | Size: 60416 | Author: jenny | Hits:

[matlabJacobi-and-Gauss-Seidel

Description: Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组,matlab语言编程。-Jacobi iteration method and Gauss-Seidel iteration method for solving linear equations, using the Matlab programming language.
Platform: | Size: 5120 | Author: 涉水灯盏 | Hits:

[matlabgauss-seidel

Description: The Gauss-Seidel technique is intuitive and easy to use on large or small problems. However, you should beware that the convergence tolerance must be carefully selected. Because the convergence criterion is based on the error between iterations, the same convergence criteria may lead to very different results. The direct solution technique presented in Section 2.6.2 is generally preferred over an iterative technique like Gauss-Seidel iteration if a tool such as MATLAB that provides a computationally efficient means of solving sparse matrices is available.
Platform: | Size: 489472 | Author: Danny | Hits:

[matlabGauss-Seidel

Description: Gauss-Seidel迭代法 matlab编程- Gauss-Seidel iteration method matlab programming
Platform: | Size: 2048 | Author: wp | Hits:

[Software EngineeringFlow-Calculation-Based-on-Matlab

Description: 一篇基于Matlab的Gauss_Seidel迭代法电力系统潮流计算的文献-Gauss-Seidel Iteration Method in Flow Calculation Based on Matlab
Platform: | Size: 178176 | Author: 赵磊 | Hits:

[matlabJacobi-and-Gauss-Seidel

Description: Jacobi迭代法和Gauss-Seidel迭代法Matlab程序,可用于求解线性方程组-Jacobi iteration method and Gauss- Seidel iterative method Matlab procedures, can be used to solve the linear system of equations
Platform: | Size: 20480 | Author: clh | 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:

[matlabG-S与jaciob迭代迭代

Description: 利用高斯赛德尔迭、雅克比迭代算法求解一维稳态导热问题的例程。。。(Gauss seidel iteration for one dimensional steady heat conduction problem)
Platform: | Size: 1024 | Author: 梦时无意 | Hits:

[Algorithm作业

Description: 高斯赛德尔迭代法,雅各比迭代法及其代码说明。(Gauss-Seidel iteration method, Jacobian iteration method and its code description.)
Platform: | Size: 60416 | Author: Edith_Jin | Hits:

[matlabGS

Description: 求解系数矩阵由16阶Hilbert方程组构成的线性方程组,Gauss-Seidel迭代法;(The solution of coefficient matrix consists of 16 Hilbert equations, Gauss-Seidel iteration method.)
Platform: | Size: 1024 | Author: 浅色风月 | Hits:
« 12 »

CodeBus www.codebus.net