

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