If A = [[1, 2], [3, 4]] and f(x) = x² − 5x, then f(A) is:
If A = [[1, 2], [3, 4]] and f(x) = x² − 5x, then f(A) is:
- A. 2I
- B. −2I
- C. 0
- D. I
Answer: A) 2I
Explanation: We computed earlier: A² = [[7, 10], [15, 22]], 5A = [[5, 10], [15, 20]]. A² − 5A = [[2, 0], [0, 2]] = 2I. So f(A) = 2I.
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.