Fix coordinate indices

This commit is contained in:
Antti H S Laaksonen 2017-04-24 21:38:51 +03:00
parent 34a42730c6
commit 7061e0a85e
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ And the maximum distance is as follows:
\end{tikzpicture} \end{tikzpicture}
\end{center} \end{center}
Consider two points $p_1=(x_1,y_1)$ and $p_2=(x_1,y_1)$ whose rotated Consider two points $p_1=(x_1,y_1)$ and $p_2=(x_2,y_2)$ whose rotated
coordinates are $p'_1=(x'_1,y'_1)$ and $p'_2=(x'_2,y'_2)$. coordinates are $p'_1=(x'_1,y'_1)$ and $p'_2=(x'_2,y'_2)$.
Now there are two ways to express the Manhattan distance Now there are two ways to express the Manhattan distance
between $p_1$ and $p_2$: between $p_1$ and $p_2$: