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

搜索资源列表

  1. GauseSeidel

    0下载:
  2. 用C++实现的高斯塞德尔的数值分析实验作业-C Shisaideer achieving high numerical analysis of experimental operation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.79kb
    • 提供者:周彦斌
  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
    • 文件大小:8.81kb
    • 提供者:赤兵
  1. Guass

    0下载:
  2. 线性方程组的两个程序,Guass-Jodan消去法和的,高斯塞德尔迭代法。-linear equations of the two procedures, Guass - Jodan elimination and the high Shisaideer iterative method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:陈涛
  1. Equation

    0下载:
  2. 数值分析 解线性方程组算法,高斯列主元消去法,LU分解法,高斯-塞德尔迭代法,SOR迭代法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27.17kb
    • 提供者:GYZ
  1. cal_tide

    1下载:
  2. 高斯塞德尔迭代计算电网潮流,运用复数向量计算,计算中用阻抗矩阵实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:wangzheng
  1. Gauss_Seidel

    0下载:
  2. 数值分析中的一个算法实现: 利用高斯-塞德尔迭代法求解方程组。-A numerical analysis algorithm: use of Gauss- Seidel iterative method for solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.91kb
    • 提供者:cici
  1. 2008513141456

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -Strong Names Explained
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:318.73kb
    • 提供者:kouzan
  1. Gauss_Seidel

    0下载:
  2. 数值分析中的高斯——塞德尔迭代算法的的C语言实现-Numerical Analysis of Gauss- Seidel iterative algorithm of the C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:841byte
    • 提供者:Allen
  1. MySolutions

    0下载:
  2. 运用迭代法求解线性方程组,包括高斯-赛德尔法、雅克比法、SOR法。-The use of iterative method for solving linear equations, including Gauss- Seidel method, Jacobian method, SOR method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.72mb
    • 提供者:王方
  1. arithmetic

    0下载:
  2. 用c++编写的高斯-塞德尔迭代法,可以运行-Using c++ to prepare the Gauss- Seidel iteration, you can run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.16kb
    • 提供者:panpan
  1. SOR

    0下载:
  2. 逐次超松驰迭代法(Successive Over Relaxation Me thod,简称SOR方法)是高斯—塞德尔方法的一种加速方法,是解大型稀疏矩阵方程组的有效方法之一,它具有计算公式简单,程序设计容易,占用计算机内存较少等优点,但需要较好的加速因子(即最佳松驰因子).下面我们首先说说松驰一词的含意,再利用它来解释雅可比迭代法与高斯—塞德尔迭代法,最后给出逐次超松驰迭代法的推算公式和收敛性条件.-Successive over relaxation iteration method (Su
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:619byte
    • 提供者:iop
  1. Gauss-Seidel_iteration

    0下载:
  2. 高斯-塞德尔GS迭代法求解矩阵,采用MSR法实现系数矩阵的存储-Gauss- Seidel iteration GS
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:张忆
  1. 10

    0下载:
  2. 此为一个chm文件,其中包含10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -This is a chm file, which contains 10 important algorithms C language implementation source code: Lagrange, Newton interpolation, Gaussian, Rhomberg, Newton iteration, Newt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:318.97kb
    • 提供者:哇啦
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13.76kb
    • 提供者:liuming
  1. 2

    0下载:
  2. 算法C语言实现源代码之二:牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-Algorithm C language source code of the two: Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisaideer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:张丽丽
  1. Gausssep

    0下载:
  2. 高斯塞德尔解方程组,可以解决现有的所有方程方便快捷,用c编程实现无权使用-High Sisaideer solution of equations, can solve all the equations of existing convenience, with no right to use c programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.06kb
    • 提供者:s
  1. Gauss_Seidel

    0下载:
  2. 高斯塞德尔分解方法,主要用于解方程的时候使用,文件为C++源码-Decomposition of high Si Se del
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:355.89kb
    • 提供者:刘贺
  1. GaoSiSaideer

    0下载:
  2. 4次高斯塞德尔方程求解,根据提示输入即可,灵活性比较差(刚学不久)-4 High Sise Del equation, according to prompts can be, relatively poor flexibility (just learning soon)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.09kb
    • 提供者:
  1. Numerical-calculation-method

    0下载:
  2. 实现插值,lu,二分法,高斯塞德尔,高斯消元法,高斯主元素,幂法,牛顿法八种数值计算方法的八个C程序源码-To realize interpolation, lu, dichotomy, gaussian plug del, gaussian elimination, gaussian Lord elements, power method, Newton method eight kinds of numerical calculation method of the eight C prog
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6.58kb
    • 提供者:sunqi
  1. Iteration

    0下载:
  2. 用于实现数值方法中解线性代数方程的迭代法,包括雅可比迭代法,高斯-塞德尔迭代法,超松弛迭代法-Used to implement numerical methods for solving linear algebraic equations iterative method, iterative methods including Jacobi, Gauss- Seidel iteration, iteration over-relaxation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:254.64kb
    • 提供者:gsh
« 12 »
搜珍网 www.dssz.com