Code for the class Introduction to Numerical Analysis 1 (数値解析序論1), first semester 2016.
Suppose that you want to run the code in a file named name.f90
. In
your terminal, do the following:
-
Compile the code to an executable
name.exe
:gfortran name.f90 -o name.exe
-
Run the executable:
./name.exe
-
Enjoy the output.