I'm reading Artin's Algebra.
$$\begin{bmatrix} {2}&{1}&{0}\\ {1}&{3}&{5} \end{bmatrix}$$
It says that $a_{ij}$ is the matrix entry such that $i$ is the horizontal coordinate and $j$ is the vertical coordinate. It gives some examples: $a_{11}=2, a_{13}=0,a_{23}=5$. I don't understand why $a_{13}=0$ The first number in the first row is $2$, the first number in the third row does not exist. The only way to make this interpretation valid would be to consider the matrix (it would also work for $a_{23}$):
$$\begin{bmatrix} {2}&{1}\\ {1}&{3}\\ {0}&{5} \end{bmatrix}$$
It kinda makes sense, is it possible that when such a situation occur, we just spin the matrix?
It does not.