peterspencers said:
Ok, I think I understand, many thanks for your patient help.
Just to make sure I've understood correctly, if we take another example:
$$\sum_{j,=1}^{3} x_{j}b_{ij}$$
I assume the comma is a rest of a copy and paste error and does not indicate a forgotten summation over ##i##.
This would then equal..
$$x_{1}b_{i1}+x_{2}b_{i2}+x_{3}b_{i3}$$
Which is the product of the matrices...
$$\begin{pmatrix}x_{1}&x_{2}&x_{3}\end{pmatrix}\cdot\begin{pmatrix}b_{i1}&b_{i2}&b_{i3}\end{pmatrix}$$
Not quite.
$$x_{1}b_{i1}+x_{2}b_{i2}+x_{3}b_{i3}= \begin{pmatrix}x_{1}&x_{2}&x_{3}\end{pmatrix}\cdot\begin{pmatrix}b_{i1}\\ b_{i2}\\b_{i3}\end{pmatrix}=\begin{pmatrix}x_{1}&x_{2}&x_{3}\end{pmatrix}\cdot\begin{pmatrix}b_{i1}&b_{i2}&b_{i3}\end{pmatrix}^\tau$$
The product of two row vectors isn't defined as a matrix multiplication. However, things might change, if you interpret the free index ##i## as an abbreviation of three stacked row vectors ##\begin{pmatrix}b_{11}&b_{12}&b_{13}\end{pmatrix}\; , \;\begin{pmatrix}b_{21}&b_{22}&b_{23}\end{pmatrix}\; , \;\begin{pmatrix}b_{31}&b_{32}&b_{33}\end{pmatrix}## in which case we have the product
$$
\begin{pmatrix}x_{1}&x_{2}&x_{3} \end{pmatrix} \cdot \begin{pmatrix}b_{11}&b_{12}&b_{13}\\b_{21}&b_{22}&b_{23}\\b_{31}&b_{32}&b_{33}\end{pmatrix}= \begin{pmatrix}x_1b_{11}+x_2b_{21}+x_3b_{31}\\x_1b_{12}+x_2b_{22}+x_3b_{32}\\x_1b_{13}+x_2b_{23}+x_3b_{33}\end{pmatrix}
$$
or three consecutive column vectors ##\begin{pmatrix}b_{11}&b_{12}&b_{13}\end{pmatrix}^\tau\; , \;\begin{pmatrix}b_{21}&b_{22}&b_{23}\end{pmatrix}^\tau\; , \;\begin{pmatrix}b_{31}&b_{32}&b_{33}\end{pmatrix}^\tau## in which case we have the product
$$
\begin{pmatrix}x_{1}&x_{2}&x_{3} \end{pmatrix} \cdot \begin{pmatrix}b_{11}&b_{21}&b_{31}\\b_{12}&b_{22}&b_{32}\\b_{13}&b_{23}&b_{33}\end{pmatrix}= \begin{pmatrix}x_1b_{11}+x_2b_{12}+x_3b_{13}\\x_1b_{21}+x_2b_{22}+x_3b_{23}\\x_1b_{31}+x_2b_{32}+x_3b_{33}\end{pmatrix}
$$
But who am I to know what you mean? Nobody can know, whether you use hidden, secret meanings. Row times row isn't allowed. It's either row times column, column times row, row times matrix or matrix times column. Whether the unspecified index ##i## represents something else than a
single vector with a fixed ##i## cannot be known or even guessed in such a stripped context. That is why notation has either to be unambiguous, i.e. commonly used, or specified.
Which gives the matrix..
$$\begin{pmatrix}x_{1}b_{11}+x_{2}b_{12}+x_{3}b_{13}\\x_{1}b_{21}+x_{2}b_{22}+x_{3}b_{23}\\x_{1}b_{31}+x_{2}b_{32}+x_{3}b_{33}\end{pmatrix}$$
No. It's still only one sum with a fixed ##i##, i.e. a number, not a matrix. Except you used a notation which you have forgotten to tell me. If you refer to Einstein summations, I really recommend to use the upper and lower index notation I mentioned earlier, as it at least encrypts the sum by index positioning, instead of writing everything with lower indices without mentioning what is meant. As long as you're not sure what you should write, it is better to write more than less. E.g.
$$
(b_{i1},b_{i2},b_{i3})^\tau = \begin{pmatrix}b_{i1}\\b_{i2}\\b_{i3}\end{pmatrix}
$$
is a single column vector. The same holds for row vectors. If you mean a matrix, then you should at least write something like
$$
\begin{pmatrix}b_{11}&b_{12}&b_{13}\\b_{21}&b_{22}&b_{23}\\b_{31}&b_{32}&b_{33}\end{pmatrix} = \begin{pmatrix}b_{i1}&b_{i2}&b_{i3}\end{pmatrix}_{1 \leq i \leq 3} = \begin{pmatrix}b_{i1}\\b_{i2}\\b_{i3}\end{pmatrix}^\tau_{1 \leq i \leq 3}=\begin{pmatrix}b_{i1}\\b_{i2}\\b_{i3}\end{pmatrix}^\tau_i
$$
or otherwise explicitly mention what is meant. As far as I know, Einstein notation is an abbreviation for summations, where sums are omitted by positioning indices, see e.g.
https://en.wikipedia.org/wiki/Einstein_notation
I've read on another side, that also a complete lower notation can be used, but this is in my opinion not a good idea. In any case it's a sum, hidden behind free indices, no stacks, neither as columns nor as rows. If it is meant this way, an additional index outside (as in my last example) is really useful.
Here I have written vectors as rows and their transposed form as columns, as you did.
Usually - another convention - it is vice versa. ##v## is a column vector, and its transposed form ##v^\tau## is a row vector. It isn't important which one is used, as long
- The convention used is explained at the beginning.
- The convention will not change in the middle of the text.