Skip to content

Commit 126e2a5

Browse files
committed
trigger
1 parent cdf1c2c commit 126e2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter 11 - Linear Transformation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"cell_type": "markdown",
5151
"metadata": {},
5252
"source": [
53-
"We need one tool for illustrating the idea of linear transformation.\n",
53+
"We need one tool for illustrating linear transformation.\n",
5454
"\n",
55-
"We want to plot any line in vector space by an equation: <font face=\"gotham\" color=\"red\"> $p = p_0+tv$</font>. We need to know vector $p_0$ and $v$ to plot the line. \n",
55+
"We want to plot any line in vector space by an equation: $p = p_0+tv $. We need to know vector $p_0$ and $v$ to plot the line. \n",
5656
"\n",
5757
"For instance, $p_0 = (2, 6)$, $v=(5, 3)$ and $p = (x, y)$, subsitute them into our equation\n",
5858
"$$\n",

0 commit comments

Comments
 (0)