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

搜索资源列表

  1. CH1

    0下载:
  2. C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14883
    • 提供者:丘实
  1. gaussian

    0下载:
  2. 一个自己写的列主元高斯消去法,用Matlab实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1819
    • 提供者:Phoebe
  1. 求解线性代数方程组

    0下载:
  2. 线性代数方程组的求解全选主元高斯消去法全选主元高斯约当消去法复系数方程组的全选主元高斯消去法-linear algebraic equations to solve all the main election yuan Gaussian Elimination entire election PCA about when Gaussian Elimination of complex equations of the entire election PCA Gaussian Eliminatio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14930
    • 提供者:樊继东
  1. agaus

    1下载:
  2. 全选主元高斯消去法agaus.c--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-entire election PCA Gaussian Elimination agaus.c --return to the original equation is expressed by the coefficient matrix, a sign of the return value is not zero, then returned to normal.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:陈益林
  1. 高斯约当消去法

    0下载:
  2. 计算方法的一个比较重要的高斯约当消去方法-calculation of a more important about when Gaussian Elimination Methods
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7241
    • 提供者:林小雨
  1. gaosi

    0下载:
  2. 本代码是计算方法课程实验里的---用高斯消去法解方程组-the code is calculated course of the experiment -- using Gaussian Elimination System Solutions
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:865
    • 提供者:guo
  1. 全选主元消去法

    1下载:
  2. 利用高斯全选主元消去解线性方程组,用C++语言写-use of the entire election Gaussian Elimination main yuan for solving linear equations, with C + + language to write
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15367
    • 提供者:王力
  1. chengxu

    0下载:
  2. C语言解决线形方程组的高斯消去法,以及源代码-C language to solve linear equations Gaussian Elimination Act, as well as source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1726
    • 提供者:袁明
  1. 二次曲线拟合---最小二乘法

    3下载:
  2. 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-09-12
    • 文件大小:752
    • 提供者:yh4685668
  1. PQ分解法_我编的_内含三角分解法

    0下载:
  2. 这是我毕业设计时编写的潮流计算PQ分解法程序,支持n个节点、从外部读取Excel表格,采用高斯消去法获得因子表。 同时附带有针对这一程序的gui界面.fig和对应的.m文件! Matlab版本为7.6.0。
  3. 所属分类:matlab例程

  1. LU分解方法求解线性方程组的Fortran程序

    2下载:
  2. LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian elimination than some.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-05-08
    • 文件大小:9216
    • 提供者:李学斌
  1. guass_band_good.rar

    0下载:
  2. 半带宽存储的高斯消去法,在有限元法的解决问题中经常使用。,Gauss method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:651
    • 提供者:Steven.Jia
  1. gaussj.rar

    0下载:
  2. 高斯消去法求逆矩阵,简单易学,特别适合初学者, Gaussian elimination inverse matrix, easy to learn, especially suitable for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:622
    • 提供者:Mike
  1. Guass

    0下载:
  2. 解线性方程能。方程能是恰定方程能。算法是高斯消去法。-Solving linear equations can be. Equation can be exactly determined equation can. Algorithm is Gaussian elimination.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:600
    • 提供者:王明
  1. gaussLinearEquation

    0下载:
  2. 列主元高斯消去法,用于求解线性方程组,这里用matlab编写,操作简单方便-Column principal component Gaussian elimination for solving linear equations, where using matlab, simple operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:746
    • 提供者:易先知
  1. matlabtext4.rar

    1下载:
  2. 高斯消去法 (1)题目:用选主元素法和高斯消去法求解下列方程组:源代码 设计思想 原理 对应程序,Gaussian elimination (1) Title: The main elements of the election law and the Gaussian elimination method to solve the following equation: The principle design of the source code corresponding to th
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:542447
    • 提供者:马刚
  1. 213

    0下载:
  2. 求行列式值的全选主元高斯消去法的c语言实现-Demand determinant value of the Select Principal Gaussian elimination c-language implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6141
    • 提供者:刘璐
  1. liezhuyuangaosixiaoqufa

    0下载:
  2. 以列为主元素的高斯消去法,是很好的学习高斯理论的程序。-To set out the main elements of the Gaussian elimination method, is a very good learning theory Gaussian process.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:842
    • 提供者:sdaf
  1. numericalcalculate

    0下载:
  2. 数值计算程序 包括:变步长梯形公式算法、二叉树算法、二分法、高斯列主消去法、曲线拟合算法等-Numerical calculation procedures include: Variable Step-trapezoid formula algorithm, binary tree algorithm, dichotomy, Gaussian elimination method the main column, curve fitting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3961
    • 提供者:李伟
  1. gaos

    0下载:
  2. 高斯消去法 -Gaussian elimination method of Gauss elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:933
    • 提供者:TOM
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »
搜珍网 www.dssz.com