A simple program to multiply two matrices using Fortran
This is part of a numerical problem solving class. A simple program to multiply a 3x3 matrix.
Example
This program would take an input file name matin.dat with simple matrix element of both A and B in the same file. Sample input file is provided in matin.dat inside code folder. After multiplying the matrices an output file name matout.dat is created. A sample output file is included in the matout.dat inside code folder.