edited by
1,466 views
1 votes
1 votes

The rank of the matrix $\begin{bmatrix} 0 &1 &t \\ 2& t & -1\\ 2& 2 & 0 \end{bmatrix}$ equals 

  1. $3$ for any real number $t$
  2. $2$ for any real number $t$
  3. $2$ or $3$ depending on the value of $t$
  4. $1,2$ or $3$ depending on the value of $t$
edited by

2 Answers

4 votes
4 votes
Convert the given matrix in Row-Echelon form.

$\begin{bmatrix} 0 & 1 & t \\ 2 & t & -1 \\ 2 & 2 & 0 \end{bmatrix} \implies \begin{bmatrix} 2 & 2 & 0 \\ 2 & t & -1 \\ 0 & 1 & t \end{bmatrix} \implies \begin{bmatrix} 2 & 2 & 0 \\ 0 & 2 - t & 1 \\ 0 & 1 & t \end{bmatrix}$

Now, to make the second and third rows equal, we should have $$2 - t = t \implies t = 1$$

If $t = 1$, then rank of matrix will be $2$ since there are only two linearly independent rows in the matrix.

For all other values of $t$, the rank will be $3$.

So, Option $(C)$ is correct.
0 votes
0 votes
Option C is correct

Rank can be 2.. and max rank is 3 when determinant is not zero

Related questions

1.8k
views
1 answers
1 votes
Sayan Bose asked May 7, 2019
1,824 views
Let $A$ be $2 \times 2$ matrix with real entries. Now consider the function $f_A(x)$ = $Ax$ . If the image of every circle under $f_A$ ... must be a symmetric matrixA must be a skew-symmetric matrixNone of the above must necessarily hold
2.5k
views
2 answers
1 votes
Sayan Bose asked May 6, 2019
2,471 views
Let $V$ be the vector space of all $4 \times 4$ matrices such that the sum of the elements in any row or any column is the same. Then the dimension of $V$ is$8$10$12$14$
1.0k
views
1 answers
2 votes
Sayan Bose asked May 6, 2019
1,010 views
If the system of equations$\begin{array} \\ax +y+z= 0 \\ x+by +z = 0 \\ x+y + cz = 0 \end{array}$with $a,b,c \neq 1$ has a non trivial solutions, the value of $\frac{1}{1-a} + \frac{1}{1-b} + \frac{1}{1-c}$ is$1$-1$3$-3$
1.9k
views
1 answers
4 votes
Sayan Bose asked May 7, 2019
1,889 views
Consider the function $h$ defined on $\{0,1, .10\}$ with $h(0)=0, \: h(10)=10 $ and$2[h(i)-h(i-1)] = h(i+1) - h(i) \: \text{ for } i = 1,2, \dots ,9.$Then ... {1}{2^9-1}\\$\frac{10}{2^9+1}\\$\frac{10}{2^{10}-1}\\$\frac{1}{2^{10}+1}$