I have this matrix: $$ \begin{pmatrix} 1& 3 &2\\ 2 &4& 3\\ 3& 5& 4 \end{pmatrix} $$ I noticed that `$R_2 - R_1 = R_3 - R_2$
How many rows are dependent in this case? and what will be the rank?
I have this matrix: $$ \begin{pmatrix} 1& 3 &2\\ 2 &4& 3\\ 3& 5& 4 \end{pmatrix} $$ I noticed that `$R_2 - R_1 = R_3 - R_2$
How many rows are dependent in this case? and what will be the rank?
Hint:
You have show that $$ R_1-2R_2+R_3=0 $$
so the rows are linearly dependent.
but any couple of rows are linearly independent because , as you can easily see, there is not a real number $k$ such that $kR_1=R_2$ or $kR_1=R_3$ or $kR_3=R_2$ . So...