From fbbef5e5726765ed0bfff9131972f1f6d80374dc Mon Sep 17 00:00:00 2001 From: AritraCh2005 <153842880+AritraCh2005@users.noreply.github.com> Date: Tue, 14 May 2024 19:13:22 +0530 Subject: [PATCH] Update index.md --- contrib/numpy/index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/contrib/numpy/index.md b/contrib/numpy/index.md index 82596a2..db6f0eb 100644 --- a/contrib/numpy/index.md +++ b/contrib/numpy/index.md @@ -1,3 +1,12 @@ # List of sections -- [Section title](filename.md) +* [Basic Mathematics](#BasicMaths) + * [What is a Matrix?](#Matrix-Intro) + * [Scalars and Vectors](#Scalars-Vectors) + * [Arrays in Python](#Arrays) + * [What is a Tensor?](#Tensors) + * [Addition and Subtraction in Matrices](#Arithmetic) + * [Transpose of Matrices & Vectors](#Transpose) + * [Dot Product](#DotProduct) + * [Dot Product of Matrices](#DotMatrices) +