Exercise 2.4.22

Answers

It’s linear since

T(f + cg) = ((f + cg)(c0),(f + cg)(c1),(f + cg)(cn))
= (f(c0) + cg(c0),f(c1) + cg(c1),f(cn) + cg(cn)) = T(f) + cT(g).

Since T(f) = 0 means f has n + 1 zeroes, we know that f must be zero function( This fact can be proven by Lagrange polynomial basis for Pn(𝔽).). So T is injective and it will also be surjective since domain and codomain have same finite dimension.

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