Hi i having a trouble with calculate rank of matrix. Matrix is: $$ \begin{matrix} 5 &p & 5 & p \\ 1&1& 1& 1\\ p&p & 2& 2\\ \end{matrix} $$ So far i get:
1)From first column substract 2nd column: $$ \begin{matrix} 5-p &p & 5 & p \\ 0&1& 1& 1\\ 0&p & 2& 2\\ \end{matrix} $$
2)From 3rd row substract 1st row: $$ \begin{matrix} 5-p &p & 5 & p \\ 0&1& 1& 1\\ -5+p&0 & -3& 2-p\\ \end{matrix} $$
What now i have to look at my paremeter p or what?
Hint
Discuss the result.