Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 504 Bytes

Code for the class Introduction to Numerical Analysis 1 (数値解析序論1), first semester 2016.

Class homepage

Running the code

Suppose that you want to run the code in a file named name.f90. In your terminal, do the following:

  1. Compile the code to an executable name.exe:

    gfortran name.f90 -o name.exe
  2. Run the executable:

    ./name.exe
  3. Enjoy the output.