Joseph D.
asked 05/02/21Linear algebra question
Use the function to find the image of v and the preimage of w.
T(v1, v2, v3) = (4v2 − v1, 4v1 + 5v2), v = (3, −4, −1), w = (6, 18)
1 Expert Answer
Dom V. answered 05/05/21
Cornell Engineering grad specializing in advanced math subjects
The definition of T illustrates that the linear transformation takes inputs from R3 and produces outputs in R2, meaning it is a matrix A with 2 rows and 3 columns.
[A11 A12 A13] [4v2 - v1 ]
[A21 A22 A23] * v = [4v1 + 5v2]
But we also know from standard multiplication that
[A11 A12 A13] [A11v1 + A12v2 + A13v3 ]
[A21 A22 A23] * v = [A21v1 + A22v2 + A23v3]
We can match the coefficients for v to determine the matrix entries:
[-1 4 0]
[4 5 0] = A
The image of v is the product Av, and the preimage of w is asking to solve for the unknown input v that leads to Av=w (which you can solve for using row reduction).
IMAGE
Av = [-1(3)+4(4)+0(-1); 4(3)+5(-4)+0(-1)] = [13, -8]
PREIMAGE
Form the augmented matrix [A \ w] and get to rref.
[-1,4,0,6]
[4,5,0,18]
Add 4xRow1 to Row2
[-1,4,0,6]
[0,21,0,42]
Divide rows so pivots are 1
[1,-4,0,-6]
[0,1,0,2]
Add 4xRow2 to Row1
[1,0,0,2]
[0,1,0,2]
This tells us we need a preimage vector of the form v = [2, 2, c], where c is any constant.
David O.
11/11/21
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Joseph D.
any help?05/02/21