diff --git a/_sources/chapters/Week7/eig.ipynb b/_sources/chapters/Week7/eig.ipynb index a128a2e..c506de7 100644 --- a/_sources/chapters/Week7/eig.ipynb +++ b/_sources/chapters/Week7/eig.ipynb @@ -140,14 +140,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Each red dot in the plot above corresponds to the coordinates of a column of A represented in the 2-D plane.\n", + "Each red dot in the plot above corresponds to the coordinates of a column of **A** represented in the 2-D plane.\n", "\n", "Now, let's compute the covariance matrix of **A**:\n", "\n", "$$\n", "\\begin{align}\n", - "\\mathbf{C} &= \\frac{1}{2-1} \\mathbf{A^TA}\\\\\n", - "&= \\mathbf{A^TA}\\\\\n", + "\\mathbf{C} &= \\frac{1}{2-1} \\mathbf{A^T A}\\\\\n", + "&= \\mathbf{A^T A}\\\\\n", "& = \\begin{bmatrix}\n", "1 & -1 \\\\\n", "-1 & 1\n", diff --git a/chapters/Week7/eig.html b/chapters/Week7/eig.html index 9da9457..4be3c06 100644 --- a/chapters/Week7/eig.html +++ b/chapters/Week7/eig.html @@ -532,13 +532,13 @@
Each red dot in the plot above corresponds to the coordinates of a column of A represented in the 2-D plane.
+Each red dot in the plot above corresponds to the coordinates of a column of A represented in the 2-D plane.
Now, let’s compute the covariance matrix of A: