Matrix Operation for Translation
Translation or shifting a point by a vector results in the image .
For AI agents: use /llms.txt for the Nakafa content index.
Translation or shifting a point by a vector results in the image .
This operation can be written in the form of vector addition (column matrix):
This is different from transformations like rotation or reflection across an axis/line, which can be represented by matrix multiplication. Pure translation is a vector addition operation.
However, if we want to combine translation with other linear transformations using matrix multiplication, we often use homogeneous coordinates. With homogeneous coordinates, a point is represented as , and the transformation matrix becomes . For translation by , the matrix is:
Thus:
The matrix operation associated with translation by vector for point is:
Determine the image of point translated by the vector using matrix operation.
Alternative Solution:
Based on the matrix operation, the image can be determined by:
Its image is .
Point , translation vector .
Image: .
Translation vector .
Image coordinates: , , .