搜索资源列表
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
- 这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
gauss2
- gauss法求解线性方程组fortran-Gauss method to solve linear equations fortran
gausseliminatetosolvelinearequation
- 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
GAUSS_JORDAN
- 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助 用FORTRAN 编写的高斯约旦法解方程的程序,希望对大家有所帮助-GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN GAUSS-JORDAN
Possion_FEM
- 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭
duct4
- duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences
Matrix
- Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
gauss-jakobi
- SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
programs1
- 解线性方程的一些子程序,用FORTRAN编写,算法包括高斯全选主元法等。-Linear Equations of the number of subroutines, written with FORTRAN, algorithms, including full pivoting Gauss law.
Gauss-zhuyuan
- 采用高斯主元消去法求解线性方程组的数值解-Gaussian elimination method for solving the main element numerical solution of linear equations
Gauss
- 这是Gauss消元法的Fortran实现-This is the Fortran code for Gauss
GAUSS
- 利用牛顿法思想,结合高斯法求解非线性方程组-Gauss Newton method for solving equations with the visual fortran sofeware including the detailed explanation in chinese characters and numbers and so on
gs
- GAUSS SEIDEL ITERATION FOR N SIMULTANEOUS LINEAR EQUATIONS
GAUSS
- GAUSS列主元消去法,利用FORTRAN编写-GAUSSmethod,and in fortran
GAUSS
- GAUSS消去解线性方程的FORTRAN程序-GAUSS elimination to solve linear equations of the FORTRAN program
Gauss-iterative--method
- Fortran语言下的高斯消去方法,用于线性方程组的迭代求解-Gaussian elimination method for solving linear equations iterative
CH1
- 运用全选主元高斯消去法解线性方程组(Fortran语言编写)(The solution of linear equations with full pivoting Gauss elimination method)
Gaussian Elimination
- Gauss matrix elimination (var codes)