• retagged by
12,210 views
52 52 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 $

7 Answers

Best answer
74 74 votes

$\text{Sum of Eigenvalues} = \text{trace of matrix (sum of diagonal elements) } $
$\implies -1 + 7 = 1+a$      

        $\implies  a=5$

$\text{Product of Eigenvalues} = \text{Determinant of matrix}$
$\implies -1 \times 7 = a - 4b$

        $\implies  b=3$

This gives $a = 5$ and $b = 3$

Answer :  $D$

• edited by
11 11 votes

As, we know -  product of eigenvalues of a matrix is equal to determinant of that matrix.

so,

(-1) × 7

= det(A)

=(1 × a ) - (4 × b)

so, a - 4b = -7 -------(1)

also, trace (sum of the diagonal elements) of a matrix  is equal to sum of eigenvalues of the matrix.

so, 1 + a = -1+7 =6

so, a = 5 -------(2)

from equation (1) and (2) 

b = 3

So,answer is D

6 6 votes
sum of eigen values=> trace of the matrix

determinent =>product of eigen values

a+1=6=>a=5

a-4b=-7

5-4b=-7

12=4b

b=3..

so a=5 and b=3
0 0 votes
Multiplication of Eigen values = Determinant of matrix
-1 * 7 = -7
-7  = a – 4b

now go through options option D fits perfectly so

a = 5
b = 3
0 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:
Position:
Show:

Related questions

43 43 votes
5 answers 5 answers
14.1k
14.1k views
go_editor asked Feb 12, 2015
14,087 views
The larger of the two eigenvalues of the matrix $\begin{bmatrix} 4 & 5 \\ 2 & 1 \end{bmatrix}$ is _______.
88 88 votes
15 answers 15 answers
31.0k
31.0k views
Misbah Ghaya asked Feb 13, 2015
31,030 views
Consider the DFAs $M$ and $N$ given above. The number of states in a minimal DFA that accept the language $L(M) \cap L(N)$ is_____________.
37 37 votes
1 answers 1 answer
11.1k
11.1k views
Misbah Ghaya asked Feb 13, 2015
11,083 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} & \...
36 36 votes
3 answers 3 answers
11.7k
11.7k views
Misbah Ghaya asked Feb 13, 2015
11,695 views
The binary operator $\neq$ is defined by the following truth table.$$\begin{array}{|l|l|l|} \hline \textbf{p} & \textbf{q}& \textbf{p} \neq \textbf{q}\\\hline \text{0} & ...