edited by
156 views
0 votes
0 votes

Let $A=((a_{ij}))$ be a $7\times7$ matrix with $a_{i,i+1}=1$ for $1\leq i \leq 6$, $a_{7,1}=1$ and all the other elements of the matrix are zero. Which of the following statements are true?

  1. $|A|=1$
  2. $\text{trace(A)}=0$
  3. $A^{-1}=A$
  4. $A^7 =I$, where $I$ is the identity matrix
edited by

1 Answer

Answer:

Related questions

0 votes
0 votes
1 answer
2
soujanyareddy13 asked Jan 29, 2021
276 views
Consider the matrices$A=\begin{pmatrix} 0 & 0 & 0 & 0 & 15 \\ 0 & 0 & 0 & 13 &14 \\ 0 & 0 & 10 & 11 & 12 \\ 0 & 6 & 7 & 8 & 9 \\ 1 & 2 & 3 & 4 & 5 \end{pmatrix} \text{ an...