If A = [[1, 2], [3, 4]], then A − A' is a:
If A = [[1, 2], [3, 4]], then A − A' is a:
- A. Skew-symmetric matrix
- B. Symmetric matrix
- C. Diagonal matrix
- D. Identity matrix
Answer: A) Skew-symmetric matrix
Explanation: A' = [[1, 3], [2, 4]]. A − A' = [[0, −1], [1, 0]]. Since (A − A')' = [[0, 1], [−1, 0]] = −(A − A'), it is skew-symmetric.
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.