If A = diag(d1, d2, d3) and no element is zero, what is A⁻¹?
If A = diag(d1, d2, d3) and no element is zero, what is A⁻¹?
- A. diag(1/d1, 1/d2, 1/d3)
- B. diag(-d1, -d2, -d3)
- C. A itself
- D. I
Answer: A) diag(1/d1, 1/d2, 1/d3)
Explanation: The inverse of a diagonal matrix is simply the diagonal matrix of the reciprocals of its diagonal elements.
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.