T(x1, x2, x3, x4) = 3x1 −7x2 + 5x4 can be expressed as
T⎣⎡x1x2x3x4⎦⎤=⎣⎡3x1−7x25x4⎦⎤
T: R4→ R3
So the domain of T is R3. To find the column of the standard matrix of transformation we find T(e1), T(e2), T(e3), and T(e4)
Using the rule for transformation
T(e1) = ⎣⎡1000⎦⎤=⎣⎡3(1)−7(0)5(0)⎦⎤=⎣⎡300⎦⎤
T(e2) = ⎣⎡0100⎦⎤=⎣⎡3(0)−7(1)5(0)⎦⎤=⎣⎡0−70⎦⎤
T(e3) = ⎣⎡0010⎦⎤=⎣⎡3(0)−7(0)5(0)⎦⎤=⎣⎡000⎦⎤
T(e4) = ⎣⎡0001⎦⎤=⎣⎡3(0)−7(0)5(1)⎦⎤=⎣⎡005⎦⎤
Therefore the transformation matrix can be expressed as
⎣⎡3000−70000005⎦⎤
Finding the Basis for the null space of the transformation
⎣⎡3000−70000005⎦⎤⎣⎡x1x2x3x4⎦⎤=⎣⎡000⎦⎤
Reduced Row Echelon Matrix for the augmented matrix
⎣⎡30000−70000000005∣∣∣∣∣∣∣∣0000⎦⎤
Multiply row 1 by 1/3:
⎣⎡10000−70000000005∣∣∣∣∣∣∣∣0000⎦⎤
Multiply row 2 by -1/7:
⎣⎡1000010000000005∣∣∣∣∣∣∣∣0000⎦⎤
Multiply row 3 by 1/5:
⎣⎡1000010000000001∣∣∣∣∣∣∣∣0000⎦⎤
Convert the matrix equation back to an equivalent system:
x1x2x4===−0−0−0
Add an equation for each free variable:
x1x2x3x4====−0−0x3−0
Solve for each variable in terms of the free variables:
x1x2x3x4====−0−0x3−0
Collect terms into vectors:
⎣⎡x1x2x3x4⎦⎤=⎣⎡00x30⎦⎤
Factor out variables on the right side:
⎣⎡x1x2x3x4⎦⎤=x3⎣⎡−0−0−1−0⎦⎤
Thus, a basis for the null space is:
⎩⎨⎧⎣⎡−0−0−1−0⎦⎤⎭⎬⎫ [Answer]
Comments