

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