If A is a symmetric matrix of order 2 with a₁₁ = 5, a₂₂ = 7, and a₁₂ = 3, then A is:
If A is a symmetric matrix of order 2 with a₁₁ = 5, a₂₂ = 7, and a₁₂ = 3, then A is:
- A. [[5, 3], [3, 7]]
- B. [[5, 3], [7, 3]]
- C. [[5, 7], [3, 3]]
- D. [[3, 5], [7, 3]]
Answer: A) [[5, 3], [3, 7]]
Explanation: For a symmetric matrix, a₁₂ = a₂₁ = 3. So A = [[5, 3], [3, 7]].
0 Answers
Log in to post your own answer or join the discussion.
No comments yet — start the discussion.