From de945abbf7bfe8f695903ea72b3c4292f6a06f41 Mon Sep 17 00:00:00 2001
From: Kamil Staszewski <kamilstaszewski95@gmail.com>
Date: Wed, 25 May 2022 15:49:22 +0200
Subject: [PATCH] Update math_linear_algebra.ipynb

Fix typo
---
 math_linear_algebra.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math_linear_algebra.ipynb b/math_linear_algebra.ipynb
index 23fcb7ba6..b09ba79c9 100644
--- a/math_linear_algebra.ipynb
+++ b/math_linear_algebra.ipynb
@@ -3253,7 +3253,7 @@
     "\n",
     "$f(\\textbf{u}) = F \\textbf{u}$\n",
     "\n",
-    "If we have a matric $G = \\begin{bmatrix}\\textbf{u}_1 & \\textbf{u}_2 & \\cdots & \\textbf{u}_q \\end{bmatrix}$, where each $\\textbf{u}_i$ is a 3-dimensional column vector, then $FG$ results in the linear transformation of all vectors $\\textbf{u}_i$ as defined by the matrix $F$:\n",
+    "If we have a matrix $G = \\begin{bmatrix}\\textbf{u}_1 & \\textbf{u}_2 & \\cdots & \\textbf{u}_q \\end{bmatrix}$, where each $\\textbf{u}_i$ is a 3-dimensional column vector, then $FG$ results in the linear transformation of all vectors $\\textbf{u}_i$ as defined by the matrix $F$:\n",
     "\n",
     "$FG = \\begin{bmatrix}f(\\textbf{u}_1) & f(\\textbf{u}_2) & \\cdots & f(\\textbf{u}_q) \\end{bmatrix}$\n",
     "\n",