4,956 views
3 votes
3 votes

If X=[x1 x2 x3… xn ]T is an n-tuple non-zero vector. Then m×n matrix V=XXT will be

  1.   Is orthogonal
  2.   Having a rank 1
  3. .  Having a rank n-1
  4.   Having a rank zero

1 Answer

Best answer
4 votes
4 votes

Given $X=\begin{bmatrix} x_{1},x_{2},x_{3....x_{n}} \end{bmatrix}^{T}=\begin{bmatrix} x_{1}\\ x_{2}\\ x_{3}\\ .\\ .\\ x_{n}\\ \end{bmatrix}$

Take n=2

$X=\begin{bmatrix} x_{1}\\ x_{2}\\ \end{bmatrix}$

$XX^{T}=\begin{bmatrix} x_{1}\\ x_{2}\\ \end{bmatrix}\begin{bmatrix} x_{1}\\ x_{2}\\ \end{bmatrix}^{T}$

$XX^{T}=\begin{bmatrix} x_{1}\\ x_{2}\\ \end{bmatrix}\begin{bmatrix} x_{1},x_{2} \end{bmatrix}$

$XX^{T}= \begin{bmatrix} x_{1}^{2} & x_{1}x_{2}\\ x_{1}x_{2}& x_{2}^{2 } \end{bmatrix}$

$x_{1} \times x_{2} \times \begin{bmatrix} x_{1} & x_{2}\\ x_{1} & x_{2} \end{bmatrix}$

$x_{1} \times x_{2} \times\begin{bmatrix} x_{1} & x_{2}\\ 0 & 0 \end{bmatrix}$$ \ \ \ \ R_{2} \rightarrow R_{2}-R{1}$

Rank =1

For orthogonal matrix

$XX^{T}=I$

Where I is an identity matrix.

we can eliminate option (1) and (4) directly because of $XX^{T} \neq I $ and Rank of the matrix is not 0.

Now take n=3

$X=\begin{bmatrix} x_{1}\\ x_{2}\\ x_{3}\end{bmatrix}$

$XX^{T}=\begin{bmatrix} x_{1}\\ x_{2}\\ x_{3} \end{bmatrix}\begin{bmatrix} x_{1},x_{2},x_{3} \end{bmatrix}$

$XX^{T}= \begin{bmatrix} x_{1}^{2} & x_{1}x_{2}&x_{1}x_{3}\\ x_{1}x_{2}& x_{2}^{2 }&x_{2}x_{3} \\ x_{3}x_{1}& x_{2}x_{3}&x_{3}^{2} \end{bmatrix}$

$x_{1} \times x_{2} \times x_{3} \times \begin{bmatrix} x_{1} & x_{2}&x_{3}\\ x_{1}& x_{2}&x_{3} \\ x_{1}& x_{2}&x_{3} \end{bmatrix}$

$x_{1} \times x_{2} \times x_{3} \times \begin{bmatrix} x_{1} & x_{2}&x_{3}\\ x_{1}& x_{2}&x_{3} \\ 0& 0&0 \end{bmatrix} \ \ \ \ R_{3}\rightarrow R_{3}-R{1}$

$x_{1} \times x_{2} \times x_{3} \times \begin{bmatrix} x_{1} & x_{2}&x_{3}\\ 0& 0&0 \\ 0& 0&0 \end{bmatrix} \ \ \ \ R_{2}\rightarrow R_{2}-R{1}$

Rank = 1

 We can eliminate option(3) because rank can't be $n-1$.

Hence, Option(2)Having rank 1 is the correct choice.

selected by

Related questions

0 votes
0 votes
1 answer
1
bts asked Jun 21, 2018
1,818 views
Let A be a 4×3 real matrix with rank 2. Let B be transpose matrix of A. Which one of the following statement is TRUE?(a) Rank of BA is less than 2.(b) Rank of BA is equa...
0 votes
0 votes
1 answer
2
atul_21 asked Dec 25, 2017
2,668 views
1 votes
1 votes
0 answers
4
A_i_$_h asked Oct 9, 2017
575 views
A = 1 1 -1 4 4 -3 p 2 2Rank of matrix A is 2....find P