I know this is a very basic question, but it is giving me problems with the example a friend told me about.
Let $$\beta = \{\begin{pmatrix} 1 & 0 \\ 0 & 0\end{pmatrix}, \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} \}$$
Its dual space has the basis $$\beta^* = \{\begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix}, \begin{pmatrix} 0 & 0 \\ 1 & 0\end{pmatrix}\}$$
I know the definition of dual space (and its basis), but if I do
$$e^1(e_2)= \begin{pmatrix} 1 & 0 \\ 0 & 0\end{pmatrix} \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} = \begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} \neq 0 \cdot e_2$$
which I thought had to equal $\delta_{ij}$
I know my problem is my understanding of how to apply the functionals on the vectors.
The dual basis is a set of linear forms so we have to address to each matrix a number. Here the two linear forms $$e^1\left(\begin{pmatrix}a_{11}&a_{12}\\ a_{21}&a_{22}\end{pmatrix}\right)=a_{11}+a_{21}\text{ and } e^2\left(\begin{pmatrix}a_{11}&a_{12}\\ a_{21}&a_{22}\end{pmatrix}\right)=a_{12}+a_{22} $$ make the dual basis, obviously $e^j(e_k)=\delta_{jk}$.