retagged by
21,456 views
50 50 votes
Consider a matrix $A= uv^T$ where $u=\begin{pmatrix}1 \\ 2 \end{pmatrix} , v = \begin{pmatrix}1 \\1 \end{pmatrix}$. Note that $v^T$ denotes the transpose of $v$. The largest eigenvalue of $A$ is ____

11 Answers

Best answer
59 59 votes
$u = \begin{bmatrix} 1\\ 2 \end{bmatrix}$

$v^T= \begin{bmatrix} 1 & 1 \end{bmatrix}$

$A= uv^T$

$A=  \begin{bmatrix} 1\\ 2 \end{bmatrix}  \begin{bmatrix} 1 & 1 \end{bmatrix}$

$\quad =\begin{bmatrix} 1 &1 \\ 2 & 2 \end{bmatrix}$

$A - \lambda I = 0$

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

$\implies  (1- \lambda) (2- \lambda) - 2 =0$

$\implies\lambda ^{2} - 3\lambda = 0$

$\implies \lambda = 0, 3$

So, maximum is $3$.
edited by
24 24 votes

$Theorem$: If $\lambda$ is a non-zero eigen value of matrix $AB$, then same $\lambda$ is also an eigen value of matrix $BA$

$proof$:  

Let $\lambda \neq 0$ be a  eigen value of matrix $AB$

$\begin{align*} (AB)v &= \lambda v\\ B(AB)v&=B(\lambda v) \\ (BA)Bv &=\lambda (Bv) \end{align*}$

The point is that matrices $AB$ and $BA$ share non-zero eigen values


The dimension of $u$ and $v$ is $2$ x $1$.

The dimension of $A = uv^{T}$ is $2$ x $2$ and hence there will be two eigen values of $uv^{T}$ (repeating or non repeating)

The dimension of $v^{T}u$ is $1$ x $1$ 

$v^{T}u$ is dot product of $v$ and $u$ $ = 3$ and this implies eigen value of $v^{T}u$ is 3.

Since non-zero eigen values are shared by $uv^{T}$ and  $v^{T}u$

So eigen values of $uv^{T}$ are $3, 0$.

Largest of the eigen value is 3 which is nothing but dot product of $u$ and $v$

10 10 votes
after multiplying u and v Transpose
A=  1   1

      2    2

that means sum of eigen values will be 3 and their product will be 0
so the two eigen values will be 3 and 0

 

Answer will be 3
4 4 votes
$u=\begin{bmatrix} 1\\ 2 \end{bmatrix} $  $v^{T}= \begin{bmatrix} 1 & 1 \end{bmatrix}$

$A= uv^{T}$

A= $\begin{bmatrix} 1 &1 \\ 2& 2 \end{bmatrix}$

Now you get equation

$(\lambda-1)(\lambda-2)- 2=0$

$\lambda ^{2}- 3\lambda=0$

$\lambda(\lambda -3)=0$

we get $\lambda =0,3$

answer will be $3$
edited by
1 1 vote
Q)

$$

\begin{aligned}

& A=u v^{\top} \text { (given) } \quad U=\left[\begin{array}{l}

1 \\

2

\end{array}\right] \quad V=\left[\begin{array}{l}

1 \\

1

\end{array}\right] \\

& A=\left[\begin{array}{l}

1 \\

2

\end{array}\right]_{2 \times 1}\left[\begin{array}{ll}

1 & 1

\end{array}\right]_{1 \times 2}=\left[\begin{array}{ll}

1 & 1 \\

2 & 2

\end{array}\right]_{2 \times 2}

\end{aligned}

$$

Now, $|A-\lambda I|=0$

$$

\begin{gathered}

\left|\begin{array}{cc}

1-\lambda & 1 \\

2 & 2-\lambda

\end{array}\right|=0 \\

(1-\lambda)(2-\lambda)-2=0 \\

\not2-\lambda-2 \lambda+\lambda^2-\not 2=0 \\

\lambda^2-3 \lambda=0 \\

\lambda=3 ; \lambda=0

\end{gathered}

$$

Langest eigevalue is $\lambda=3$
1 1 vote

Here if know one note that : "If we have two vectors of same direction let's say A and B than AB and BA shares the non zero eigen values." (means the non-zero eigen values of AB and BA will always be same.)

So here if we use this property than -

A = uvT , than the non-zero eigen values of uvand vTu will be same so instead of finding eigen values for uvT, we can find for vTu and,

vTu = [1 1] [1       

                   2]                 

than    "vTu = [3] so "3" will be the only non-zero eigen value possible for both  and it is the maximum eigen value possible."

Answer:
Position:
Show:

Related questions

155 155 votes
19 answers 19 answers
52.4k
52.4k views
gatecse asked Feb 14, 2018
52,399 views
Consider a matrix P whose only eigenvectors are the multiples of $\begin{bmatrix} 1 \\ 4 \end{bmatrix}$.Consider the following statements.P does not have an inverseP has ...
66 66 votes
9 answers 9 answers
39.7k
39.7k views
gatecse asked Feb 14, 2018
39,678 views
Consider a long-lived $\text{TCP}$ session with an end-to-end bandwidth of $1\; \text{Gbps}\; (=10^9$ bits-per-second$).$ The session starts with a sequence number of $12...
68 68 votes
4 answers 4 answers
41.1k
41.1k views
gatecse asked Feb 14, 2018
41,096 views
A $32\text{-bit}$ wide main memory unit with a capacity of $1\;\textsf{GB}$ is built using $256\textsf{M} \times 4\text{-bit}$ DRAM chips. The number of rows of memory ce...
78 78 votes
10 answers 10 answers
39.5k
39.5k views
gatecse asked Feb 14, 2018
39,545 views
Consider the sequential circuit shown in the figure, where both flip-flops used are positive edge-triggered $\text{D}$ flip-flops.The number of states in the state trans...