File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " ,
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 " ,
You can’t perform that action at this time.
0 commit comments