Task for Fortran classes
installed newest version of ifort
Just type
make prod4
make prod8
make prod16
to compile program with different real precision and then
./FDM4 N
./FDM8 N
./FDM16 N
What's N? It's explained here. It's density of splitting
Made in jupyter notebook
Given you have installed jupyter notebook and all python3 related stuff, type
jupyter notebook
in main directory
You could watch given graphs or change something and generate them on your own. However, then you need to have matplotlib to print beautiful graphs 🎉
Let you consider that I'm not a master in python so I suppose that everything I did could have been done better 🐶