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

搜索资源列表

  1. Gauss-SerdelMATLAB

    0下载:
  2. 用Gauss-Serdel迭代法计算方程组的MATLAB函数文件-with Gauss - Serdel iterative method of calculating equations MATLAB function documents
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.47kb
    • 提供者:宁学勇
  1. Gauss

    0下载:
  2. 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6.44kb
    • 提供者:周倩
  1. Gauss-Serdel

    0下载:
  2. 此程序为解线性方程组的Gauss-Serdel迭代法的源程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:853byte
    • 提供者:yang
  1. sy3

    0下载:
  2. Jacobi迭代法、Gauss-Seidel迭代法、超松弛迭代法(SOR方法)分别求解线性方程组的近似解-Jacobi iteration, Gauss-Seidel iteration, SOR (SOR method) for solving linear equations are approximate solutions
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.09kb
    • 提供者:王宝木
  1. Jacobi-and-Gauss-Seidel

    0下载:
  2. Jacobi迭代法和Gauss-Seidel迭代法求解线性方程组,matlab语言编程。-Jacobi iteration method and Gauss-Seidel iteration method for solving linear equations, using the Matlab programming language.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5.43kb
    • 提供者:涉水灯盏
  1. Gauss

    1下载:
  2. 高斯法解线性方程组,简短实用的一个matlab例程-Gauss Method for linear equations, a brief practical matlab routines
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5.8kb
    • 提供者:hkf
  1. matlab-upload

    0下载:
  2. 雅可比迭代法解方程 高斯法解方程 查值法曲线拟和 2-9次方曲线拟和-Jacobi Iteration Method Solution of Equation of Gauss equation curve fitting method investigations and 2-9 power curve fitting and
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.74kb
    • 提供者:ludawei
  1. Gauss-Seidel

    0下载:
  2. 高斯斯代尔迭代法,用于数值分析课,正确,可以提供简单的参考-Gauss-Seidel iterative methods
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:735byte
    • 提供者:阿锦
  1. gauss

    1下载:
  2. MATLAB中的高斯消元法解方程,注释,源MATLAB代码-MATLAB in the Gauss elimination solution of equations, notes, source MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:976byte
    • 提供者:马刚
  1. MATLAB(Gauss)

    0下载:
  2. MATLAB高斯消去法解方程组,我调试过了,可以用的,欢迎大家下载使用-MATLAB Gaussian elimination solution of equations, I had to debug, and can be, and welcome to download
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:600byte
    • 提供者:shulisheng
  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. all1

    0下载:
  2. Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:837byte
    • 提供者:junli
  1. gaosi

    1下载:
  2. 共两个程序,分别为:高斯顺序消去法,高斯列主元消去法 -Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:964byte
    • 提供者:wangsizhao
  1. gauss

    0下载:
  2. Gauss消元法,用于求解线性方程组,一般阶数不能太大,太大了效果不好!-Gauss
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:796byte
    • 提供者:邹黎敏
  1. aa

    0下载:
  2. 用高斯消元法解线性方程组 的MATLAB程序-Solution using Gauss elimination process of linear equations of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:72.75kb
    • 提供者:束文杰
  1. gauss

    0下载:
  2. 高斯消去法求逆阵和 改进的平方根法求逆阵-Gaussian elimination Square Root
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:574byte
    • 提供者:纪几
  1. gauss

    0下载:
  2. 采用高斯消元法,实现线性非齐方程求解,并且具有回代,可以直接论证方案。具有一般性,和参考性。(The Gauss elimination method is used to solve the linear non-homogeneous equation, and it can be used to prove the scheme directly. It is general and referential.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:27kb
    • 提供者:白泽呼啸
  1. 迭代法

    0下载:
  2. Newton迭代法;列主元Gauss消去法;逐次超松弛迭代法;GaussSeidel(Newton iterative method; column principal element Gauss elimination method; successive super relaxation iterative method; GaussSeidel)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:4kb
    • 提供者:天会灰
  1. Gauss消元求逆_matlab

    3下载:
  2. 通过高斯消元法计算矩阵的逆,尤其是稀疏矩阵(computer the inverse of the matrix by Gauss)
  3. 所属分类:matlab例程

    • 发布日期:2018-12-09
    • 文件大小:5kb
    • 提供者:userJie
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com