搜索资源列表
Fortran
- Fortran基本算法源程序,线性方程,矩阵运算,非线性方程,极值问题
稀疏非对称矩阵的ICCG法FORTRAN源程序
- 稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
jiegoulixue.rar
- 利用矩阵位移法计算平面钢架轴力、剪力、弯矩 可计算多层桁架内力 ,Matrix displacement method using a steel frame plane axial force, shear, bending moment truss calculation of internal forces of multi-storey
fortran
- 追赶法求三对角矩阵(txt文件)及其他一些fortran语言程序-Catch-up method tridiagonal matrix
ICCG
- 稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
bndcsr
- 稀疏矩阵存储格式转换,从带状矩阵(BND)到压缩稀疏行(CSR) .f90格式-BNDCSR converts Banded Linpack format to Compressed Sparse Row format.
fortran_matrix
- 一个适合FORTRAN初学者的程序包。内含丰富的fortran矩阵算法程序。-A suitable FORTRAN package for beginners. Intron-rich matrix algorithm fortran program.
fem(-fortran)
- 有限元 fortran 程序 网格剖分 一维存储 刚度矩阵 数值求解-Fortran program fem
Matrix-Inverse--source-code-_-1
- 矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
fortran
- 关于常用的FORTRAN算法,该书有关于线性方程组的求解,矩阵特征值的计算,常微分方程组的求解等-FORTRAN on the commonly used algorithms, the book on the linear equations, eigenvalue calculation, solving ordinary differential equations, etc.
FORTRAN
- FOR TR AN 77科学计算子程序汇编。谭浩强主编,提供了100多个最经常使用的、最基本的子程序。内容包括:实矩阵的运算、复矩阵的运算、多项式的计算、插值法、微分法、数值积分、方程求解、方程组求解、微分方程求解、函数计算、概率统计等。 -FOR TR AN 77 subroutine compilation of scientific computing. TAN Hao-Qiang editor, providing more than 100 of the most frequent
CH2
- 求矩阵乘积的FORTRN子程序,适用于矩阵相乘,对矩阵的要求是必须是二维的,但是通用性较强。自我感觉比其他的程序好,而且短小精悍!-FORTRN matrix product of the subroutine for matrix multiplication, the matrix must be the requirement is two-dimensional, but highly versatile. Feel better than other procedures, and d
gaosi
- 这个程序用于求解一个矩阵的逆矩阵,是用高斯消去法解的-This procedure for solving a matrix of, is to use Gaussian elimination solution
fortran.rar
- Fortran矩阵 在FORTRAN 90中,陣列的使用方法有很大的改進,增加許多新的功能:然而我們上課所應用的g77沒有支援這些新功能,所以在本章中有關陣列的介紹仍以FORTRAN 77為根據,本章所介紹的方法在FORTRAN 90中仍然可以使用,Fortran matrix in FORTRAN 90, use of the array is a considerable improvement, adding many new features: class applications,
《计算方法》Fortran版
- 介绍了线性方程组的解法中矩阵分解与线性方程组直接方法与迭代解法等计算方法,为计算水力学各个格式。(The methods of matrix decomposition and linear equations, direct method and iterative solution are introduced in the solution of linear equations.)
fortran各章代码
- 第1章 矩阵分解与线性方程组直接方法 第2章 线性方程迭代方法 第3章 最小二乘法与曲线拟合 第4章 特征值与特征向量 第5章 非线性方程 第6章 非线性方程组 第7章 插值法 第8章 数值微分 第9章 数值积分 第10章 特殊函数 第11章 常微分方程(The first chapter is matrix decomposition and direct method of linear equations The second chapter is the itera
矩阵对角化程序
- fortran计算用来求解线性方程组的BLAS和LEACK 包。。。(The FORTRAN calculation is used to solve the BLAS and LEACK packages of the linear equations.)
矩阵分解与线性方程组直接方法
- 关于fortran数值矩阵计算代码,,希望对初学者带来帮助(about fortran matrix code)
fortran求逆子程序
- fortran 求逆矩阵子程序,包含求行列式子程序(FORTRAN inverse matrix subroutine, including determinant subroutine)