After spending some time on the next problem, I still don't get it. It consists of a,b and c and I think I solved a (though I might have done something wrong so any corrections are appreciated)
The real trouble starts at b, I really don't know how to solve it
c I don't really know yet, since I failed at b
Here's the question:
Let $M$ and $N$ be two $2\times 2$ matrices. In this problem we will deal with the matrix equation $MX+XM=N$
(a) Let $L:\mathbb R^{2\times 2} \to \mathbb R^{2\times 2} $ given by $L(X)=MX+XM$
Show L is a linear transformation.
My attempt:
$L(\alpha X)=M(\alpha X)+(\alpha X)M=\alpha (MX)+\alpha (XM)=\alpha (MX+XM)=\alpha L(X)$
$L(X+Y)=M(X+Y)+(X+Y)M=MX+MY+XM+YM=(MX+XM)+(MY+YM)=L(X)+L(Y)$
So L is a linear transformation.
(b) Take $M=\begin{bmatrix}a & b \\c & d \end{bmatrix}$
Write down the matrix representation of L using the following basis for $\mathbb R^{2\times 2}$
$\begin{bmatrix}1 & 0 \\0 & 0 \end{bmatrix}$ $\begin{bmatrix}0 & 1 \\0 & 0 \end{bmatrix}$ $\begin{bmatrix}0 & 0 \\1 & 0 \end{bmatrix}$ $\begin{bmatrix}0 & 0 \\0 & 1 \end{bmatrix}$
My attempt:
I think I have to split it in $L(e_1),L(e_2),L(e_3)$ and $L(e_4)$
(c) Find all values of $a,b,c,d$ such that the matrix equation ($MX+XM=N$) has a unique solution for every $N\in \mathbb R^{2\times 2}$
Thanks in advance :)