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

搜索资源列表

  1. 高斯消元法解n阶线性方程组

    2下载:
  2. 高斯消元法解n阶线性方程组 这里是数学方法中常用的计算程序-Gauss elimination method for n-linear equations here is the mathematical methods used in calculation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10119
    • 提供者:郑双明
  1. 高斯消元法(不列主元)

    0下载:
  2. 高斯消元法(不列主元)大学计算方法里面的一个算法,用c++编的-Gaussian Elimination Act (PCA not out) University calculation inside an algorithm, using the c series
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:896
    • 提供者:胡铭育
  1. 高斯消元法(选主元)

    0下载:
  2. 高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:974
    • 提供者:胡铭育
  1. 全选主元高斯消去法

    0下载:
  2. 使用全选主元的高斯消去法解线性方程组
  3. 所属分类:数值算法/人工智能

  1. Gauss

    1下载:
  2. 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:30380
    • 提供者:chuchenyun
  1. briage_ex12

    0下载:
  2. 高斯消元法 c++ 实现-Gaussian elimination method c++ implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:754508
    • 提供者:valiant
  1. gaosi

    0下载:
  2. 高斯消元法解方程组 简单的 但很实际 放在这里大家共享-Gauss elimination solution of equations is easy, but here the actual U.S. share
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:260594
    • 提供者:王磊
  1. GaussElimination

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

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

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

    • 发布日期:2017-03-28
    • 文件大小:976
    • 提供者:马刚
  1. aa

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

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

    1下载:
  2. 线性方程组的高斯消元法和列主消元法 输入:A=[1.1348 3.8326 1.1651 3.4017 0.5301 1.7875 2.5330 1.5435 3.4129 4.9317 8.7643 1.3142 1.2371 4.9998 10.6721 0.0147] b=[9.5342 6.3941 18.4231 16.9237] [X]=liezhu(A,b)-Linear Equations Gaussian Elimination Method and the m
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1226
    • 提供者:Chad Powell
  1. geap

    0下载:
  2. 数值分析里面的高斯消元法利用全主元消去的程序-Numerical analysis method which use the Gaussian elimination procedure all main element elimination
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:yuxin
  1. gepp

    0下载:
  2. 数值分析中的高斯消元法利用列主元进行消元程序-Numerical analysis using the Gaussian elimination method carried out principal component elimination process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:536
    • 提供者:yuxin
  1. gauss_elimination

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

    • 发布日期:2017-03-26
    • 文件大小:36158
    • 提供者:冷凌川
  1. liezhu

    0下载:
  2. 采用列主元解线性方程组,比高斯消元法更有效点-slove linear equtions
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:514
    • 提供者:li hui
  1. Gauss

    0下载:
  2. 高斯消元法求解线性方程组,简单易行,速度快,精确-Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:588
    • 提供者:马琳
  1. the-solution-to-AX=B

    0下载:
  2. 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1252
    • 提供者:大象
  1. GAUSS

    0下载:
  2. 用于数值计算,通过MFC编写的高斯消元法,进行数值计算(Gauss elimination method)
  3. 所属分类:数值算法/人工智能

  1. 2.1.1Gauss

    0下载:
  2. 高斯消元法解方程组范例程序,可以用来尝试解方程组(The Gauss elimination method is used to solve the equation set case program, which can be used to try to solve the equation group.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:angelwangs
  1. Gauss消元求逆_matlab

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

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