Skip to content

These programs are from my Master degree course of Numerical Analysis. The code is in Fortran 77.

Notifications You must be signed in to change notification settings

YeyoCoder/Fortran77

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Analysis 2018

This repo contain the programs of my course Numerical Analysis 2018-B.
Numerical Analysis is part of the Master Degree program in Science (Mathematical Engineering) of the Universidad Autónoma de Querétaro. The code of this course is in Fortran77 (definitely not a state of the art programing language).

Before you start follow the brief instructions to start coding in Fortan77 depending on your operative system (OS)

Fortran77

Fortran 77 for Windows 10

  • Download and install Force2.0. Follow the wizard instructions.
  • Execute Force 2.0, code and clic on the green arrow to run your program.

Fortran77 for Mac OS Sierra

  • Download and install Xcode
  • Download and install Command Tools Tools for Xcode.
  • Download and install GNU Compiler Colletion.
  • Use your favorite text editor to start code Fortran77 programs and compile from the Terminal using gfortran [your file name]. This should create an a.out file. Execute it from Terminal with ./a.out

Hope will help you!

About

These programs are from my Master degree course of Numerical Analysis. The code is in Fortran 77.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published