Update tutorials/tutorial1_vectors_matrices.ipynb

This commit is contained in:
2025-09-15 14:22:00 +03:00
parent a561f2c46c
commit 21ed32673b

View File

@@ -446,7 +446,7 @@
"- A **vector** is an element of $\\mathbb{R}^n$, a list of numbers. \n",
"- A **matrix** is a rectangular array of numbers $\\mathbb{R}^{m \\times n}$. \n",
"- We can add, subtract, and scale vectors/matrices. \n",
"- Multiplication extends naturally: matrix-vector and matrix*matrix. \n",
"- Multiplication extends naturally: matrix-vector and matrix-matrix. \n",
"- **Transpose** flips rows and columns. \n",
"- **Norms** measure the size of vectors and matrices."
]