I have problems determining the rank of the following matrix. Note: Most probably it is me missing something, but I am sincerely confused by this:
$$ \begin{matrix} 1 & 2 & -2 \\ 0 & 0 & 5 \\ 0 & 0 & -8 \\ \end{matrix} $$
Now, I would say that the matrix is in its reduced form because each one of the three entries under the main diagonal are zeroes. I'd say that the rank of this matrix is three, because that is the number of non-zero rows, but every calculator says that the rank is two. Why?
Thanks and sorry for taking your time!
It is not yet in reduced form: the last row is a (scalar) multiple of the middle row so you can further reduce it to: $$\begin{pmatrix} 1 & 2 & -2 \\ 0 & 0 & 5 \\ 0 & 0 & 0 \\ \end{pmatrix}$$
From this form, it should be clear that the rank is $2$.
Take a look at The Row Echelon Form, I quote: