diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000000000000000000000000000000000000..5719a550c89a90e00190ee6624db3ba0474394ee --- /dev/null +++ b/Readme.md @@ -0,0 +1,13 @@ +# Exercise 3: Advanced differentiation, integration and root finding + +In this exercise you will explore the concepts of numerical integration, differentiation and root finding. + +In order to do so, you need to create your own project for the exercise 2 (prefixed with your idm username) in the [exercise group](https://gitlab.cs.fau.de/cp1_ws19/exercise) as we did with the [cpp_introduction](https://gitlab.cs.fau.de/cp1_ws19/cpp_introduction) and pulling [the template](https://gitlab.cs.fau.de/cp1_ws19/exercise_3) into it. +Please remember to create your own project first, then clone your own project and then pull the template afterwards, before pushing to your own project. + +## Obtaining the instructions +In the template you will find a directory called `instructions` and in it the source for the instruction sheet `exercise_3.tex`. +Produce the pdf of these instructions using the `pdflatex` command like we did for [exercise 1](https://gitlab.cs.fau.de/cp1_ws19/exercise_1). + +## Proceeding with the exercise +Once you have produced the pdf of this exercise, proceed to work on the tasks provided therein.