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

搜索资源列表

  1. 高斯列主元消去法(fortran)

    1下载:
  2. 利用fortran编写的高斯列主元消去法程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-10-01
    • 文件大小:1000
    • 提供者:tfwei@126.com
  1. LU分解方法求解线性方程组的Fortran程序

    2下载:
  2. LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian elimination than some.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-05-08
    • 文件大小:9216
    • 提供者:李学斌
  1. TEST1402

    0下载:
  2. 这个程序是对高斯消去法求解线性方程组的fortran源代码-This process is a Gaussian elimination method to solve linear equations of the fortran source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1098
    • 提供者:明明
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:129382
    • 提供者:康师傅
  1. gaosi

    0下载:
  2. 用fortran编写,利用高斯消去法求解线性方程组-Fortran write with the use of Gaussian elimination for solving linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:763
    • 提供者:许哈哈
  1. qiuni

    1下载:
  2. 这个fortran程序用于求解矩阵的逆矩阵,方法是高斯消去法-The fortran program for solving the inverse matrix, Gauss elimination method is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:1297
    • 提供者:李冶
  1. gaosi

    0下载:
  2. 这个程序用于求解一个矩阵的逆矩阵,是用高斯消去法解的-This procedure for solving a matrix of, is to use Gaussian elimination solution
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:985
    • 提供者:李冶
  1. Gauss-zhuyuan

    1下载:
  2. 采用高斯主元消去法求解线性方程组的数值解-Gaussian elimination method for solving the main element numerical solution of linear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:947
    • 提供者:李沣
  1. GAUSSIAN-ELIMINATION-METHOD

    0下载:
  2. 高斯消去法求解联立线性方程组的fortran子程序。-Gaussian elimination method for solving simultaneous linear equations fortran subroutine.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1749
    • 提供者:champagne
  1. NIJUZHEN

    0下载:
  2. 求逆矩阵的代码,fortran,代码,高斯消去法。-matrixinversion Inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:955
    • 提供者:liulei
  1. source-code

    1下载:
  2. 五个Fortran程序,分别给出了三角方程组、高斯消去法、选主元消去法、Crout分解、Doolittle分解的程序源代码,给出了驱动函数,适于初学者学习-Five Fortran programs, respectively trigonometric group, Gaussian elimination, pivoting elimination, Crout decomposition, Doolittle, decomposition of the source code gives
  3. 所属分类:Other systems

    • 发布日期:2015-05-08
    • 文件大小:7168
    • 提供者:jiahao
  1. fortran-PROGRAM

    1下载:
  2. 基于Fortran95/2003的一些算法的源代码。如高斯消去法,Jacobi超松弛迭代法等,可为初学者提供参考。-Fortran95/2003 based on some algorithm source code. Such as Gaussian elimination method, Jacobi SOR method can provide a reference for beginners.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-23
    • 文件大小:377279
    • 提供者:海寒
  1. Linear_equations__solution

    1下载:
  2. fortran程序编写的线性方程组求解 -包括 LU分解,高斯列主元消去法,高斯消去法,矩阵求逆,乔累斯基,追赶法-Solving linear equations group, programs written in FORTRAN including LU decomposition, Gauss main element elimination method, Gauss elimination method, the matrix inversion, Jo Laski, chase m
  3. 所属分类:Algorithm

    • 发布日期:2015-05-08
    • 文件大小:7168
    • 提供者:
  1. fortran-code(1)

    0下载:
  2. 用fortran编写的解线性方程组的直接方法:包括高斯消去法,列主元素法、lu分解法、追赶法等代码-some code for practing
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:11200512
    • 提供者:储著飞
  1. gaosi

    0下载:
  2. 用fortran编写,利用高斯消去法求解线性方程组-Fortran write with the use of Gaussian elimination for solving linear equations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:804
    • 提供者:fxr80252
  1. yiweidingchang

    0下载:
  2. 自己编写的,求解杆问题的简单一维定常传热,并且将数值解与解析解进行了比较,最后用高斯消去法求解的矩阵,适合新手FORTRAN入门参照-I have written, to solve the problems stem simple one-dimensional unsteady heat transfer, and the numerical solution were compared with the analytical solution, and finally with Gauss
  3. 所属分类:mathematica

    • 发布日期:2017-05-03
    • 文件大小:910786
    • 提供者:
  1. ludcmp_ludksb

    0下载:
  2. 高斯消去法(複數型),由實數改為負數的版本-An example Fortran program using LU decomposition to solve the following linear system
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:Lin Sheng Wei
  1. CH1

    2下载:
  2. 运用全选主元高斯消去法解线性方程组(Fortran语言编写)(The solution of linear equations with full pivoting Gauss elimination method)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:13312
    • 提供者:LvZhao
  1. gaosiliezhuyuan-for

    1下载:
  2. 有用的下载吧,列主元消去法的fortran语法形式,可能对大家有点小用(Useful downloads, column principal elimination)
  3. 所属分类:其他

    • 发布日期:2020-04-16
    • 文件大小:5120
    • 提供者:bilihu
  1. 高斯消元fortran源代码

    0下载:
  2. 高斯消元法是线性代数规划中的一个算法,可用来为线性方程组求解。消元法是将方程组中的一方程的未知数用含有另一未知数的代数式表示,并将其代入到另一方程中,这就消去了一未知数,得到一解;或将方程组中的一方程倍乘某个常数加到另外一方程中去,也可达到消去一未知数的目的。消元法主要用于二元一次方程组的求解
  3. 所属分类:其它程序

搜珍网 www.dssz.com