Question:medium

If \( A = \left[ \begin{array}{ccc} 5 & 0 & 0 \\ 3 & 0 & 5 \\ 0 & 0 & 5 \end{array} \right] \), then \( A^3 \) is:

Show Hint

For triangular matrices, powers preserve diagonal form with diagonal entries raised to the power.
Updated On: Feb 25, 2026
  • \( \left[ \begin{array}{ccc} 125 & 0 & 0 \\ 0 & 125 & 0 \\ 0 & 0 & 125 \end{array} \right] \)
  • \( \left[ \begin{array}{ccc} 125 & 0 & 0 \\ 0 & 0 & 125 \\ 0 & 0 & 125 \end{array} \right] \)
  • \( \left[ \begin{array}{ccc} 15 & 0 & 0 \\ 0 & 45 & 0 \\ 0 & 0 & 15 \end{array} \right] \)
  • \( \left[ \begin{array}{ccc} 5^3 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & 5 \end{array} \right] \)
Show Solution

The Correct Option is A

Solution and Explanation

The matrix \( A \) is nearly diagonal, expressible as \( A = D + N \), where \( D \) is a diagonal matrix and \( N \) is nilpotent. Alternatively, one can observe that all diagonal elements are 5 and \( A \) is upper triangular.
\[ A^3 = \left[ \begin{array}{ccc} 5 & 0 & 0 \\ 3 & 0 & 5 \\ 0 & 0 & 5 \end{array} \right]^3 \] As the diagonal eigenvalues are invariant under exponentiation and off-diagonal terms become zero, the cube of this matrix yields 125 on the diagonal and zeros elsewhere.
Was this answer helpful?
0