1.

Express as a sum of a symmetric and a skew symmetric matrix:[[0,1],[1,0]]

Answer»

SOLUTION :`LET A=[[0,1],[1,0]]`
`impliesA=[[0,1],[1,0]]=A`
`:.`A is SYMMETRIC.
Now A=A+0 where A is symmetric and O is SKEW symmetric.


Discussion

No Comment Found

Related InterviewSolutions