A linear transformation T is defined by T: (x,y) → (3x - y, x + 4y). Find the image of (2, -1) under T.
Answer Details
The linear transformation T is defined as T: (x, y) → (3x - y, x + 4y).
To find the image of (2, -1) under T, we need to apply T to (2, -1) and see what we get.
So, T(2, -1) = (3(2) - (-1), 2 + 4(-1)) = (7, -2)
Therefore, the image of (2, -1) under T is (7, -2). Answer is correct.