Skip to content

A collection of basic programs written in Fortran 90/95

Notifications You must be signed in to change notification settings

mshreyes/Fortran_Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fortran_Programs

A collection of basic programs written in Fortran 90/95.

  1. List sort (code)

  2. Matrix operations (code)

    • Matrix addition
    • Matrix multiplication
    • Transpose
  3. Inverse of a square matrix (code)

  4. Magic Square (odd ordered) (code)

  5. Finding a root of an equation (code)

    • By Newton-Raphson method
    • By Bisection method
    • By Secant method
  6. Random Walk 2D (code) (plots)

About

A collection of basic programs written in Fortran 90/95

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published