From 6076e831ae4700af80bb6e9038c2f7918b5ad26a Mon Sep 17 00:00:00 2001 From: Yijin <48045453+yijinlee@users.noreply.github.com> Date: Thu, 10 Oct 2019 15:59:10 +0100 Subject: [PATCH] Corrected mistype C<->B --- 2b-odds-and-ends.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2b-odds-and-ends.ipynb b/2b-odds-and-ends.ipynb index 6e8efc8..617e865 100644 --- a/2b-odds-and-ends.ipynb +++ b/2b-odds-and-ends.ipynb @@ -179,7 +179,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "$A B = C$ each column of C is a linear combination of columns of A, where the coefficients come from the corresponding column of C" + "$A B = C$ each column of C is a linear combination of columns of A, where the coefficients come from the corresponding column of B" ] }, {