Go to file
2023-09-12 21:40:19 +02:00
latex Include figures with caption for problem 2, 7, 8, and 10 2023-09-12 21:40:19 +02:00
src Separate into figure for each plot 2023-09-12 21:00:42 +02:00
.gitignore Update gitignore and clean up 2023-09-11 18:25:31 +02:00
README.md Stuff 2023-09-11 18:28:42 +02:00

Project 1

Practical information

How to compile C++ code

Make sure that you are inside the src directory before compiling the code.

Now you can execute the command shown under to compile:

´´´ make ´´´

This will create object files and link them together into 2 executable files. These files are called main and analyticPlot. To run them, you can simply use the commands below:

´´´ ./main ´´´

´´´ ./analyticPlot ´´´

How to generate plots

For generating the plots, there are 4 Python scripts. You can run each one of them by using this command:

´´´ python ´´´

The plots will be saved inside latex/images.