|
|
|
|
|
by nerdponx
254 days ago
|
|
I assume they're talking about how when multiplying by a matrix by a vector, it's more natural to think of the matrix as a collection of columns than as a collection of rows, and to think of the vector as a column vector. That layout is a nearly universal convention in applied practice such as statistics. Readers would be very very confused if you flipped it the other way. The irony is that "programmers" are much more divided on this than statisticians are. |
|
On the other hand, you see vector-matrix multiplication a lot in other places, for example, the Markov chain literature. There, the vector is a row vector and the resulting vector is formed by dot products of the columns of the matrix with the original vector.