CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - forward back substitution

搜索资源列表

  1. superlu_3.1.tar

    1下载:
  2. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perf
  3. 所属分类:Algorithm

    • 发布日期:2015-07-02
    • 文件大小:1956097
    • 提供者:anfangde
  1. ww

    0下载:
  2. Modify the Matlab Gauss Elimination routine given in lectures so that it (a) performs implicit complete pivoting, and (b) handles m right hand sides at once by performing an LU decomposition of the matrix A first and then doing forward substitu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:932
    • 提供者:liuzhenghao
  1. sub

    0下载:
  2. Solving an upper triangular system U x = b by back-substitution Solving a lower triangular system L x = b by forward-substitution-backward substitution and forward substitution
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:583
    • 提供者:QuanyuZhao
  1. The-back-forward-sweep-distribution

    0下载:
  2. 配电网辐射状前推回代潮流计算程序,节点可以任意更改。-Forward and backward substitution flow calculation
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:1306
    • 提供者:小丁
  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
  1. matlab

    0下载:
  2. numerical algorithms , Cramer code ,Gaussian Elimination, lagrange interpolating, polynomials, Decomposition ,Forward substitution ,Back substitution
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1137664
    • 提供者:maiso
搜珍网 www.dssz.com