I also cannot read your image but in general:
To find the matrix representation of a linear transformation in a given ordered basis,
1) Apply the linear transformation to each basis vector in turn.
2) Write the result as a linear combination of the basis vectors.
The coefficients in the linear combination give the columns of the matrix representation.
For example, if L<a, b>= <a- b, 2b+ 3a> then to find its matrix representation in the basis u= <1, 1> , v=<-1, 1>
1) Lu= <1- 1, 2+ 3>= <0, 5>
2) <0, 5>= (5/2)<1, 1>+ (5/2)< -1, 1>
so the first column is \(\displaystyle \begin{bmatrix} \frac{5}{2} \\ \frac{5}{2}\end{bmatrix}\)
1) Lv= <-1- 1, 2- 3>= <-2, -1>
2) <-2, -1>= (-3/2)<1, 1>+ (1/2)< -1, 1>
so the second column is \(\displaystyle \begin{bmatrix}\frac{-3}{2} \\ \frac{1}{2}\end{bmatrix}\)
The matrix representing L in the basis {<1, 1>, <-1, 1>} is
\(\displaystyle \begin{bmatrix}\frac{5}{2} & -\frac{3}{2} \\ \frac{5}{2} & \frac{1}{2} \end{bmatrix}\)