搜索资源列表
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
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法: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迭代
- 关于数值计算的一些源代码,包括了从矩阵分解到解微分方程-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
Gauss-SerdelMATLAB
- 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件-with Gauss- Serdel iterative method of calculating equations MATLAB function documents
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
shuzhifenxi
- 数值分析实验报告!包含多个实验! 实验一 非线性方程求根 实验二 线性代数方程组的解法 --------列主元Gauss消元法 实验三 线性代数方程组的解法 ——Gauss-Seidel迭代法等-Numerical Analysis of the experimental report! Contains more than one experiment! Experiment 1 Experiment 2 ro
Chapter05-06.LinearEquations
- 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR-Tsinghua University,
Possion_FEM
- 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):
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?)