From 21ed32673bf69bd832611b4763663c1e963dd7c9 Mon Sep 17 00:00:00 2001 From: Deniz Donmez Date: Mon, 15 Sep 2025 14:22:00 +0300 Subject: [PATCH] Update tutorials/tutorial1_vectors_matrices.ipynb --- tutorials/tutorial1_vectors_matrices.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/tutorial1_vectors_matrices.ipynb b/tutorials/tutorial1_vectors_matrices.ipynb index c9e3ac2..2b11e2d 100644 --- a/tutorials/tutorial1_vectors_matrices.ipynb +++ b/tutorials/tutorial1_vectors_matrices.ipynb @@ -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." ]