搜索资源列表
Jacobi迭代法
- 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
seidel迭代法
- gauss-seidel迭代法解Ax=b的解-Gauss - Seidel iterative method for Ax = b Solution
Gauss-Seidel 迭代
- 数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss - Seidel iterative algorithm
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
seidel迭代法
- gauss-seidel迭代法解Ax=b的解-Gauss- Seidel iterative method for Ax = b Solution
高斯—塞德尔迭代法
- 高斯—塞德尔迭代法。-Gauss- Seidel iteration.
Gauss-Seidel 迭代
- 数据结构中常用的Gauss-Seidel 迭代算法-commonly used data structures, the Gauss- Seidel iterative algorithm
GAUSS迭代
- 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-on numerical calculation of the source code, including from the decomposition of the matrix solution Differential Equations
Seidel
- GAUSS-SEIDEL法的Matlab程序-A programm realizing GUASS-SEIDEL algorithm,written in Matlab.
Gauss_Seidel迭代法
- 用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
Jacobi迭代法
- 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithm
实验5-雅可比迭代
- 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss- Seidel iterative solution equations Ax = b, analysis, comparison of the results
yuanma
- 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组-Numerical calculation method to solve equations example, using Gauss-Seidel iteration method for solution of equations
gauss_Seidel
- 用matlab实现的Gauss-Seidel迭代法。-Using matlab realize the Gauss-Seidel iteration method.
Gauss-Serdel
- 此程序为解线性方程组的Gauss-Serdel迭代法的源程序-This procedure for solving linear equations Gauss-Serdel source iteration
gauss-seidel
- Implementacion del metodo Gauss-Seidel para la solucion de sistemas de ecuaciones, tomando como aproximacion inicial x0.
sy3
- Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
G-S迭代
- 用Gauss-Seidel迭代法解线性方程组。(Solving linear equations by G-S iteration)
迭代求解方程组
- 包括Jacobi迭代法,Gauss-seidel迭代法和SOR迭代法的matlab代码,以及一个测试的main程序(These are iterative methods for solving linear equations.)
Gauss-Seidel迭代算法(后面有与Jacobi法比较)
- 高斯的迭代算法,后面有何jacobi算法比较(Gauss's iterative algorithm, what's the comparison of Jacobi algorithm later?)