Currently I'm studying Tensors applied to Multilinear Forms. For understanding the principles, let's introduce an example of tensors applied to Bilinear Forms using Einstein notation.
Let $B(x,y)$ be a symmetric Bilinear Form such that $B: V \times V \to K$ where $dim(V)=n$ and $x,y$ are taken in the canonical basis.
Recall that $B(x,y)=x^T M_B y$ so the components of $x$ appear as subscript in notation. Now, bilinearity gives us the following reduction: $$B(x,y)=B(\sum_{i=1}^n x^i e_i, \sum_{j=1}^n y^j e_j)=\sum_{ij}^n x_i y^j B(e_i, e_j) = \sum_{ij}^n x_i y^j B^i_j$$
What if $x,y$ are taken in another basis $P=\{p_1,\ldots,p_n\}$?
$$B(x,y) = \sum_{ij}^n x_i y^j B(p_i,p_j) = \sum_{ij}^n x_i y^j B(\sum_{k=1}^n p^k_i e_i, \sum_{l=1}^n p^l_j e_j)$$ $$=\sum_{ij}^n \sum_{kl}^n x_i y^j p_{{i}_k} p^l_j B(e_k,e_l) = \sum_{ij}^n\sum_{kl}^n x_i y^j p_{i_{k}} p^l_j B^k_l$$
Where $p_j^l$ is the $l$-th component of the $j$-th vector of $P$. Moreover, $p_{i_{k}}$ is the $k$-th component of the $i$-th vector of $P$ taken as a covector (row vector).
Do you find the description along with the notation correct? Is there any problem with the example itself?