If A = [[0, 1], [−1, 0]], then A⁴ is equal to:
If A = [[0, 1], [−1, 0]], then A⁴ is equal to:
- A. [[1, 0], [0, 1]]
- B. [[0, 0], [0, 0]]
- C. [[0, 1], [−1, 0]]
- D. [[−1, 0], [0, −1]]
Answer: A) [[1, 0], [0, 1]]
Explanation: A² = [[0, 1], [−1, 0]] × [[0, 1], [−1, 0]] = [[−1, 0], [0, −1]] = −I. Then A⁴ = (A²)² = (−I)² = I = [[1, 0], [0, 1]].
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.