当前位置:
首页 资源下载
搜索资源 - inverse matrix fortran
搜索资源列表
-
0下载:
求解对角线元素很小的矩阵的逆矩阵,避免一般求逆的溢出问题,用Fortran编写-small diagonal elements of the matrix inverse matrix inversion generally avoid the overflow problems, Fortran prepared
-
-
1下载:
用fortran程序 编写的求一矩阵的逆矩阵的程序-using FORTRAN procedures for the preparation of a matrix inverse matrix procedures
-
-
4下载:
矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
-
-
0下载:
矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
-
-
0下载:
计算逆矩阵,在矩阵后面夹带一个单位矩阵,然后把前面那一个矩阵处理成对角线单位矩阵,后面的那个矩阵就是逆矩阵。-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.
-
-
0下载:
Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
-
-
1下载:
这个fortran程序用于求解矩阵的逆矩阵,方法是高斯消去法-The fortran program for solving the inverse matrix, Gauss elimination method is
-
-
0下载:
LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。
这类算法的复杂度一般在左右,对充分消元的分解则不然。
-LU decomposition is esse
-
-
0下载:
用于计算moore-penrose generalized inverse matrix 的fortran 子程序。-Used to calculate the moore-penrose generalized inverse matrix of fortran subroutines.
-
-
1下载:
fortran 计算逆矩阵,将A矩阵转换为A的逆矩阵。-The fortran calculate the inverse matrix A matrix is converted to the inverse of A.
-
-
1下载:
矩阵求逆,主要用于解决矩阵的逆的求解,用fortran语言-Matrix inversion is mainly used to solve the solution of the inverse matrix, using the FORTRAN
-
-
0下载:
求逆矩阵的代码,fortran,代码,高斯消去法。-matrixinversion
Inverse matrix
-
-
0下载:
用于一般矩阵求逆的fortran语言程序,对于64x 程序不能调用一些求逆库函数时,可以应用-Plural inverse matrix, complex matrix inversion matrix, fortran subroutine solving high accuracy and stability, suitable for large matrix calculation
-
-
0下载:
Inversion of a matrix using fortran code
-
-
0下载:
利用fortran进行矩阵求逆运算,稳定性高-fortran inverse matrix
-
-
0下载:
Inverse Matrix writed on Fortran 90, with testing data
-
-
1下载:
求逆矩阵程序,采用fortran编写。可以自动设置维数-Matrix inversion procedure using fortran prepared. Automatically setting the dimension
-
-
1下载:
用fortran求矩阵对应的逆矩阵,里面有个例子文件-Matrix with fortran corresponding inverse matrix, which is an example file
-
-
1下载:
利用fortran编写的求逆矩阵的例子,是一个经典例子,可以拿来学习和练手-Examples of the use of inverse matrix fortran written, is a classic example, can be used to learn and practice hand
-
-
1下载:
fortran 求逆矩阵子程序,包含求行列式子程序(FORTRAN inverse matrix subroutine, including determinant subroutine)
-