From ecc75f090ed39d86f9459f398943f0d07505cdc6 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:32:06 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a82a5..a70e7ea 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [The Python Standard Library​](python_basics/standard_libraries/README.md) ## Numpy: The Basics of the basics -* [Numpy: Random numbers the non-legacy way](numpy/random/README.md) +* [New matrix](numpy/new_matrix/README.md) +* [Random numbers the non-legacy way](numpy/random/README.md) ## Numpy * [Beyond normal np.save](numpy_save_special/README.md)