From 551dd89ba079a65c0aac282243d0b36702573590 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:51:46 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 119298e..c42c375 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Important VS Code notes: ## Numpy: The Basics of the basics * [The N-dimensional array (ndarray)​](numpy/ndarray/README.md) * [Dimensions and shape](numpy/dimensions/README.md) + - [Broadcasting: Automatic adaption of dimensions​](numpy/broadcasting/README.md) * [Making a matrix from numerical ranges](numpy/numerical_ranges​/README.md) * [New matrix](numpy/new_matrix/README.md) * [Save and load](numpy/load_save/README.md)