搜索资源列表
Gauss-Seidel
- 数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss - Seidel method for solving linear equations of c procedures
Gauss-Seidel
- 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 me
SOR
- SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
MPI-Matrix
- 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
Gauss-Seidel-method
- 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 Frie
Gauss
- 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
Gauss-Seidel
- 用Gauss-Seidel求线性方程组的解向量,并给出迭代次数和误差.-Using Gauss-Seidel linear equations for the solution vectors, and give and error iterations.
Possion_FEM
- 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭
Gauss-Seidel_neliniara
- Algorithm for the Gauss–Seidel method, for numerical linear algebra
gauss-seidel
- 是一个做gauss-seidel的矩阵变换代码-it is a project about gauss-seidel
gauss-jakobi
- SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
Gauss-Seidel
- 经过优化的C代码实现的Gauss-Seidel 迭代算法-Optimized C code of the Gauss-Seidel iterative algorithm
Gauss-Seidel-iteration-method
- Gauss-Seidel iteration method,c语言编写-Gauss-Seidel iteration method, c language
gs
- GAUSS SEIDEL ITERATION FOR N SIMULTANEOUS LINEAR EQUATIONS
Gauss---Seidel-Algorithm
- 合肥工业大学数值分析(计算方法A)中高斯—塞德尔算法的实现-Gauss- Seidel Algorithm
Gauss---Seidel-iteration
- 使用高斯-赛德尔迭代求解方程组的值,是我数值分析课的作业,只能求解有唯一解情况-The value of using the Gauss- Seidel iteration for solving equations, numerical analysis homework assignment has a unique solution can only solve the
gauss-seidel-iteration
- 用高斯--赛德尔迭代(主对角线优势下)求解线性方程组。-Solving linear equations using Gauss- Seidel iteration (the main diagonal advantages under).
gauss-seidel--iteration
- Gauss-Seidel 迭代是数值计算方法中增加迭代效率,减少迭代时间的一种方法. 采用vs2010,C语言.-Gauss-Seidel iteration is iterative numerical method to increase efficiency and reduce iteration time of a method. Using vs2010, C language.
gauss-seidel
- 二维热传导扩散方程的高斯-赛德尔迭代方法。-A two-dimensional thermal diffusion problem using Gauss-Seidel iteration method.
GAUSS-SEIDEL
- 改程序实现高斯赛德尔迭代求线性代数方程组的解法,迭代过程实现(this program is for GAUSS-SEIDEL iteration method)