retagged by
6,771 views
27 votes
27 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

Best answer
47 votes
47 votes

$\text{Sum of Eigenvalues} = \text{trace of matrix} $
$\implies -1 + 7 = 1+a$

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

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

Answer = option D

edited by
10 votes
10 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 votes
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 votes
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
Answer:

Related questions

23 votes
23 votes
3 answers
1
go_editor asked Feb 12, 2015
7,556 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,689 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...
49 votes
49 votes
7 answers
3
Kathleen asked Sep 13, 2014
11,576 views
The eigen vector $(s)$ of the matrix $$\begin{bmatrix} 0 &0 &\alpha\\ 0 &0 &0\\ 0 &0 &0 \end{bmatrix},\alpha \neq 0$$ is (are)$(0,0,\alpha)$$(\alpha,0,0)$$(0,0,1)$$(0,\al...
65 votes
65 votes
12 answers
4