Skip to content

A command-line tool for performing basic operations on 2x2 matrices. This project demonstrates modern Fortran features and best practices.

Notifications You must be signed in to change notification settings

marcorexo/matrix_opperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Fortran Matrix Calculator

A command-line tool for performing basic operations on 2x2 matrices. This project demonstrates modern Fortran features and best practices.

Features

  • Matrix addition
  • Matrix multiplication
  • Determinant calculation
  • Command-line interface
  • Modular design

Requirements

  • Fortran compiler (gfortran recommended)
  • Make (optional)

Building

gfortran -o matrix_calc matrix_calculator.f90

About

A command-line tool for performing basic operations on 2x2 matrices. This project demonstrates modern Fortran features and best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published