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

Search list

[Mathimatics-Numerical algorithmssecant-seidel-simpson

Description: secant-seidel-simpson codeS for matlab
Platform: | Size: 2048 | Author: ariyan | Hits:

[AlgorithmSeidel

Description: 解线性代数方程组的seidel迭代方法,使用标准c++库的vector实现。-Seidel iterative method for solving linear algebraic equations, using standard c++ library vector implementation.
Platform: | Size: 2048 | Author: | Hits:

[matlabGauss-Seidel-iterative

Description: 高斯赛德迭代法,是一种比雅各比迭代更为精确的迭代法,有利于各种的迭代编程-Gauss Seidel iteration method, is a more accurate than Jacoby iterative method of iteration, iterative programming for a variety of
Platform: | Size: 3072 | Author: qiaofangtong | Hits:

[OtherGauss-seidel.m

Description: gauss-seidel算法 基于matlab编译的程序
Platform: | Size: 1024 | Author: realisking | 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:

[matlabGauss-Seidel

Description: 通过在matlab下main和seidel的联合,可以完成线性方程组的高斯-赛德尔迭代的计算-And through joint main seidel in matlab, can complete linear equations Gauss- Seidel iterative calculation
Platform: | Size: 1024 | Author: 刘自然 | Hits:

[Education soft systemGauss-Seidel-iterative-method

Description: 高斯赛德尔迭代法,数值分析的一种计算方法。-Gauss Seidel iteration method, a calculation method of numerical analysis.
Platform: | Size: 9216 | Author: 王筱锦 | Hits:

[matlabGauss-Seidel

Description: 高斯-赛德尔迭代求解线性方程组程序,调试成功!-Gauss- Seidel iterative procedure for solving linear equations, debugging success!
Platform: | Size: 1024 | Author: 杨婷 | Hits:

[Windows DevelopGauss-Seidel-Iteration

Description: GAUSS SEIDEL ITERATION METHOD
Platform: | Size: 363520 | Author: mehrdad nickaeen | Hits:

[matlabGuass-Seidel(matlab)

Description: Guass-Seidel matlab版,可运行,有注释-Guass-Seidel matlab also has explanations,it goes quickly and accuately
Platform: | Size: 1024 | Author: gaby | Hits:

[Special EffectsGauss-Seidel

Description: 高斯赛德尔算法用matlab的实现,本代码中用的是标准的写法,非常适合初学者使用,代码是标准的教课书写法-Gauss Seidel algorithm using matlab implementation, the code is the wording of the standard, very suitable for beginners to use, the code is the standard textbook writing
Platform: | Size: 2048 | Author: | Hits:

[matlabchaos--seidel--jacobi--lnback--ode

Description: 该程序包包含五个代码,均用matlab编写,内容分别是混沌动力系统中,logistics函数随参数a变化周期收敛图像;以及seidel,jacobi两种迭代法求解线性方程组;以及常微分方程求解乒乓球运动轨迹;以及用newton向后插值法估计lnx函数值的源文件。-This package contains five codes are written in matlab, the contents are chaotic dynamical systems, logistics function with parameters a change cycle convergence image and seidel, jacobi two iterative method for solving linear equations and ordinary differential equations Pong ball trajectory and an interpolation method to estimate with newton backward lnx function value source files.
Platform: | Size: 1024 | Author: 杨文昌 | Hits:

[OtherGauss-Seidel

Description: 潮流计算中的Gauss-Seidel迭代法-Gauss-Seidel MATLAB
Platform: | Size: 1024 | Author: 沈静 | Hits:

[ELanguageMETODO-GAUSS-SEIDEL

Description: GAUSS SEIDEL SOLUTION
Platform: | Size: 160768 | Author: Peter | Hits:

[matlabGauss-Seidel-Method

Description: In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Friedrich Gauss and Philipp Ludwig von Seidel, and is similar to the Jacobi method. Though it can be applied to any matrix with non-zero elements on the diagonals, convergence is only guaranteed if the matrix is either diagonally dominant, or symmetric and positive definite. It was only mentioned in a private letter Gauss to his student Gerling in 1823.[1] A publication was not delivered before 1874 by Seidel-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Friedrich Gauss and Philipp Ludwig von Seidel, and is similar to the Jacobi method. Though it can be applied to any matrix with non-zero elements on the diagonals, convergence is only guaranteed if the matrix is either diagonally dominant, or symmetric and positive definite. It was only mentioned in a private letter Gauss to his student Gerling in 1823.[1] A publication was not delivered before 1874 by Seidel
Platform: | Size: 1024 | Author: Zolo | Hits:

[AlgorithmGauss-Seidel-in-C-Program

Description: 高斯-赛德尔迭代法是解线性方程组的常规算法,本文是C语言的高斯-赛德尔计算代码-Gauss-Seidel C program
Platform: | Size: 6144 | Author: 罗汉 | Hits:

[AlgorithmGauss-Seidel-iteration-method

Description: Gauss-Seidel iteration method
Platform: | Size: 1024 | Author: Saeed | Hits:

[Data structsseidel-1.0.tar

Description: seidel三角剖分,快速2d 三角剖分算法-seidel triangulation triangulation algorithm fast 2d
Platform: | Size: 71680 | Author: 力量棵 | Hits:

[matlabGauss-Seidel

Description: Gauss-Seidel method is an iterative method used to solve systems of linear equations
Platform: | Size: 3074048 | Author: Anna_7D | Hits:

[AlgorithmGAUSS-SEIDEL

Description: 用高斯-赛德尔迭代法求解线性方程组的matlab实例程序-a matlab example program about the Gauss- Seidel iterative method for solving linear equations matlab example program
Platform: | Size: 15360 | Author: 凌霄 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 27 »

CodeBus www.codebus.net