CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - matlab gaussian elimination

搜索资源列表

  1. Gassian

    0下载:
  2. LDPC码的高斯消去编码基于MATLAB的M函数编程-LDPC codes Gaussian elimination coding based on MATLAB M-function programming
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:1154
    • 提供者:石智鹏
  1. Gaussian-eliminat

    0下载:
  2. 高斯消元法MATLAB实现,小报告形式展现-Gaussian elimination MATLAB implementation
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:13421
    • 提供者:蒋学文
  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. Gaussian-eliminationMATLAB

    0下载:
  2. MATLAB编程实现高斯消去法,实现从前往后消以及从后往前消的功能-MATLAB programming Gaussian elimination method to achieve elimination from front to back and forward from the elimination of functional
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:14797
    • 提供者:黄先生
  1. eliminationgauss

    0下载:
  2. Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:38239
    • 提供者:amine
搜珍网 www.dssz.com