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

搜索资源列表

  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20414
    • 提供者:luo
  1. 实验5-雅可比迭代

    1下载:
  2. 用Matlab软件以及雅克比迭代和高斯-赛德尔迭代解方程组Ax=b,分析、比较其结果-using Matlab software and the iterative and Jacques than Gauss - Seidel iterative solution equations Ax = b, analysis, comparison of the results
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:17358
    • 提供者:葛林
  1. G_S_ITER

    0下载:
  2. Gauss-Seidel 迭代 本程序能处理的方程最大阶数-Gauss - Seidel iteration of this program can handle the largest order equation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1705
    • 提供者:曹子良
  1. gaosisaideer

    0下载:
  2. 用Visual C++实现的高斯—赛德尔迭代法-achieve with Visual C Gauss - Seidel iterative method
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47298
    • 提供者:马滔
  1. Numberical

    0下载:
  2. 拉格郎日插值多项式,高斯-赛德尔迭代法,改进欧拉法(C++),如果有什么错误,请联系tudaoyong456@163.com-Lagrange polynomial interpolation, Gauss - Seidel iterative method to improve Euler (C + +), If there is anything wrong, please contact tudaoyong456@163.com
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1693
    • 提供者:凃道
  1. spgs

    0下载:
  2. 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:王志波
  1. guessdiedai

    0下载:
  2. 高斯-赛德尔迭代求解线性方程组.很实用的数学计算软件-Gauss - Seidel method for solving linear equations. Very useful mathematical calculation software
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1267
    • 提供者:woody
  1. mathmatics_of_computer

    0下载:
  2. C++实现的数值分析算法包括: 二分法.cpp 复化辛卜生公式.cpp 改进欧拉法.cpp 高斯-赛德尔迭代法.cpp 拉格郎日插值多项式.c-C achieve the numerical analysis algorithms include : dichotomy. cpp Minute of Oracle Health formula. cpp Improved Euler method. cpp Gauss - Seidel iterative method. cp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2662
    • 提供者:鸿鹤
  1. 3_6

    0下载:
  2. 高斯-赛德尔迭代法--源代码,这是我的课程设计作业,有点幼稚,请指教-Gauss - Seidel iterative method -- source code, this is my course design work, a bit naive, please enlighten
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2814
    • 提供者:李可
  1. gausssaderalgrithem

    0下载:
  2. 高斯-赛德尔迭代法--源代码及关键源代码。包括了高斯-赛德尔矩阵算法类,高斯-赛德尔矩阵变换函数,迭代函数,求解函数,精度要求等-Gauss - Seidel iterative method -- the key source code and the source code. Including the Gauss - Seidel algorithm matrix category, Gauss - Seidel matrix transform function, iterative f
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2807
    • 提供者:李可
  1. shuzhijisuan

    0下载:
  2. 本例包括,数值计算中的线性方程组的迭带法 有高斯-塞德尔迭带算法-the cases include the numerical calculation of the linear equations are iterative method of Gauss - Seidel iterative algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9024
    • 提供者:赤兵
  1. t2_5

    0下载:
  2. 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and th
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:王明明
  1. Gauss-Siedel-Load-Flow-Analysis-for-infinite-numb

    0下载:
  2. gauss seidel matlab program for infinite iteriations
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7573
    • 提供者:rohit
  1. roots-by-gauss-siedel

    0下载:
  2. this code helps to find roota of equation by gauss seidel method
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:11689
    • 提供者:tomcruise
  1. gauss-siedl

    0下载:
  2. gauss seidel algo with 5 bus data
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2915
    • 提供者:
  1. 1.-Gauss-Siedel

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

    • 发布日期:2017-05-01
    • 文件大小:89407
    • 提供者:Apoorva Singh
  1. 1.-Gauss-Siedel

    0下载:
  2. Gauss seidel algorithm for IEEE 9 bus power system analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4822
    • 提供者:Apoorva Singh
  1. Gauss_Zeydel

    0下载:
  2. work to calculate SLAU with gauss zeydel algorithm
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:829440
    • 提供者:madmax32
  1. Aguilar-Ibarra

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

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

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

    • 发布日期:2018-04-30
    • 文件大小:82944
    • 提供者:bobolanglang
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com