

InterviewSolution
Saved Bookmarks
1. |
Express the matrix `A=[{:(3,-4),(1,-1):}]` as the sum of a symmetric matrix and a skew-symmetric matrix. |
Answer» `A=[{:(3,(-3)/(2)),((-3)/(2),-1):}]+[{:(0,(-5)/(2)),((5)/(2),0):}]` | |