CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯赛德尔迭代

搜索资源列表

  1. MPI-Matrix

    2下载:
  2. 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-11-16
    • 文件大小:11322
    • 提供者:不死鸟
  1. xianjian

    0下载:
  2. 高斯赛德尔、雅克比、超松弛迭代迭的程序代码-High斯赛德尔, Jacobian, ultra-relaxation iteration of the program code Diego
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3218
    • 提供者:黄善敏
  1. chaoliujisuan

    0下载:
  2. 潮流计算,运用高斯赛德尔计算方法迭代求初值,然后用牛顿拉夫逊的方法求出结果。-Flow calculation, the use of high-斯赛德尔iterative calculation method for initial value, and then use the Newton Raphson method to derive the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4766
    • 提供者:小浙
  1. Guass-seidel

    1下载:
  2. 超松弛高斯赛德尔 通过迭代过程求方程组的根-Over-relaxation iterative process through Guass-seidel equations for the root
  3. 所属分类:Mathimatics-Numerical algorithms

  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
    • 文件大小:3785
    • 提供者:wu
  1. gauseidel.matlab

    0下载:
  2. 求线性方程组的迭代法(高斯赛德尔),基于MATLAB开发-Linear Iterative Method (high Sisaideer)
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:594
    • 提供者:王昆
  1. gaosisde

    0下载:
  2. 解线性代数方程组的迭代法——高斯-赛德尔迭代格式通用程序-Linear Algebra Iterative method- Gauss- Seidel iterative general program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:3453
    • 提供者:孙鑫
  1. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3020
    • 提供者:z
  1. Gauss-sedier

    0下载:
  2. 数值计算方法,将连续方程离散化,求解最有解的迭代方法,这里是高斯赛德尔的代码-Numerical methods, discretization of continuous equations, the solvability of the iterative method to solve, here is the code of high Sisaideer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2540
    • 提供者:吴建金
  1. Gauss-Seidel-method

    0下载:
  2. 高斯赛德尔算法 一种非线性代数方程组的迭代解法-High Sisaideer a nonlinear algebraic equation algorithm Iterative Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8984
    • 提供者:徐芳芳
  1. Jacobi-guass-SOR

    0下载:
  2. 数值方法:雅克比、高斯赛德尔、超松弛迭代法matlab编程-Numerical methods: Jacobian, Gauss Seidel, over relaxation iterative method matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1547
    • 提供者:阿杰
  1. chaoliujisuan

    0下载:
  2. 潮流计算程序,初始值使用高斯赛德尔法迭代所得,具有很高的精度和求解效率。-Flow calculation procedures, the initial value of iteration proceeds using high Sisaideer method with high accuracy and solution efficiency.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:5044
    • 提供者:王阳
  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. 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. GaussSeidelK

    0下载:
  2. 高斯-赛德尔法;英文名称:Gauss-Seidelmethod;一种非线性代数方程组的迭代解法。-Gauss- Seidel method Chemical Name: Gauss-Seidelmethod kind of nonlinear algebraic equations of the iterative solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:699
    • 提供者:王英雄
  1. 4

    0下载:
  2. 高斯赛德尔和雅克比迭代求解方程的matlab程序-the Jacobi and GaussSediel
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1160
    • 提供者:张妍
  1. 213

    0下载:
  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

    • 发布日期:2017-04-17
    • 文件大小:17358
    • 提供者:木阮清
  1. Gaussmethod

    0下载:
  2. 基于matlab编写的高斯-赛德尔迭代法程序源代码,如果有用请拿去-Matlab prepared based on Gauss- Seidel iterative method source code, if useful, please take
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:574
    • 提供者:周俊
  1. Gauss_Seidel-and-Jacobi

    0下载:
  2. 分别用雅克比和高斯赛德尔方法求解方程组,并比较两种算法的迭代次数,比较实用的数值分析算法-use the Jacobi and Gauss-Seidel method to solve system of equations,and compare the interations of the two methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1126
    • 提供者:zhaojing
  1. numerical-analysis

    0下载:
  2. 数值分析中解线性方程组,最常用的四种迭代方法:雅克比、高斯赛德尔、SOR、共轭梯度,以及他们的比较-numerical analysis : jacobi S-G、SOR、cong
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2053
    • 提供者:谭尧
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com