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

搜索资源列表

  1. Gauss_SeidelMatlab

    0下载:
  2. Matlab程序\\有限差分法\\Gauss_Seidel迭代法的Matlab程序.rar-Matlab procedures \\ finite difference method \\ Gauss_Seidel iteration of the Matla b procedures. rar
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.54kb
    • 提供者:YUYANZHONG
  1. gauss_Seidel

    1下载:
  2. 用matlab实现的Gauss-Seidel迭代法。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:14.2kb
    • 提供者:knight
  1. G_S

    1下载:
  2. Gauss-seidel迭代与两种Jacobi迭代的matlab实现-Gauss-seidel iterative realization of the matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.29kb
    • 提供者:云中树
  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. Guass_Seidel

    0下载:
  2. gauss_seidel解方程组 gauss_seidel解方程组-gauss_seidel gauss_seidel gauss_seidel gauss_seidel
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:100.65kb
    • 提供者:张梦圆
  1. Gauss_Seidel

    0下载:
  2. 线性方程组的Gauss_Seidel算法求解-Linear Equations Gauss_Seidel algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:651byte
    • 提供者:gechengwei
  1. Gauss_Seidel

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

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

    0下载:
  2. matlab编写的Gauss_Seidel迭代算法求解方程组的根 -iterative algorithm matlab prepared Gauss_Seidel root of solving equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:17.96kb
    • 提供者:yanxyu
  1. gauss_seidel

    0下载:
  2. this a good method for load flow.-this is a good method for load flow.
  3. 所属分类:matlab

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

    0下载:
  2. matlab中Gauss_Seidel迭代法的实现-matlab implementation of iterative methods in Gauss_Seidel
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:743byte
    • 提供者:朱秀金
  1. Sor--Jacobi-Gauss

    0下载:
  2. Code gauss_seidel, Jacobi and Sor, differences in the implementation of numerical methods divided.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:14.14kb
    • 提供者:mich
  1. gauss_seidel

    0下载:
  2. gauss_seidel 模拟双耦合扩散,其中的反应扩散项字数可以自己来修改-gauss_seidel ,dual-coupling diffusion, reaction-diffusion Equation
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.25kb
    • 提供者:WeiTang
  1. Gauss_seidel

    0下载:
  2. 数值分析算法-----功能:gauss-seidel迭代求解线性方程组的根-Numerical analysis algorithms----- functions: gauss-seidel iterative root solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:754byte
    • 提供者:fhc
  1. matlab-Hint

    0下载:
  2. this file contain 2 pdf about integeration in matlab and some code as following: QR decomposition Jacobi method Choleskey Decomposition householder method Genetic Algorithm least_squares method gauss_seidel method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:92.6kb
    • 提供者:hassani
  1. Solving-linear-equations

    0下载:
  2. 求解迭代线性方程组的解,Jacobi迭代程序、Gauss_seidel迭代、补充SOR迭代及个人心得-Solving linear equations iterative solution, Jacobi iterative process, Gauss_seidel iteration, SOR iteration and personal experiences to add
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.24kb
    • 提供者:施政
  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. Gauss_Seidel

    0下载:
  2. This code finds the solution to a system of simultaneous linear equation using Gauss_Seidel Method.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.74kb
    • 提供者:sami
  1. gauss_seidel

    0下载:
  2. Gauss Seidel Iteration
  3. 所属分类:matlab

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

    0下载:
  2. 用Gauss_Seidel迭代法来求解方程组的解的程序-With Gauss_Seidel iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.1kb
    • 提供者:sly
  1. Gauss_Seidel--Matlab

    0下载:
  2. 用matlab编写的小程序,高斯—赛德算法-gusaa-seid matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.25kb
    • 提供者:wukong
« 12 »
搜珍网 www.dssz.com