Update index.md

pull/244/head
AritraCh2005 2024-05-14 19:13:22 +05:30 zatwierdzone przez GitHub
rodzic 229b2a24a4
commit fbbef5e572
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -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)