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

Search list

[Other resourcemathmatics_of_computer

Description: C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss - Seidel iterative method. cpp Lagrange polynomial interpolation. c
Platform: | Size: 2662 | Author: 鸿鹤 | Hits:

[OS program3_6

Description: 高斯-赛德尔迭代法--源代码,这是我的课程设计作业,有点幼稚,请指教-Gauss - Seidel iterative method -- source code, this is my course design work, a bit naive, please enlighten
Platform: | Size: 2814 | Author: 李可 | Hits:

[Other resourcegausssaderalgrithem

Description: 高斯-赛德尔迭代法--源代码及关键源代码。包括了高斯-赛德尔矩阵算法类,高斯-赛德尔矩阵变换函数,迭代函数,求解函数,精度要求等-Gauss - Seidel iterative method -- the key source code and the source code. Including the Gauss - Seidel algorithm matrix category, Gauss - Seidel matrix transform function, iterative function for function, accuracy, etc.
Platform: | Size: 2807 | Author: 李可 | Hits:

[Other resourceshuzhijisuan

Description: 本例包括,数值计算中的线性方程组的迭带法 有高斯-塞德尔迭带算法-the cases include the numerical calculation of the linear equations are iterative method of Gauss - Seidel iterative algorithm
Platform: | Size: 9024 | Author: 赤兵 | Hits:

[Other resourcet2_5

Description: 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and the Gauss - Seidel iterative solution of linear equations. Jacobi iterative algorithm ideas : equations, so that the equation extreme retain only vector, into subguadratic else. will be incorporated into the on-subguadratic can (in order Progressive) calculated. Gauss - Seidel iterative and Jacobi iteration is different-first to be calculated first, used again in the second for the right side of the ceremony, followed by analogy.
Platform: | Size: 898 | Author: 王明明 | Hits:

[Other resourceNumericalAnalysisAlgorithm

Description: 列主元消元法解线性方程组(已通过验证) LU分解法解线性方程组(已通过验证): 雅可比迭代法(已通过P54例一和习题一的验证)高斯---赛得尔迭代法 拉哥朗日插值公式(乘幂法 -main-element elimination method for solving linear equations (validated) LU decomposition method for solving linear equations (which has been validated ) : Jacobi iteration (P54 cases through an Exercise and a certification) Gauss -- Seidel tournament in Japan interpolation Falagelang formula (207.142.131.235 France
Platform: | Size: 12231 | Author: xuyao | Hits:

[Other resourceGaussian_row

Description: 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
Platform: | Size: 78921 | Author: 吕鹏 | Hits:

[Other resourceyuanma

Description: 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组
Platform: | Size: 181741 | Author: john | Hits:

[Other resourcegauss_Seidel

Description: 用matlab实现的Gauss-Seidel迭代法。
Platform: | Size: 14541 | Author: knight | Hits:

[Other resourceseidel

Description: 数值分析塞德尔迭代法,是用C编写的,希望大家互相参考!!1
Platform: | Size: 9693 | Author: 刘镇权 | Hits:

[WEB CodeIMGS

Description: 该文给出线性方程组改进的Gauss-Seidel迭代(被称之为IMGS方法)对于H矩阵的收敛性定理
Platform: | Size: 220062 | Author: | Hits:

[Other resourcejsff2

Description: 计算方法程序,包括高斯列主元法,复化simpson,标准四阶龙格库塔,Seidel迭代,Romberg算法
Platform: | Size: 3560 | Author: liu bo | Hits:

[Other resourcemy_codes

Description: 平时完成作业做的几个小程序。有数值计算方面的梯形公式求积、simpson算法求积、Jacobi算法求解线性方程组、Gauss-Seidel法求解线性方程组,还有一个简单的学习成绩管理信息系统,可实现成绩录入、查询和排序等功能
Platform: | Size: 5877 | Author: huangye | Hits:

[Mathimatics-Numerical algorithms6.gauss-seidel

Description: Gauss_seidel算法,经典算法-Gauss_seidel algorithm, classical algorithm
Platform: | Size: 823 | Author: 黎元凯 | Hits:

[Mathimatics-Numerical algorithmsGauss-Seidel

Description: Gauss_Seidel迭代-Gauss_Seidel
Platform: | Size: 977 | Author: 陈国栋 | Hits:

[Other resourceSDR

Description: 赛德尔迭代法解方程组-Seidel iterative method for solving equations
Platform: | Size: 10100 | Author: 赵健 | Hits:

[Other resourceshuzhifenxi

Description: 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等
Platform: | Size: 40290 | Author: geoshion | Hits:

[Other resourceChapter05-06.LinearEquations

Description: 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
Platform: | Size: 248457 | Author: 大乔 | Hits:

[CSharpGauss-Seidel

Description: 该源码是国外用C#编写的用于数学分析的源码,主要用来解决高斯-塞得尔问题的
Platform: | Size: 17661 | Author: 李丽 | Hits:

[Other resourceseidel

Description: 求解非线性不动点方程组x=G(x)的非线性塞德尔迭代方法,初值x0
Platform: | Size: 890 | Author: tianhai | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 27 »

CodeBus www.codebus.net