If A = [aᵢⱼ] is a 2×2 matrix where aᵢⱼ = i − j, then A is:
If A = [aᵢⱼ] is a 2×2 matrix where aᵢⱼ = i − j, then A is:
- A. Skew-symmetric
- B. Symmetric
- C. Diagonal
- D. Scalar
Answer: A) Skew-symmetric
Explanation: a₁₁ = 0, a₁₂ = −1, a₂₁ = 1, a₂₂ = 0. So A = [[0, −1], [1, 0]]. A' = [[0, 1], [−1, 0]] = −A. Hence A is skew-symmetric.
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.