CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab gaussian elimination

搜索资源列表

  1. matlab高斯消去法

    1下载:
  2. 利用matlab程序实现列主元的高斯消去法。-using Matlab program out of the main yuan Gaussian Elimination Act.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:21.76kb
    • 提供者:悟凡
  1. GEE

    1下载:
  2. The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The fu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10.61kb
    • 提供者:Allan KAO
  1. equation

    1下载:
  2. 分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b-Separately using Gaussian elimination, triangular decomposition, Jacobi iterative method, GS iterative method, SOR iterative method for solving Ax = b
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:15.96kb
    • 提供者:
  1. gaussElim.tar

    0下载:
  2. A very simple Gaussian elimination code in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.37kb
    • 提供者:Shorty
  1. GaussElimination

    0下载:
  2. 在MATLAB中实现用高斯消元法求解线性方程组!-In MATLAB to achieve using Gaussian elimination method for solving linear equations!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:647byte
    • 提供者:陈玉岚
  1. lugui

    0下载:
  2. 利用高斯消去法求矩阵LU分解的matlab源代码-Gaussian elimination demonstration.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.4kb
    • 提供者:wangg
  1. GAUSSPP

    0下载:
  2. 高斯列主元消元法 测试通过 采用新算法 很好的性能-Gaussian elimination pivot column element method for testing the new algorithm through the use of good performance
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.06kb
    • 提供者:wang
  1. Gauss1

    0下载:
  2. 此为MATLAB语言变得列主元高斯消去法-This is the MATLAB language has become the main element out Gaussian elimination
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:894byte
    • 提供者:cc
  1. matlab(erfenfa)

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

    • 发布日期:2017-03-25
    • 文件大小:538byte
    • 提供者:shulisheng
  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. MATLAB(gauss_liezhuyuan)

    0下载:
  2. MATLAB列主元高斯消去法的代码!我调试过了,可以用的,欢迎大家下载使用1-MATLAB out Principal Gaussian elimination code! I had to debug, and can be used are welcome to download a
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:962byte
    • 提供者:shulisheng
  1. Gauss_E_Pivoting

    1下载:
  2. Gaussian Elimination with partial pivoting (LU factorization)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:560byte
    • 提供者:Ji Hye Park
  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. cholesky

    0下载:
  2. 采用乔克利特方法解方程,采用高斯消去法解方程-Qiaokelite method to solve the equation by using Gaussian elimination solution equation
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:887byte
    • 提供者:卓迅佳
  1. gauss_elimination

    0下载:
  2. 高斯消元法解矩阵方程组的matlab语言-Gaussian elimination method for solving matrix equations matlab language
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:35.31kb
    • 提供者:冷凌川
  1. Gauss_pivot.m

    0下载:
  2. Method Gaussian Elimination without pivoting for Linear Systems Solve Ax = b using Gaussian elimination without pivoting Inputs : A is the n-by-n coefficient matrix b is the n-by-k right hand side matrix Outputs : x is the n-by-k
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:Mhdh
  1. Gaussian-elimination-method

    0下载:
  2. GUASS 基本消元法及列选主元素消元法Matlab 算法程序实现-Gaussian elimination method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.44kb
    • 提供者:renjian
  1. Gaussian-elimination-method

    0下载:
  2. matlab经典算法有好多种。这个程序是代数方程组的解法,即高斯消元法。-Matlab classical algorithms have a variety of. The program is the algebraic equations solution method, namely the gaussian elimination method.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:745byte
    • 提供者:梦女孩
  1. Gaussian-elimination-code

    0下载:
  2. 线性方程组求解,高斯消元法,列主元消元法,matlab代码-Solving linear equations, Gaussian elimination, main-element elimination method, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4.01kb
    • 提供者:marry
  1. matlab

    0下载:
  2. numerical algorithms , Cramer code ,Gaussian Elimination, lagrange interpolating, polynomials, Decomposition ,Forward substitution ,Back substitution
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1.08mb
    • 提供者:maiso
« 12 3 4 5 »
搜珍网 www.dssz.com