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

搜索资源列表

  1. the-Gaussian-elimination-method

    0下载:
  2. 列主元高斯消去法的C语言程序,用来求解线性方程组。在VS2010上编写,已调试通过。-Out PCA Gaussian elimination method C language program, is used to solve linear equations. Written in VS2010 debugging through.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:12928
    • 提供者:xiaoqiang
  1. shuzhisuanfa

    0下载:
  2. 实现数值分析中的一些基本算法,Jacobi、Gauss、Gauss-Seidel、拉格朗日插值以及列主元高斯消去发等-Some of the basic algorithm in numerical analysis
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:942022
    • 提供者:maple
  1. Gauss

    0下载:
  2. VC++ 6.0 编写的使用列主元高斯消去法计算线性方程组的解。方程的系数和维数可以在函数体内手动修改。-Use written VC++ 6.0 out PCA Gaussian elimination method to calculate the solution of linear equations. The coefficients of the equation and dimension can manually modify the function body.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:870
    • 提供者:sun
  1. fitting-code

    0下载:
  2. vb6.0编写的最小二乘法直线拟合、二次曲面拟合程序,线性方程组采用列主元高斯消去法。-vb6.0 prepared by the method of least squares fitting a straight line, the quadratic surface fitting procedure, linear equations using Gaussian elimination main-element.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:14547
    • 提供者:xft
  1. Gauss_Elim

    0下载:
  2. 列主元高斯消去法,在数值分析中用于计算线性方程组一个很重要的方法,能用于跟其他方法的比较。-Main-element Gaussian elimination for a very important method of calculation of linear equations, numerical analysis, can be used for comparison with other methods.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:570
    • 提供者:guanqing
  1. Gauss

    0下载:
  2. 列主元高斯消去法的实现,用于3阶增广矩阵求解,可自行修改到多阶-Out PCA Gaussian Elimination implementation for solving the augmented matrix of order 3, you can modify to multi-stage
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:536
    • 提供者:王鹤
  1. Gauss

    0下载:
  2. 在matlab环境下,列主元高斯消去法的通用程序-In the matlab environment, the main element of the general program Gaussian elimination
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:624
    • 提供者:
  1. the-main-element-Gauss-

    0下载:
  2. 这个程序主要用于求解方程,用的是列主元高斯消去法,最终求得矩阵方程的解-This program is mainly used for solving equations, using a column PCA Gaussian elimination, the final matrix equation obtained
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1988
    • 提供者:dyn
  1. GUASS

    0下载:
  2. 数值计算方法中的列主元高斯消去法,已经输入了增广矩阵。-Numerical methods out PCA Gaussian elimination, have entered the augmented matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1177
    • 提供者:刘凯新
  1. liezhuyaun

    0下载:
  2. 列主元高斯消去法和列主元三角分解法解线性方程 matlab代写代做编程调试修改QQ1747812398-Out PCA Gaussian elimination and main-element triangular decomposition method for solving linear equations matlab write on behalf of doing programming and debugging modify QQ1747812398
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:337201
    • 提供者:李五
  1. gauss--cPP

    0下载:
  2. 数值分析 列主元高斯消去的c++实现,写的挺好的。-Numerical analysis out PCA Gaussian Elimination of c++ achieve, written in very good shape.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2743
    • 提供者:欧洲
  1. 123

    0下载:
  2. 用LU分解及列主元高斯消去法解线性方程组(非图形界面)。-Decomposition and out PCA Gaussian elimination method for solving linear equations with LU.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:196830
    • 提供者:赵瑾
  1. Gaussian-Elimination

    0下载:
  2. 列主元高斯消去法求解线性方程组的解C++程序-Out PCA Gaussian elimination method for solving linear equations solution C++ program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:815
    • 提供者:anqi
  1. GAUSS

    0下载:
  2. 列主元高斯消去法解线性方程组Ax=b, 顺序高斯消去法解线性方程组Ax=b。-Column pca gauss elimination solution system of linear equations Ax = b, sequential gaussian elimination solution system of linear equations Ax = b.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:885
    • 提供者:贾璐
  1. 3

    0下载:
  2. 列主元高斯消去法和逐次超松弛迭代法 (1) 编制解n阶线性方程组Ax=b的列主元Gauss消去法的通用程序; (2) 用所编程序解线性方程组RI=V,并打印出解向量,保留五位有效数字 (3) 本题编程之中,你提高了哪些能力 -guass method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1488
    • 提供者:dsd
  1. LiezhuyuanGauss_5

    0下载:
  2. 实现列主元高斯消去法的方程求解,主要针对压缩和非压缩矩阵-Equation solver to achieve out PCA Gaussian elimination, mainly for compressed and uncompressed matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1370
    • 提供者:副贵名
  1. Gauss

    0下载:
  2. 编制解n阶线性方程组 的列主元高斯消去法的通用程序;-Out the main preparation solution n-order linear equations Gaussian elimination of common procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:633
    • 提供者:
  1. guassian-

    0下载:
  2. 列主元高斯消去法,可以解决线性方程组数值解法的问题-Gauss elimination method can solve the problem of numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:546
    • 提供者:诸葛南桥
  1. GS

    0下载:
  2. C语言编写,列主元高斯法求解线性方程组代码,方程组系数以文本形式导入程序,可计算多阶方程,识别运算时间,算法时间复杂度较低。(C language, column principal component Gauss method for solving linear equations, code equations, coefficients in text form into the program, can calculate multiple equations, identify th
  3. 所属分类:数学计算

    • 发布日期:2017-12-26
    • 文件大小:13312
    • 提供者:lhk123454321
  1. vowc70

    0下载:
  2. 追敢法,主要是n阶线形方程组Ax b的列主元高斯消去法的一个特殊情况,为上三角矩阵,通用程序如附件所示()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:5120
    • 提供者:Lpona
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com