In Wikipedia article, there seems to be an error saying that in $4 \times 5$ matrix $\dim(\text{rowspace}) = 4$, but I think it is $5$. Who is wrong?
Passage goes this:
Given a matrix J:
$$J = \begin{bmatrix} 2 & 4 & 1 & 3 & 2\\ -1 & -2 & 1 & 0 & 5\\ 1 & 6 & 2 & 2 & 2\\ 3 & 6 & 2 & 5 & 1\\ \end{bmatrix}$$
the rows are $r_1 = (2,4,1,3,2), r_2 = (−1,−2,1,0,5), r_3 = (1,6,2,2,2), r_4 = (3,6,2,5,1)$. Consequently, the row space of J is the subspace of $\mathbb{R}^5$ spanned by $\{r_1, r_2, r_3, r_4\}$. Since these four row vectors are linearly independent, the row space is 4-dimensional. Moreover, in this case it can be seen that they are all orthogonal to the vector $n = (6,−1,4,−4,0)$, so it can be deduced that the row space consists of all vectors in $\mathbb{R}^5$ that are orthogonal to $n$.