CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - GAUSS SEIDEL

搜索资源列表

  1. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818byte
    • 提供者:张涛
  1. gausseliminatetosolvelinearequation

    1下载:
  2. 高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
  3. 所属分类:其他小程序

    • 发布日期:2017-05-23
    • 文件大小:988byte
    • 提供者:jiyoujun
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535byte
    • 提供者:李能
  1. poissonfdm

    0下载:
  2. 用有限差分法来解偏微分方程,采用高斯——赛德尔迭代方法,并用前后两次迭代差的矩阵的无穷范数作为是否停止迭代的依据。-Using finite difference method to solve partial differential equations, using Gauss- Seidel iterative methods, and poor before and after the two iterations of the infinite matrix norm as the b
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:LGE
  1. jisuanfangfa

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:Other windows programs

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

    0下载:
  2. 高斯迭代法求线性方程组,用于数值分析方面,-Gauss-Seidel
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:975byte
    • 提供者:li
  1. gauss-seidel

    0下载:
  2. 高斯赛德尔解方程C++程序,初级学习程序,比较简单,适合初学者并且学习了计算方法的同学-gauss-seidel C++ program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:804byte
    • 提供者:James
  1. laplace-solver-point-gauss-seidel

    0下载:
  2. point gauss seidel method for solving laplace equation
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:986byte
    • 提供者:ali
  1. Gauss---Seidel-iterative-method

    0下载:
  2. 高斯-赛德尔迭代法--源代码及关键源代码-Gauss- Seidel iterative method
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:2.99kb
    • 提供者:江一
  1. Gauss-Seidel

    0下载:
  2. 用Gauss-Seidel迭代法求解线性方程组,输入文件及线型方程组的内容放在Gauss-seidel文件中。-With the Gauss-Seidel iterative method for solving linear equations, linear equations of the input file and the contents on the Gauss-seidel file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1.64kb
    • 提供者:沈民
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:544.56kb
    • 提供者:fat
  1. sidel

    0下载:
  2. This program solves system of equations by iterative methods For Gauss-seidel method w=1 and for Successive Over-relaxation method 1<w<2-This program solves system of equations by iterative methods For Gauss-seidel method w=1 and for Succes
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:710byte
    • 提供者:Mehdi
  1. Interate_Equation

    0下载:
  2. win32小程序 实现数值分析中迭代法求解方程组功能 包括雅可比迭代 高斯赛德尔迭代 超松弛迭代 能够正常运行 希望大家指教-Win32 small program to achieve numerical iteration method in solving equations features include Jacobi iteration gauss seidel iteration overrelaxation iteration can run normally hope you
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:8.48mb
    • 提供者:刘双九
  1. Gauss-seidel.m

    0下载:
  2. gauss-seidel算法 基于matlab编译的程序
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:realisking
  1. Gauss-Seidel

    0下载:
  2. 潮流计算中的Gauss-Seidel迭代法-Gauss-Seidel MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:沈静
  1. 1.-Gauss-Siedel

    0下载:
  2. Gauss seidel analysis for power system analysis
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:87.31kb
    • 提供者:Apoorva Singh
  1. Load-flow-analysis-using-Gauss-seidel-method

    0下载:
  2. In this matlab code load flow analysis is done using Gauss-Seidel method for IEEE-14 bus system
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:6kb
    • 提供者:md adil
  1. Gauss – seidel-www.matlabnet.ir

    0下载:
  2. Gauss Algorithm in Matlab
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:8kb
    • 提供者:Valiniyaz
  1. Aguilar-Ibarra

    0下载:
  2. gauss seidel power flow
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:25kb
    • 提供者:edu131993
  1. Gauss-Seidel迭代算法(后面有与Jacobi法比较)

    0下载:
  2. 高斯的迭代算法,后面有何jacobi算法比较(Gauss's iterative algorithm, what's the comparison of Jacobi algorithm later?)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:81kb
    • 提供者:bobolanglang
« 12 »
搜珍网 www.dssz.com