Linear transformation from a vector space of polynomials
Let
- Prove
is a linear transformation. - Find a basis for the null space of
. - Compute the dimension of the image of
.
View code
Let $P_3$ be the real vector space of all real polynomials of degree three or less. Define $L:P_3\to P_3$ by $L(p(x))=p(x)+p(-x)$.
\begin{enumerate}[label=\alph*)]
\item Prove $L$ is a linear transformation.
\item Find a basis for the null space of $L$.
\item Compute the dimension of the image of $L$.
\end{enumerate}