CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Gauss-Seidel

搜索资源列表

  1. Gauss-Seidel

    0下载:
  2. 数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss - Seidel method for solving linear equations of c procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:Y.P.Zhou
  1. Gauss-Seidel

    0下载:
  2. 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:76.94kb
    • 提供者:吕鹏
  1. SOR

    2下载:
  2. SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.36kb
    • 提供者:罗磊君
  1. MPI-Matrix

    2下载:
  2. 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-16
    • 文件大小:11.06kb
    • 提供者:不死鸟
  1. Gauss-Seidel-method

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:50.76kb
    • 提供者:Dmitriy
  1. Gauss

    1下载:
  2. 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:29.67kb
    • 提供者:chuchenyun
  1. Gauss-Seidel

    0下载:
  2. 用Gauss-Seidel求线性方程组的解向量,并给出迭代次数和误差.-Using Gauss-Seidel linear equations for the solution vectors, and give and error iterations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.12kb
    • 提供者:Jimmy
  1. Possion_FEM

    1下载:
  2. 有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:530.31kb
    • 提供者:liang
  1. Gauss-Seidel_neliniara

    0下载:
  2. Algorithm for the Gauss–Seidel method, for numerical linear algebra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:608byte
    • 提供者:dutz
  1. gauss-seidel

    0下载:
  2. 是一个做gauss-seidel的矩阵变换代码-it is a project about gauss-seidel
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:176.69kb
    • 提供者:
  1. gauss-jakobi

    0下载:
  2. SOLVING A LINEAR MATRIX SYSTEM AX=B with Gauss Jordan Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.66kb
    • 提供者:hussam
  1. Gauss-Seidel

    0下载:
  2. 经过优化的C代码实现的Gauss-Seidel 迭代算法-Optimized C code of the Gauss-Seidel iterative algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6.58kb
    • 提供者:沈旭
  1. Gauss-Seidel-iteration-method

    0下载:
  2. Gauss-Seidel iteration method,c语言编写-Gauss-Seidel iteration method, c language
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:760byte
    • 提供者:小东
  1. gs

    0下载:
  2. GAUSS SEIDEL ITERATION FOR N SIMULTANEOUS LINEAR EQUATIONS
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:572byte
    • 提供者:bellaoui
  1. Gauss---Seidel-Algorithm

    0下载:
  2. 合肥工业大学数值分析(计算方法A)中高斯—塞德尔算法的实现-Gauss- Seidel Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:944.99kb
    • 提供者:dengpao
  1. Gauss---Seidel-iteration

    0下载:
  2. 使用高斯-赛德尔迭代求解方程组的值,是我数值分析课的作业,只能求解有唯一解情况-The value of using the Gauss- Seidel iteration for solving equations, numerical analysis homework assignment has a unique solution can only solve the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:802byte
    • 提供者:徐文涛
  1. gauss-seidel-iteration

    0下载:
  2. 用高斯--赛德尔迭代(主对角线优势下)求解线性方程组。-Solving linear equations using Gauss- Seidel iteration (the main diagonal advantages under).
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:753byte
    • 提供者:钱巧娅
  1. gauss-seidel--iteration

    0下载:
  2. 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.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3kb
    • 提供者:fanyongxiang
  1. gauss-seidel

    0下载:
  2. 二维热传导扩散方程的高斯-赛德尔迭代方法。-A two-dimensional thermal diffusion problem using Gauss-Seidel iteration method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:283.67kb
    • 提供者:lingnanlin
  1. GAUSS-SEIDEL

    0下载:
  2. 改程序实现高斯赛德尔迭代求线性代数方程组的解法,迭代过程实现(this program is for GAUSS-SEIDEL iteration method)
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者:phdzhang
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com