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

搜索资源列表

  1. mimp

    0下载:
  2. 求解对角线元素很小的矩阵的逆矩阵,避免一般求逆的溢出问题,用Fortran编写-small diagonal elements of the matrix inverse matrix inversion generally avoid the overflow problems, Fortran prepared
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1069
    • 提供者:杨天笑
  1. gaussj

    0下载:
  2. 用fortran程序 编写的求一矩阵的逆矩阵的程序-using FORTRAN procedures for the preparation of a matrix inverse matrix procedures
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:944
    • 提供者:宋天
  1. Matrix-Inverse--source-code-_-1

    4下载:
  2. 矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5595
    • 提供者:智庆全
  1. Matrix-Inverse-_fortran-source-code

    0下载:
  2. 矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5616
    • 提供者:智庆全
  1. inverse

    0下载:
  2. 计算逆矩阵,在矩阵后面夹带一个单位矩阵,然后把前面那一个矩阵处理成对角线单位矩阵,后面的那个矩阵就是逆矩阵。-Computing inverse matrix, a unit entrainment in the matrix behind the matrix, and then in front of it is processed into a matrix, diagonal matrix, the latter matrix that is the inverse matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:908
    • 提供者:hualiayue
  1. Matrix

    0下载:
  2. Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1777
    • 提供者:hussam
  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. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. moore-penrose-generalized-inverse

    0下载:
  2. 用于计算moore-penrose generalized inverse matrix 的fortran 子程序。-Used to calculate the moore-penrose generalized inverse matrix of fortran subroutines.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:805
    • 提供者:champagne
  1. asdf

    1下载:
  2. fortran 计算逆矩阵,将A矩阵转换为A的逆矩阵。-The fortran calculate the inverse matrix A matrix is ​ ​ converted to the inverse of A.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:829
    • 提供者:liaoyuan
  1. fortran_Matrix_inversion

    1下载:
  2. 矩阵求逆,主要用于解决矩阵的逆的求解,用fortran语言-Matrix inversion is mainly used to solve the solution of the inverse matrix, using the FORTRAN
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:692651
    • 提供者:zhaobo
  1. NIJUZHEN

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

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

    0下载:
  2. 用于一般矩阵求逆的fortran语言程序,对于64x 程序不能调用一些求逆库函数时,可以应用-Plural inverse matrix, complex matrix inversion matrix, fortran subroutine solving high accuracy and stability, suitable for large matrix calculation
  3. 所属分类:File Formats

    • 发布日期:2017-11-26
    • 文件大小:675
    • 提供者:gxj
  1. inverse

    0下载:
  2. Inversion of a matrix using fortran code
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:1116
    • 提供者:schmidthannes6
  1. juzhen-qiuni

    0下载:
  2. 利用fortran进行矩阵求逆运算,稳定性高-fortran inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:874459
    • 提供者:姚瑞文
  1. INVERSE--MATRIX

    0下载:
  2. Inverse Matrix writed on Fortran 90, with testing data
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1650
    • 提供者:Vasya
  1. inverse

    1下载:
  2. 求逆矩阵程序,采用fortran编写。可以自动设置维数-Matrix inversion procedure using fortran prepared. Automatically setting the dimension
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:662
    • 提供者:Liyy
  1. qiuni

    1下载:
  2. 用fortran求矩阵对应的逆矩阵,里面有个例子文件-Matrix with fortran corresponding inverse matrix, which is an example file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:304896
    • 提供者:yu
  1. inverse

    1下载:
  2. 利用fortran编写的求逆矩阵的例子,是一个经典例子,可以拿来学习和练手-Examples of the use of inverse matrix fortran written, is a classic example, can be used to learn and practice hand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:940
    • 提供者:xiaofang
  1. fortran求逆子程序

    1下载:
  2. fortran 求逆矩阵子程序,包含求行列式子程序(FORTRAN inverse matrix subroutine, including determinant subroutine)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-05
    • 文件大小:1024
    • 提供者:史蒂芬孙吖
« 12 »
搜珍网 www.dssz.com