retagged by
6,928 views
28 votes
28 votes

Consider the following $2 \times 2$ matrix $A$ where two elements are unknown and are marked by $a$ and $b$. The eigenvalues of this matrix are $-1$ and $7.$ What are the  values of $a$ and $b$?

$\qquad A = \begin{pmatrix}1 & 4\\  b&a \end{pmatrix}$

  1. $a = 6, b = 4$
  2. $a = 4, b = 6$
  3. $a = 3, b = 5$
  4. $a = 5, b = 3 $
retagged by

5 Answers

0 votes
0 votes

Sum of eigen values    =  Trace of the matrix

-1+7 = 1+a

6 = 1 + a

a= 5
------------------------------------------------------------------------

 

product of eigen values = determinent of the matrix

-1 x 7 = a-4b

-7 = a-4b

-7 = 5-4b

4b = 5+7

4b = 12

b= 3

 

hope my answer helps u a lot

Answer:

Related questions

23 votes
23 votes
3 answers
1
go_editor asked Feb 12, 2015
7,703 views
The larger of the two eigenvalues of the matrix $\begin{bmatrix} 4 & 5 \\ 2 & 1 \end{bmatrix}$ is _______.
32 votes
32 votes
5 answers
2
makhdoom ghaya asked Feb 13, 2015
11,953 views
In the LU decomposition of the matrix $\begin{bmatrix}2 & 2 \\ 4 & 9\end{bmatrix}$, if the diagonal elements of $U$ are both $1$, then the lower diagonal entry $l_{22}$ o...
65 votes
65 votes
12 answers
3
28 votes
28 votes
1 answer
4
makhdoom ghaya asked Feb 13, 2015
7,084 views
Consider a max heap, represented by the array: $40, 30, 20, 10, 15, 16, 17, 8, 4$.$$\begin{array}{|l|l|}\hline \text{Array index} & \text{1} & \text{2} & \text{3} & \...