The tensor algebra of a vector space is the set of all objects that can be constructed using the tensor product of that vector space and its dual space.
The vectors in question are the ones from physics and its dual space is the set of row vectors that represent covectors. A covector is a linear map that takes one vector and produces a scalar. It’s components are covariant once so it’s a (0,1)-tensor.
The tensor product of n covectors is a linear function of n vectors instead of one, and they’re (0,n)-tensors. For example, the metric tensor takes in two vectors and outputs their dot product. It takes in two vectors and is thus a (0,2)-tensor.
Vectors can be thought of as functions that take in covectors and output scalars as V can be identified with V**.
The tensor product of n vectors is a linear function of n covectors. These tensors are (n,0)- tensors.
An arbitrary (m,n)-tensor can be constructed with a mixed product of vectors and covectors that takes in m covectors and n vectors.
The way to compute the results of applying a tensor to some entries is to apply the first basic element of the tensor to the first entry, the second to the second, and so on, and then perform a summation over what you have left.
The components of a tensor are the tensor being applied to the basis elements.
So a tensor with components $T^{i}_{j,k}$=$T(\epsilon ^{i},e_{j},e_{k})$ can be expressed as follows:
$T^{i}_{j,k}(e_{i}\otimes\epsilon^{j}\otimes\epsilon ^{k})(\epsilon^{a},e_{b},e_{c})$= $T^{i}_{j,k}(e_{i}(\epsilon^{a})\epsilon^{j}(e_{b}) \epsilon^{k}(e_{c}))$=$T^{i}_{j,k}(\delta_{i}^{a}\delta^{j}_{b}\delta^{k}_{c})$
Recalling the krownecker delta index rule, we have it equal to
$T^{a}_{b,c}$ after a summation over the repeated indices.