567 views
5 5 votes

Let \(N\) be the matrix
\[
N=\begin{bmatrix}1&2\\3&4\end{bmatrix}.
\]
Which of the following matrix equations does \(N\) satisfy?

  1. \(N^{2}-5N-2I=0\)
     
  2. \(N^{2}+5N-2I=0\)
     
  3. \(N^{2}-5N+2I=0\)
     
  4. \(N^{2}+5N+2I=0\)

4 Answers

2 2 votes

Let $N=\begin{bmatrix}1&2\\3&4\end{bmatrix}$.

First compute trace and determinant:

$\text{trace}(N)=1+4=5$

$\det(N)=1\cdot 4-2\cdot 3=4-6=-2$

For a $2\times 2$ matrix, the characteristic polynomial is

$p(\lambda)=\lambda^2-(\text{trace}(N))\lambda+\det(N)$

So,

$p(\lambda)=\lambda^2-5\lambda-2$

By the Cayley-Hamilton theorem, $p(N)=0$, hence

$N^2-5N-2I=0$

Therefore, the correct option is  $\boxed{\text{A}}$

Answer:
Position:
Show:

Related questions

9 9 votes
3 3 answers
511
511 views
GO Classes asked Mar 9
511 views
Which of the following is TRUE ?If a system $A x=b$ has more than one solution, then so does the system $A x=0$. If $B C=B D$, then $C=D$. If $A$ and $B$ are $n \times n$...
16 16 votes
3 3 answers
641
641 views
GO Classes asked Mar 9
641 views
Let $A$ be an $n \times n$ matrix. Which of the following is NOT equivalent to the statement: $A$ is not invertible?$0$ is an eigenvalue of $A$. $1$ is an eigenvalue of $...
16 16 votes
5 5 answers
668
668 views
GO Classes asked Mar 9
668 views
Let$$A=\left[\begin{array}{lll}1 & 1 & 1 \\2 & 2 & 3 \\x & y & z\end{array}\right]$$It is given that the set of row vectors of $A$ is linearly dependent.Let $V$ be the se...
10 10 votes
5 5 answers
570
570 views
GO Classes asked Mar 9
570 views
Consider the system of equations$$\left\{\begin{array}{l}x+k y=1 \\k x+y=1\end{array}\right.$$For what value(s) of $k$ does this system become inconsistent, i.e., the two...