diff --git a/journal/Readme.md b/journal/Readme.md index 9dffb3b0f9ba9ff553d846f986903f41536135e0..24583b7cdb3058ae13e0d78e3c09257cdc3ab3ee 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -28,4 +28,7 @@ I don't know why I can't sign in when I am in the course Gitlab, so this are the - [Numpy functions](https://numpy.org/doc/stable/reference/generated/numpy.amax.html) - When you want a continuous vector: `np.linspace` (not the case for Exercise 2) - When you want a discrete vector (start, stop, step): `np.arange` -- [Matplotlib memo](https://matplotlib.org/stable/api/pyplot_summary.html) \ No newline at end of file +- [Matplotlib memo](https://matplotlib.org/stable/api/pyplot_summary.html) + +# Regarding exercise 3.2 +Along with my teammate I tried doing this part but we weren't successful. We will ask the professor on tomorrow's concluding session.