CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯消元程序

搜索资源列表

  1. gsxyf

    0下载:
  2. 高斯消元法程序,高斯消元法程序-高斯消元法程序
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8449
    • 提供者:徐云
  1. Plane_finite_element_program

    0下载:
  2. 简单的平面有限元程序,采用三结点三角形单元;采用等带宽存贮技术;采用高斯消元法解线性方程组。-Simple plane finite element program, using three node triangular element use of such bandwidth, storage technology using Gauss elimination method to solve linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8329
    • 提供者:Qin
  1. computing

    0下载:
  2. 1.通过动手写一个小程序,来了解java在开发过程的一些步骤和问题。 2.以高斯消元法为基础,来算方程组的解,并且也可以算出行列式的解。 -This program can solve many problems.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2400392
    • 提供者:丁一
  1. computing-method

    0下载:
  2. 实现拉格朗日算法、高斯消元法算法、梯形公式的逐次分半法等常用计算方法的算法程序-Achieve Lagrangian algorithm, Gaussian elimination algorithm, the successive half trapezoidal method and other commonly used procedures for calculation of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2576
    • 提供者:Aleny
  1. gose

    0下载:
  2. 这是一共用高斯消元法实现的解方程的程序,时间复杂度为o(n^3)-This is a common Gaussian elimination procedure for solving equations to achieve the time complexity is o (n ^ 3)
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:889
    • 提供者:
  1. GEE

    0下载:
  2. 此Matlab程序展示部分主元法实现的高斯消元算法。-This Matlab program demonstrates some of the main element to achieve Gaussian elimination algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:10550
    • 提供者:王娟
  1. Gaussian-elimination

    0下载:
  2. 高斯消元法c语言程序。。经测试正确,,计算方法-Gaussian elimination c language program. . The test correctly
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:190958
    • 提供者:星沉
  1. Numerical-calculation-method

    0下载:
  2. 实现插值,lu,二分法,高斯塞德尔,高斯消元法,高斯主元素,幂法,牛顿法八种数值计算方法的八个C程序源码-To realize interpolation, lu, dichotomy, gaussian plug del, gaussian elimination, gaussian Lord elements, power method, Newton method eight kinds of numerical calculation method of the eight C prog
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6735
    • 提供者:sunqi
  1. Gaus_Elim_with_Partial_Pivot

    0下载:
  2. 程序主要讲解了采用高斯消元法解决线性代数问题的基本方法,采用的是C语言的风格-Procedures will explain the use of Gaussian elimination to solve linear algebra problems of the basic method, using the C language style
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:656818
    • 提供者:公共
  1. zsxjf

    0下载:
  2. 利用matlab写的高斯消元法和最速下降法程序-zsxjf base on matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:580
    • 提供者:晓亮
  1. Gaussian-elimination

    0下载:
  2. 一种关于线性方程组的高斯消元法的Fortran程序-the Fortran program of Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:868796
    • 提供者:张恒运
  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
    • 文件大小:745
    • 提供者:梦女孩
  1. Gauss_autoamanual

    0下载:
  2. 选列主元的高斯消元法求解线性方程组,c++程序-Gaussian elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2101675
    • 提供者:张英丽
  1. Solving-linear-equations

    0下载:
  2. 求解线性方程组,首先要确定方程式的个数,以及每个方程的系数,要求程序与用户交互, 在程序运行过程中,要求用户输入方程个数和方程中的系数,程序把系数存入系数矩阵中 运用消元法(高斯消元法):1.将系数矩阵消为上三角2.回代求得方程组的解-Solving linear equations, we must first determine the number of equations, and the coefficients of each equation required proc
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27296
    • 提供者:邹成睿
  1. gaosi

    0下载:
  2. 在matlab环境下的高斯消元法的程序,主要用了列主元法。-Gaussian elimination program in the Matlab environment, with a column main element method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:729
    • 提供者:fangdaqi090
  1. Calculation-method

    0下载:
  2. 该程序包集结了很多数值计算方法,例如高斯消元,梯形求积,牛顿插值,拉格朗日插值-Calculation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:11930
    • 提供者:liweichao
  1. Gaussian

    0下载:
  2. 高斯消元的matlab程序,有助于ldpc校验矩阵的构建,另赠peg算法-Gaussian elimination matlab program will help ldpc check matrix construction, and other gifts peg algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2352
    • 提供者:小平
  1. Gaussian

    0下载:
  2. 高斯消去法(高斯消元法)程序,可用来求解线性方程组-Gaussian elimination method (Gaussian elimination) procedure used to solve linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:31782
    • 提供者:zhaoyu
  1. chazhi

    0下载:
  2. matlab插值法、牛顿法、高斯消元法,主要用于matlab的程序调用-mainly be usd with matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:1355
    • 提供者:kula
  1. gausszhuyuanxiaoqu

    0下载:
  2. matlab数学原程序,自编,用于函数调用:高斯消元法-matlab gauss-xiaoyuanfa
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1400
    • 提供者:kula
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com