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

搜索资源列表

  1. gaoshixiaoyuan

    0下载:
  2. 高斯消元法,可以随意改变方程组的行列数,用数组来存储矩阵的系数-Gaussian elimination, can be changed at the ranks of the number of equations, using an array to store the coefficient matrix
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:1.07kb
    • 提供者:甄巧
  1. ELGA

    0下载:
  2. Program to solve problems by Gaussian Elimination, from a matriz of nxn components, auto solving, and algo autofilled from the matriz
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:703byte
    • 提供者:Chava
  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
    • 文件大小:37.34kb
    • 提供者:amine
搜珍网 www.dssz.com