Question:medium

Let the matrix $ A = \begin{pmatrix} 1 & 0 & 0 \\1 & 0 & 1 \\0 & 1 & 0 \end{pmatrix} $ satisfy $ A^n = A^{n-2} + A^2 - I $ for $ n \geq 3 $. Then the sum of all the elements of $ A^{50} $ is:

Show Hint

Use matrix recurrence relations and properties to compute higher powers of matrices efficiently.
Updated On: Apr 18, 2026
  • 53
  • 52
  • 39
  • 44
Show Solution

The Correct Option is A

Solution and Explanation

To determine higher powers of matrix \( A \), the recurrence relation \( A^n = A^{n-2} + A^2 - I \) for \( n \geq 3 \) is employed. Matrix algebra confirms that the sum of the elements in \( A^{50} \) equals 53.
The correct answer is therefore \( 53 \).
Was this answer helpful?
0