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

搜索资源列表

  1. 高斯赛德尔迭代法

    2下载:
  2. 用matlab实现高斯赛德尔迭代法
  3. 所属分类:matlab例程

    • 发布日期:2011-05-31
    • 文件大小:689byte
    • 提供者:tinkerguang
  1. G-S 解高斯-赛德尔迭代法的源代码程序

    1下载:
  2. 提供了用matlab解高斯-赛德尔迭代法的源代码程序,解决此类迭代问题方便快捷,一目了然
  3. 所属分类:matlab例程

    • 发布日期:2012-10-23
    • 文件大小:874byte
    • 提供者:echolovely
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7kb
    • 提供者:zuoxl
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5.66kb
    • 提供者:陈永恒
  1. xianxingfangchengzu

    0下载:
  2. 本程序为求解线性方程组的迭代方法,包含雅可比迭代法、高斯-赛德尔迭代法和SOR方法-The procedure for solving linear equations iterative methods, including Jacobi' s iterative method, Gauss- Seidel iteration method and SOR methods
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.23kb
    • 提供者:源治
  1. gaosisaider

    0下载:
  2. 基于MATLAB的高斯赛德尔牛顿拉夫逊潮流计算-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:914byte
    • 提供者:黄土崖
  1. gaussseidel

    0下载:
  2. 高斯-赛德尔迭代计算方法是在计算第一个方程函数得到第一个自变量后,吧自变量更新进入第二个方程计算。-Gauss- Seidel iteration method is to function in the calculation of the first equation obtained after the first argument, it updates the independent variables into the second equation.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:676byte
    • 提供者:jiaoyuwei
  1. typicalmethods

    0下载:
  2. 多种数学迭代方法,包括雅克比法、高斯-赛德尔迭代法、和广义理查德森迭代法。-A variety of mathematical iterative methods, including Jacobi method, Gauss- Seidel iterative method, and the generalized Richardson iterative methods.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1.58kb
    • 提供者:ZY
  1. gauseidel.matlab

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

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

    0下载:
  2. 以一个简单的三相系统单线图为例,利用高斯赛德尔法计算线路潮流分布及线路损耗-Three-phase system with a simple single line diagram, for example, method using high Sisaideer distribution and line loss trend lines
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6kb
    • 提供者:王元元
  1. Gauss_Seidel

    0下载:
  2. 这是一个用高斯赛德尔算法解方程组的实例。-Gauss_Seidel
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:652byte
    • 提供者:Dillin
  1. trabajo

    0下载:
  2. METODOS DIRECTOS帕拉州洛杉矶SOLUCION德艾维斯LINEALES Algoritmo德Eliminacion Gaussiana Algoritmo德高斯约旦 Algoritmo德Factorizacion METODOS ITERATIVOS帕拉州洛杉矶SOLUCION德艾维斯德ECUACIONES Algoritmo德雅可比 Algoritmo德高斯赛德尔-METODOS DIRECTOS PARA LA SOLUCION DE SISTEMAS
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8.16kb
    • 提供者:driiawrl
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6.33kb
    • 提供者:Gaivn Jin
  1. Jacobi-guass-SOR

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

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

    1下载:
  2. SOR迭代法与高斯赛德尔迭代在洋流分析中的应用-Two iterative method in the analysis of the application of the ocean currents
  3. 所属分类:matlab

    • 发布日期:2015-06-10
    • 文件大小:1kb
    • 提供者:slj
  1. Gaussidel

    0下载:
  2. 一个实现高斯赛德尔的matlab算法,方便大家使用-Realize the procedures for Jacques than matrix a implement gaussian "of the matlab algorithm del, convenient for you to use
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.26kb
    • 提供者: 李华
  1. iterative-method

    0下载:
  2. 基于MATLAB的,求解线性方程组的雅可比迭代法和高斯-赛德尔迭代法的比较-Than the iteration method and Gauss- Seidel iterative method based on MATLAB, solving linear equations of Jacques
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:88.88kb
    • 提供者:mathman
  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
    • 文件大小:4.93kb
    • 提供者:王阳
  1. 高斯赛德尔迭代

    0下载:
  2. 本程序利用高斯赛德尔迭代法求线性方程组,格式为函数形式。
  3. 所属分类:matlab例程

  1. 高斯赛德尔迭代法

    0下载:
  2. %高斯赛德尔迭代法求方程组的解(矩阵公式求解) %A为方程组的系数矩阵;b为方程组的右端项 %x为线性方程组的解了;x0为迭代初值 %eps为误差限;M为迭代的最大次数 已验证,转matlab该后缀为.m
  3. 所属分类:matlab例程

« 12 3 »
搜珍网 www.dssz.com