CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - gs method

搜索资源列表

  1. gs

    0下载:
  2. 高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1182
    • 提供者:王国栋
  1. jaccobi&GS

    0下载:
  2. jaccobi迭代法和GS迭代法求解线性方程组,并有著名病态对称正定矩阵Hilbert矩阵的生成程序和其不同维数下,求解结果的对比作图-jaccobi iteration and GS iterative method for solving linear equations, and a well-known pathological symmetric positive definite matrix Hilbert matrix formation process and the diff
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13298
    • 提供者:高兵
  1. sor

    0下载:
  2. 利用超松弛迭代法解矩阵的源程序,C语言编写-The use of over-relaxation iteration method solution matrix of the source code, C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:606
    • 提供者:jeasen
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:16340
    • 提供者:
  1. gs

    0下载:
  2. gauss seidel calc numerical method
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:728
    • 提供者:beskut
  1. GS-89

    0下载:
  2. 介绍了GS-89模块的功能及使用方法,包括线路连接。-Introduces the GS- 89 module function and method of use, including a circuit connection.
  3. 所属分类:GPS develop

    • 发布日期:2017-04-09
    • 文件大小:883473
    • 提供者:王伟
  1. Matlab

    0下载:
  2. Matlab 程序语言,有jacobi GS迭代,弦截法等。-Matlab programming language, there jacobi GS iteration, Secant method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1960
    • 提供者:wanghao
  1. jacobi

    0下载:
  2. 用jacobi和GS法解线性方程,只需输入系数矩阵和等号右边的矩阵-Use jacobi and GS method to solve the linear problem
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:张晓君
  1. gs

    0下载:
  2. Load flow Gauss siedel method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1019
    • 提供者:Jayabharathi R
  1. gs

    0下载:
  2. 计算方法实验-高斯列主元消去法源代码。c++编写的-Method- principal component Gaussian line
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1196
    • 提供者:赵明建
  1. Gs

    0下载:
  2. 这个程序是基于matlab解决运用数值分析中高斯法的方法实现方程的求解过程。-This program is based on the use of numerical analysis in matlab to solve the Gauss law equation method of solution process.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:850
    • 提供者:许淼
  1. GS

    0下载:
  2. 数值分析-高斯消去法实验详细过程解释-Numerical Analysis- Gauss elimination method experimental
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:13421
    • 提供者:lihui
  1. GS

    0下载:
  2. Gauss-Seidel方法,是Jacobi方法的一种改进,可以认为是一种不动点迭代-Gauss-Seidel method is an improvement of the Jacobi method, that is a fixed point iteration
  3. 所属分类:source in ebook

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

    0下载:
  2. 四点高斯积分公式在边界元分析法离散中的计算-Four the Gauss integral formula in boundary element analysis method in the calculation of discrete
  3. 所属分类:MPI

    • 发布日期:2017-10-30
    • 文件大小:579
    • 提供者:任登峰
  1. GS-SOR

    0下载:
  2. 有关于数值代数中Guass-Seidal迭代法和SOR迭代法的完整源码。-The complete source about the numerical algebra Guass-Seidal iterative method and SOR iterative method.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1843
    • 提供者:regina
  1. GS

    0下载:
  2. Gauss seidal method to solve the system of equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-07
    • 文件大小:845
    • 提供者:sivasankaran
  1. GS

    0下载:
  2. Gauss-Seidel方法解决线性方程组问题-Gauss-Seidel method to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:899803
    • 提供者:
  1. GS

    0下载:
  2. 利用VC++6.0进行高斯-赛德尔(Gauss-Siedel)迭代法进行齐次非线性方程组的计算,对于初学C++的人来说,本程序十分有用。方程的系数在程序中定义。-To use VC++6.0 Gauss- Seidel iterative method (Gauss-Siedel) homogeneous nonlinear equations calculated, the program is useful for beginners C++ people. The coefficients
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:719
    • 提供者:王志
  1. gs

    0下载:
  2. 高斯约当法求解线性方程的C++源代码,属于数值分析课程-Gauss Jordan method for solving linear equations C++ source code, belong to numerical analysis courses
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:94159
    • 提供者:zuo
  1. gs

    0下载:
  2. 高斯-塞德尔迭代方法,于雅可比迭代不同之处是将每次迭代的最新结果,用在当前迭代过程中。-Gauss- Seidel iteration method, the Jacobi iteration is different from the latest results of each iteration, the process used in the current iteration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1370
    • 提供者:岳晓鹏
« 12 3 »
搜珍网 www.dssz.com