I am new to linear algebra, I need help in understanding how to represent a linear transformation into standard basis of a matrix
Consider $M_{2}(\mathbb{R}),$ the vector space of all $2 \times 2$ real matrices. Let $$ A=\left(\begin{array}{cc} 1 & -1 \\ -1 & 1 \end{array}\right) $$ and if we define $\mathcal{A}(B)=A B$ for any $B \in M_{2}(\mathbb{R})$. Show that $\mathcal{A}$ is a linear transformation on $M_{2}(\mathbb{R})$ and find the matrix of $\mathcal{A}$ under the basis $E_{i j}, i, j=1,2$
I can show the linearity part by considering the action of this linear transformation on matrix $B+ \lambda C$, in fact I know this will be true for any matrix $A$.
But how to represent this in terms of given basis.
Note here I have taken basis $E_{i j}$ be the $2 \times 2$ matrix with $(i, j)^{\text {th }}$ entry 1 and other entries 0.
You have a linear transformation $\mathcal{A}\colon M_{2\times 2}(\mathbb{R})\to M_{2\times 2}(\mathbb{R})$ and you would like to know its matrix in terms of a standard basis.
What you'd like to know is the coefficients $a_{ij}^{kl}$ when you write $\mathcal{A}E_{11} = a_{11}^{11}E_{11}+a_{12}^{11}E_{12}+a_{21}^{11}E_{21}+a_{22}^{11}E_{22}$ for example. Once you have these coefficients, you arrange them into an appropriate $4\times 4$ matrix form $T$ so that $\mathcal{A}(B) = T\begin{bmatrix} b_{11}&b_{12}&b_{21}&b_{22}\end{bmatrix}^T$ where $b_{ij}$ are the coefficients of $B$ with respect to the $E_{ij}$ basis.
You may also want to look into Representing a Linear Transformation as a Matrix