[Math] Math notation for summing up the rows in a matrix

matrices

Lets say I have a 100 row by 200 column matrix $\phi$, is there any standard notation or something which defines the vector $\Phi$ which has the same amount of columns (i.e. 200 columns), but all the rows summed up into just one row?

Something like we use $\sum$ for elements of a set or iterating over a sequence.

Best Answer

Simply put, $\Phi=(1,1,\ldots,1)\phi$.

Related Question