- To find the translation matrix, we need to move the point from $(10, 15)$ to $(15, 25)$. The change in coordinates is $(\Delta x, \Delta y) = (15-10, 25-15) = (5, 10)$.
- The translation matrix to shift a point by $(\Delta x, \Delta y)$ is
\[
\begin{bmatrix}
1 & 0 & \Delta x \\
0 & 1 & \Delta y \\
0 & 0 & 1
\end{bmatrix}
= \begin{bmatrix}
1 & 0 & 5 \\
0 & 1 & 10 \\
0 & 0 & 1
\end{bmatrix}.
\]
Thus, the correct answer is (A).
Was this answer helpful?
0
0
Top GATE PI Production and Industrial Engineering Questions