A command-line tool for performing basic operations on 2x2 matrices. This project demonstrates modern Fortran features and best practices.
- Matrix addition
- Matrix multiplication
- Determinant calculation
- Command-line interface
- Modular design
- Fortran compiler (gfortran recommended)
- Make (optional)
gfortran -o matrix_calc matrix_calculator.f90