What is the sigma representation of adding two or more vectors with an identical number of dimensions into one vector?
For example, something like this: $$ [x_1,y_1,z_1,\dots,n_1]+[x_2,y_2,z_2,\dots,n_2]+[x_3,y_3,z_3,\dots,n_3]+\dots+ [x_m,y_m,z_m...n_m] \\= \begin{bmatrix}\bigg(\displaystyle\sum_{i=1}^{m} x_i \bigg),\bigg( \displaystyle\sum_{i=1}^{m} y_i \bigg),\bigg(\displaystyle\sum_{i=1}^{m} z_i\bigg)..,\bigg(\displaystyle\sum_{i=1}^{m} n_i\bigg)\end{bmatrix} $$
But i am sure there's a shorter formal way of doing it