retagged by
1,024 views
17 votes
17 votes

Given the following matrix:
$$
A=\left[\begin{array}{lll}
1 & 2 & 2 \\
2 & 1 & 2 \\
2 & 2 & 1
\end{array}\right]
$$
Consider the following statements:

  1. $A^2-4 A-5 I=0$ (where $I$ is identity matrix).
  2. $A^{-1}=\frac{(A-4 I)}{5}$.

Which of the following options is correct?

  1. Only $I$ is true.
  2. Only II is true.
  3. Both I and II are true.
  4. Neither I, nor II are true.
retagged by

2 Answers

9 votes
9 votes

 

option d correct one .

Answer:

Related questions

32 votes
32 votes
2 answers
1
GO Classes asked Mar 29, 2023
1,510 views
Let $\mathrm{A}$ be a $3 \times 3$ matrix. Let $\mathbf{x}, \mathbf{y}, \mathbf{z}$ are linearly independent $3$-dimensional vectors. Suppose that we have$$A \mathbf{x}=\...
27 votes
27 votes
4 answers
2
16 votes
16 votes
2 answers
4
GO Classes asked Mar 29, 2023
918 views
Consider the vectors $\mathbf{v}_1$ and $\mathbf{v}_2$ given by$$\mathbf{v}_1=\left(\begin{array}{l}2 \\t \\3\end{array}\right), \quad \mathbf{v}_2=\left(\begin{array}{l}...