Let $T$ be a transformation from $P_2$ to $P_2$ (where $P_2$ is the space of all polynomials with degree less than or equal to $2$)
$$T(f(t)) = f''(t)f(t)$$
I'm tempted to say that this is not a linear transformation because
$$T(f(t) + g(t)) = (f''(t) + g''(t))(f(t) + g(t))$$
Which does not equal
$$T(f(t)) + T(g(t))$$
But I'm not sure if I did that correctly...