Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Fortran solving matrix linear equations, there ar
4.0
Fortran solving  matrix  linear equations, there are examples that can be run directly  / 'PS: This software can calculate both linear equations Ax = b, you can calculate the matrix equation AX = B')    Purpose: elimination method for solving the matrix equation  !  ! ------------------------------------------------- ----  ! In put data files:  ! 1. fin.txt enter the equation coefficients  ! 2.  ! Output data files:  ! 1.
guoguo924601
2016-08-23
0
1
Simple and efficient matrix inversion program in F
4.0
! Description: calculating Inverse matrices ! !----------------------------------------------------- ! Contains : ! 1. driver driver functions ! 2. solve method Already proven, efficient and simple
guoguo924601
2016-08-23
4
1
No more~