1.

Express as a sum of a symmetric and a skew symmetric matrix:[[x,a,b],[a,y,c],[b,c,z]]

Answer»

Solution :`A=[[x,a,B],[a,y,c],[b,c,Z]]`
`A=[[x,a,b],[a,y,c],[b,c,z]]=A`
`:.`A is SYMMETRIC.
We can WRITE `A=A+0_(3xx3)` where A is symmetric and O is skew symmetric.


Discussion

No Comment Found

Related InterviewSolutions