in Linear Algebra edited by
1,356 views
1 vote
1 vote

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$
in Linear Algebra edited by
1.4k views

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

1 comment

yes rank is 2 or 3 depending on the value of t as the determinant is 4t - 2t^2 -2.

now largest submatrix is 2*2 which have non-zero determinant. so, 1 can't be the rank.
1
1

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true