From 1e1948e03a3b3072cb912713aa07dff39b0cb02d Mon Sep 17 00:00:00 2001 From: ce14f10f5bc5e484777f1060f8856ea9 Date: Tue, 7 Jun 2022 13:39:27 +0000 Subject: [PATCH] Update Readme.md difference between arange and linspace (always confusing!) --- journal/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/journal/Readme.md b/journal/Readme.md index 7e134d4..4e659d3 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -26,4 +26,6 @@ I don't know why I can't sign in when I am in the course Gitlab, so this are the - [MOOC Markdown entry](https://lms.fun-mooc.fr/courses/course-v1:inria+41016+self-paced/courseware/2bfe60a86fed4994b5493a220c38eb69/13f6fd96266746a0bd9d717a12f1f835/) - [Jupyter Notebook useful tips (advanced)](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/) - [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 -- 2.18.1