1. **Problem statement:** Find the matrix of the linear operator $L : \mathcal{M}_{2,2}(\mathbb{R}) \to \mathcal{M}_{2,2}(\mathbb{R})$ defined by
$$L \begin{pmatrix} x & y \\ z & w \end{pmatrix} = \begin{pmatrix} x & y \\ z & w \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}$$
with respect to the basis
$$E_1 = \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix}, \quad E_2 = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix}, \quad E_3 = \begin{pmatrix} 0 & 0 \\ 1 & 0 \end{pmatrix}, \quad E_4 = \begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix}.$$
2. **Formula and approach:** To find the matrix representation $[L]_B$ of $L$ with respect to the basis $B = \{E_1, E_2, E_3, E_4\}$, we compute $L(E_i)$ for each $i=1,2,3,4$ and express the result as a linear combination of the basis elements. The coefficients form the columns of $[L]_B$.
3. **Calculate $L(E_1)$:**
$$L(E_1) = E_1 \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 1 \cdot 1 + 0 \cdot 3 & 1 \cdot 2 + 0 \cdot 4 \\ 0 & 0 \end{pmatrix} = \begin{pmatrix} 1 & 2 \\ 0 & 0 \end{pmatrix}.$$
Express in basis:
$$L(E_1) = 1 E_1 + 2 E_2 + 0 E_3 + 0 E_4.$$
4. **Calculate $L(E_2)$:**
$$L(E_2) = E_2 \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 0 \cdot 1 + 1 \cdot 3 & 0 \cdot 2 + 1 \cdot 4 \\ 0 & 0 \end{pmatrix} = \begin{pmatrix} 3 & 4 \\ 0 & 0 \end{pmatrix}.$$
Express in basis:
$$L(E_2) = 3 E_1 + 4 E_2 + 0 E_3 + 0 E_4.$$
5. **Calculate $L(E_3)$:**
$$L(E_3) = E_3 \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 1 & 0 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 1 \cdot 1 + 0 \cdot 3 & 1 \cdot 2 + 0 \cdot 4 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 1 & 2 \end{pmatrix}.$$
Express in basis:
$$L(E_3) = 0 E_1 + 0 E_2 + 1 E_3 + 2 E_4.$$
6. **Calculate $L(E_4)$:**
$$L(E_4) = E_4 \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 0 \cdot 1 + 1 \cdot 3 & 0 \cdot 2 + 1 \cdot 4 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 3 & 4 \end{pmatrix}.$$
Express in basis:
$$L(E_4) = 0 E_1 + 0 E_2 + 3 E_3 + 4 E_4.$$
7. **Matrix of $L$ in basis $B$:** Columns are coefficients from above:
$$[L]_B = \begin{pmatrix} 1 & 3 & 0 & 0 \\ 2 & 4 & 0 & 0 \\ 0 & 0 & 1 & 3 \\ 0 & 0 & 2 & 4 \end{pmatrix}.$$
**Final answer:**
$$\boxed{[L]_B = \begin{pmatrix} 1 & 3 & 0 & 0 \\ 2 & 4 & 0 & 0 \\ 0 & 0 & 1 & 3 \\ 0 & 0 & 2 & 4 \end{pmatrix}}.$$
Matrix Operator 981B0A
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.