Skip to content

Commit e4c3572

Browse files
author
Murilo M. Marinho
committed
[Lesson4] Fix #1
1 parent 97c9f73 commit e4c3572

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lesson4_tutorial.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"\n",
136136
"We saw how to do that in class, so here is the answer:\n",
137137
"\n",
138-
"$$ \\mymatrix{H}^{0}_{2} = \\left[\\begin{array}{ccc}\n",
138+
"$$\\mymatrix{H}^{0}_{2} = \\left[\\begin{array}{ccc}\n",
139139
" \\cos{(q_0 + q_1)} & -\\sin{(q_0 + q_1)} & l_{0}\\cos{q_0} + l_{1}\\cos{(q_0 + q_1)}\\\\\n",
140140
" \\sin{(q_0 + q_1)} & \\cos{(q_0 + q_1)} & l_{0}\\sin{q_0} + l_{1}\\sin{(q_0 + q_1)}\\\\\n",
141141
" 0 & 0 & 1\n",
@@ -197,7 +197,7 @@
197197
"# To possibly make it easier for you to read\n",
198198
"J_1_1 = -l_0 * sin(q_0) - l_1 * sin(q_0 + q_1)\n",
199199
"J_1_2 = -l_1 * sin(q_0 + q_1)\n",
200-
"J_2_1 = l_0 * cos(q_0) + l_1 * sin(q_0 + q_1)\n",
200+
"J_2_1 = l_0 * cos(q_0) + l_1 * cos(q_0 + q_1)\n",
201201
"J_2_2 = l_1 * cos(q_0 + q_1)\n",
202202
"J_3_1 = 1\n",
203203
"J_3_2 = 1\n",

0 commit comments

Comments
 (0)