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

搜索资源列表

  1. Euler-Walker

    0下载:
  2. 高斯消元法解尤拉沃克方程,从而进行参数化功率谱估计-Gaussian elimination method for solving the Euler Walker equation, thus a parametric power spectrum estimation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1931
    • 提供者:柴磊
  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. zhuiganfa

    0下载:
  2. matlab用追赶法,列主高斯消元法求解方程组-matlab with the pursuit method, the column main Gaussian elimination method for solving equations
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:676
    • 提供者:davil
  1. Equation

    0下载:
  2. 大型对称方程组解算(Fortran90): 共轭梯度法、高斯消元法和平方根法-Large symmetric linear solver (Fortran90): conjugate gradient method, Gaussian elimination and the square root method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:1548
    • 提供者:Zhang Chuanyin
  1. gaoshi

    0下载:
  2. 高斯消元法,用于矩阵的化简,在进行矩阵运算中起了特别重要的作用,更是图形学中经常用到的方法-Gaussian elimination for matrix simplification, played a particularly important role in performing matrix operations, more frequently used graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:670
    • 提供者:hzs
  1. Gauss_method

    0下载:
  2. 高斯消元法和列主元高斯消元法求解矩阵方程-Gaussian elimination method
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:2021
    • 提供者:Adom
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »
搜珍网 www.dssz.com