Exercise 2.1.22

Answers

Let T(1,0,0) = a, T(0,1,0) = b, and T(0,0,1) = c. Then we have

T(x,y,z) = xT(1,0,0) + yT(0,1,0) + zT(0,0,1) = ax + by + cz.

On the other hand, we have T(x1,x2,,xn) = a1x1 + a2x2 + + anxn if T is a mapping from 𝔽n to 𝔽. To prove this, just set T(ei) = ai, where {ei} is the standard of 𝔽n.

For the case that T : 𝔽n 𝔽, actually we have

T(x1,x2,,xn) = ( j=1na 1jxj, j=2na 2jxj,, j=mna mjxj) .

To prove this, we may set T(ej) = (a1j,a2j,,amj).

User profile picture
2011-06-27 00:00
Comments