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

搜索资源列表

  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. gauseid

    0下载:
  2. 高斯——赛德尔函数,用于方程组求根,迭代次数更少,精度更高-Gauss- Seidel function for finding roots of equations, fewer iterations, higher accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:539
    • 提供者:luo
  1. gaus_seidel

    0下载:
  2. 高斯赛德尔 线性方程组迭代求解法,可以用来解线性方程组-High Sisaideer solving linear equations iterative method can be used to solve linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:wilfred
  1. Untitled

    0下载:
  2. jacobi 迭代计算线性方程组,相较于高斯赛德尔计算速度要慢一些,二者准确度差不多-jacobi iterative calculation of linear equations, compared to the high Sisaideer calculation is slower, both about the same accuracy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:521
    • 提供者:wilfred
  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. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3830
    • 提供者:bi73951
  1. JacobiaGaussSeidel

    0下载:
  2. 程序实现了高斯赛德尔的算法,高斯赛德尔算法在计算方法中是十分重要的 雅克比迭代法求实对称矩阵的特征值和特征向量-Application implements the algorithm of gauss seidel, gauss seidel algorithm is very important in the calculation method Jacobi iteration method realistic symmetric matrix eigenvalue and eigenve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1407
    • 提供者:陈澎彬
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com