$$A= \begin{pmatrix} 1 &2 &3 \\ 0 &6 &4 \\ 0 &3 &2 \end{pmatrix}$$
"Rank is the highest possible number of linearly independent column / line vectors."
(I hope I have translated correctly?)
Now using that, I see that line 2 and 3 are multiples, thus they are linearly dependent. But line 1 isn't. Rank is 1.
That was about line vectors.
Looking at column vectors, there are no linearly dependent vectors, since no multiples. Rank is 3.
But what is the rank now? Shouldn't the number of linearly dependent / independent in both line / column vectors be equal?
So what is the rank of this matrix now? I'm very confused. Or is the definition wrong?