Task from an exam:
Given is the real vector space where $a \in \mathbb{R}$ is fixed:
$V = \left\{ f: \mathbb{R} \rightarrow \mathbb{R}: f(x) = \lambda_{1}e^{x}\sin(ax)+ \lambda_{2}e^{x}\cos(ax) \text{ for } x \in \mathbb{R}, \lambda_{1}, \lambda_{2} \in \mathbb{R} \right\}$
with the basis $A=(f_{1},f_{2})$, whereby $\text{ }$ $\text{ }$$f_{1}(x)=e^{x}\sin(ax), \text{ } \text{ }f_{2}(x)= e^{x}\cos(ax)$.
And because every element of this vector space is characterized by an ordered pair $(\lambda_{1}, \lambda_{2}) \in \mathbb{R}^{2}$ of coefficients, with allocation $f=\lambda_{1}f_{1}+\lambda_{2}f_{2} \mapsto (\lambda_{1}, \lambda_{2})$, every linear mapping of $V$ in $V$ can be seen as a $2\times 2$ matrix.
Let $a=1$. Determine $f \in V$ with $f'(x) = e^{x}\sin(x)$.
So $a = 1$ then we have:
$f(x)= \lambda_{1}e^{x}\sin(x)+ \lambda_{2}e^{x}\cos(x)$
Then $f'(x) = \lambda_{1}(e^{x}\sin{x}+e^{x}+\cos{x}) + \lambda_{2}(e^{x}\cos{x}-e^{x}\sin{x})$
But that is not $f'(x)= e^{x}\sin{x}...$
Or did I understood it wrong completely? :s