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

搜索资源列表

  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:248457
    • 提供者:大乔
  1. jisuanfangfa

    0下载:
  2. 用Vc++语言实现拉格朗日插值、牛顿插值、 复化Simpson公式、龙贝格公式、牛顿迭代法、高斯列主元消去法、Seidel 迭代法-Vc++ language with the realization of the Lagrange interpolation, Newton interpolation, Complex formula of Simpson, Romberg formula, Newton iteration, Gauss elimination method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:38401
    • 提供者:pyx
  1. Calculo2

    0下载:
  2. Seidel, Jacobi, LU e Gau-Seidel, Jacobi, LU e Gauss
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:36196
    • 提供者:Debora
  1. solving-linear-equations

    0下载:
  2. 线性方程组的求解,此源程序包括消去法,高斯消去法,赛德尔迭代法,SOR法等多个子程序可供解方程选择,还包括几个验证算例-code for solving the linear equations,including subroutines of four methods to choose from,respectively elimination, Gauss-elimination, Seidel interation and SOR 。Verified cases are also inc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:426764
    • 提供者:陈静
  1. solver_Eq

    0下载:
  2. 本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。-This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2879
    • 提供者:蔡声泽
  1. 三种解方程算法

    0下载:
  2. 在MATLAB中使用高斯赛德尔算法等三种算法进行方程的求解(hree algorithms, such as Gauss Seidel algorithm, are used in MATLAB to solve the equation)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:逍遥之人
  1. diedaijiefangchengzu

    0下载:
  2. 矩阵三角分解法解方程 雅可比迭代法、高斯赛德尔迭代法、SOR迭代法解线性方程组。(Matrix triangulation method for solving equations Jacobi iterative method, Gauss Seidel iteration method and SOR iterative method are used to solve linear equations.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:536536536
  1. 高斯赛德尔迭代

    3下载:
  2. 利用VB实现高斯赛德尔迭代求解线性方程组,原系数矩阵用TXT文件输入。可供数学专业的同学使用。(Using VB to achieve Gauss Seidel iteration to solve linear equations, the original coefficient matrix is input with TXT file. It can be used by students in mathematics.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:皓月008
  1. jiefangcheng

    0下载:
  2. 使用高斯-赛德尔迭代法和雅克比迭代法求解线性方程组;使用高斯法和列主元法求解线性方程组。(Using the Gauss - Seidel iterative method, Jacobi iterative method for solving linear equations and using Gauss method and column principal component method to solve linear equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:求悳
  1. hw5s.f90

    0下载:
  2. 代码中有Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent 的fortran实现(this file tell you how to implement Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent by fortran)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9216
    • 提供者:葱葱cong
  1. 解线性方程组的迭解法

    0下载:
  2. 解线性方程组的迭解法,包括高斯-赛德尔迭代法和雅克比迭代法(Solution of iterative solution of linear equations, including Gauss - Seidel iterative method, Jacobi method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. Mathematica实现数值分析

    1下载:
  2. 利用Mathematica实现数值分析,包括Gauss-Seidel迭代,Jacobi迭代法,SOR法,牛顿迭代法等(Mathematica is used to realize numerical analysis, including Gauss-Seidel iteration, Jacobi iteration, SOR method, Newton iteration method, etc.)
  3. 所属分类:数学计算

    • 发布日期:2020-12-22
    • 文件大小:445440
    • 提供者:UNSCINFINITY
  1. GS

    0下载:
  2. 求解系数矩阵由16阶Hilbert方程组构成的线性方程组,Gauss-Seidel迭代法;(The solution of coefficient matrix consists of 16 Hilbert equations, Gauss-Seidel iteration method.)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-20
    • 文件大小:1024
    • 提供者:浅色风月
  1. Gauss_Seidel迭代法

    1下载:
  2. Gauss-Seidel 迭代法求解的例程序及源代码,供大家共同学习,如果错误,请大家批评指正
  3. 所属分类:matlab例程

    • 发布日期:2020-05-08
    • 文件大小:513
    • 提供者:ahhhhh
« 1 2 ... 15 16 17 18 19 20»
搜珍网 www.dssz.com