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

搜索资源列表

  1. gauss-cPP

    0下载:
  2. 列主元高斯消元法,用C++写的,是PDF文件,但是代码内容是文本形式,可以复制-Out PCA Gaussian elimination with C++ written a PDF file, but the code text form can be copied
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:23143
    • 提供者:韩江
  1. Gaussian-elimination-code

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

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

    0下载:
  2. 列主元高斯消元法解线性方程组,其中的系数矩阵和右端向量大家可根据自己的需求更改,程序中已代入相应的具体矩阵-Out PCA Gaussian elimination method for solving linear equations, the coefficient matrix and the right end of the vector can be changed according to their needs, the program has been substituted i
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:798
    • 提供者:yangye
  1. guass-7-sucess

    0下载:
  2. 采用高斯消元法解矩阵。先消去祝愿成为上三角矩阵,再回代求解-using guass s solution to solve matix
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:807
    • 提供者:caihang
  1. main_gauss

    0下载:
  2. 数学分析计算程序例子,列主高斯消元法求解线性方程组。-Mathematical analysis and calculation procedures example, the column main Gaussian elimination for solving linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:1178
    • 提供者:Zhang li
  1. MATLAB

    0下载:
  2. 选列主元高斯消元法 源代码程序 A=[1 1 1 -1 3 1 2 -6 1] b=[6 4 -5] x=gauss2(A,b) 答案;3 2 1-Election column the main Gaussian elimination method source code program A = [1 1 1 -1 3 1 2-6 1] b = [6 4 -5] of x = gauss2 (A, b) the answer 321
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:498709
    • 提供者:chenqiang
  1. Gaussian-Elimination

    0下载:
  2. 使用Visual C++编写的高斯消元法,并附有结果截图-Use the Visual C++ written Gaussian elimination method, with results screenshot
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:29245
    • 提供者:张伟
  1. MxN-Gauss-elimination

    0下载:
  2. 解决MxN阶线性方程组,采用高斯消元法,可显示无解,一解和多解结果。-Solve the MxN-order linear equations using Gaussian elimination can be no solution, one solution, and the results of the multiple solutions.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1292
    • 提供者:zhangran
  1. MATLAB-M-FILES

    1下载:
  2. 数值分析例题,包括欧拉法、龙格-库塔法、牛顿拉夫逊算法、牛顿-斯柯特和高斯消元法-Gaussian Elimination Row Operations Newton Raphson Newton-Cotes integration Euler s method Runga-Kutta gaussjordan
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:4096
    • 提供者:cecile
  1. matrix-inverse-matlab

    0下载:
  2. 高斯消元法矩阵求逆,程序详细,仅供学习使用-Gaussian elimination of matrix inversion and detailed procedures, only to learn to use
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:539
    • 提供者:周崇彬
  1. Gauss

    0下载:
  2. 使用高斯消元法解非奇异线性方程组,数值分析-Gaussian elimination method for solving non-singular linear equations, numerical analysis
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:1487
    • 提供者:hmg
  1. gaosixiaoqufa

    0下载:
  2. 用matlab高斯消元法求解方程组,主程序里输入矩阵即可-Solving equations with matlab Gaussian elimination, the main program can input matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1030
    • 提供者:Gong Peng
  1. Columns-of-the-main-element-method

    0下载:
  2. 使用列主元法求解方程组,比使用高斯消元法更准确-Columns of the main element method to solve the equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:2555
    • 提供者:guzhu
  1. ZG

    0下载:
  2. 病态矩阵HILBERT,正则化高斯消元法,cholesky分解法-Ill-conditioned matrix HILBERT, regularization of Gaussian elimination method, cholesky decomposition
  3. 所属分类:JavaScript

    • 发布日期:2017-12-07
    • 文件大小:568
    • 提供者:wucx
  1. gauss-xiaoyuan

    0下载:
  2. 该源代码为高斯消元法解方程组,可以加强我们对消元法解方程组的认识-The source code for Gaussian elimination method for solving equations, can enhance our understanding of elimination method for solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:517
    • 提供者:李阳
  1. GaussElim

    0下载:
  2. 高斯消元法MATLAB仿真程序,可以用来解线性方程组。-Gaussian elimination method MATLAB simulation program that can be used for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1439
    • 提供者:苑玉亮
  1. Gaussian_elmination

    0下载:
  2. 列主元高斯消元法解线性方程组 用g++编译的-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:19890
    • 提供者:sophie1
  1. XianXing

    0下载:
  2. 线性方程组的求解方法,内涵高斯消元法、LU分解法和迭代法。-failed to translate
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:2876
    • 提供者:阿党
  1. Gauss-elimination--

    0下载:
  2. 计算方法中的一种列主元高斯消元法C程序代码-A calculation method out PCA Gaussian elimination method C code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-14
    • 文件大小:975
    • 提供者:laviequev
  1. gaosi

    0下载:
  2. 高斯消元法解n维线性方程组,即输入为n维矩阵,将矩阵变为上三角矩阵,再反代-Gauss elimination method for solving n-dimensional linear equations, ie, the input is n-dimensional matrix, the matrix becomes upper triangular matrix, and then anti-generation
  3. 所属分类:ELanguage

    • 发布日期:2017-04-02
    • 文件大小:1147
    • 提供者:chengzi
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »
搜珍网 www.dssz.com