retagged by
696 views

3 Answers

2 votes
2 votes

It can easily be solved using the property of Eigen Values :

1. The sum of the Eigen Values of a Matrix is equal to the Trace of the Matrix(Trace of the matrix is the sum of its leading diagonal).

2. The Product of the Eigen Values is Equal to the Determinant of matrix .

Here Determinant of Matrix is -5 so by using property 2 option A and D eliminated.

now by using property 1 option C eliminated so option B is the answer.

 

 

1 votes
1 votes

After solving the quadratic equation we will get eigen value 5 and -1. 

0 votes
0 votes
To find Eigen values of 2x2 matrix [a11 a12] [b21 b22] we can use the formula called as

x2 - Trace(A) + |A|

Trace(A) = a11 + b22
|A| = (a11)(b22) - (b21)(a12)

after solving that quadratic equation the values of x would be the eigen values of that 2x2 matrix.

[1 2]
[4 3]

Trace(A) = 1 + 3 = 4
|A| = (1)(3) - (2)(4) = 3 - 8 = -5

x^2 - 4x - 5
x^2 + 1x - 5x - 5
x(x + 1) - 5 (x + 1) = (x - 5) (x + 1)
x = 5, -1

So, 5 and -1 are the eigen values of the above matrix.
Answer:

Related questions

598
views
1 answers
0 votes
admin asked Apr 2, 2020
598 views
Consider three vectors $x=\begin{bmatrix}1\\2 \end{bmatrix}, y=\begin{bmatrix}4\\8 \end{bmatrix},z=\begin{bmatrix}3\\1 \end{bmatrix}$. Which of the ... linearly dependent $x$ and $z$ are linearly dependent$y$ and $z$ are linearly dependent
792
views
3 answers
2 votes
admin asked Apr 2, 2020
792 views
The matrices $\begin{bmatrix} \cos\theta &-\sin \theta \\ \sin \theta & cos \theta \end{bmatrix}$ and $\begin{bmatrix} a & 0 \\ 0 & b \end{bmatrix}$ ... $a\cos \theta \neq b\sin \theta$
555
views
0 answers
1 votes
admin asked Apr 2, 2020
555 views
If product of matrix $A=\begin{bmatrix}\cos^{2}\theta &\cos \theta \sin \theta \\ \cos \theta \sin \theta &\sin ^{2} \theta& \end{bmatrix}$ ... of $\pi$odd multiple of $\dfrac{\pi}{2}$even multiple of $\dfrac{\pi}{2}$
810
views
1 answers
3 votes
admin asked Apr 2, 2020
810 views
If $A$ and $B$ are two related events, and $P(A \mid B)$ represents the conditional probability, Bayes' theorem states that $P(A\mid B) = \dfrac{P(A)}{P(B)} P(B\mid A)$P(A\mid B) ... $P(A\mid B) = P(A)+P(B)$