Let's consider T: R5 → R4 be the linear transformation with matrix A. And let's follow the steps to answer all the questions.Exercise 37: Let U = F[x], the F vector space of polynomials in the variable x having coefficients in F. Let T ∈ L(U, U) be defined by T(f) = xf for all f ∈ F[x].What is ker(T)?The kernel of T (ker(T)) is the set of all polynomials f ∈ F[x] such that xf = 0. It means that f must be a polynomial that has x as a factor, that is, f = xg for some polynomial g ∈ F[x]. So, ker(T) = g ∈ F[x].What is T(U)?For a polynomial f ∈ F[x], T(f) is given by T(f) = xf. Therefore, T(U) is the set of all polynomials that are multiples of x, that is, T(U) = f ∈ F[x].Is T injective?T is not injective because T(x) = x² = T(x²) while x ≠ x².Is T surjective?T is not surjective because x is not in the range of T. Therefore, the range of T is not equal to the codomain of T.