1.

For the matrixA=[[1,5],[6,7]], verify that A+A^T is a symmetric matrix

Answer»

SOLUTION :We have `A^T = [(1,6),(5,7)] THEREFORE A+A^T = [(2,11),(11,14)]`
`(A+A^T)^T = [(2,11),(11,14)] = A+A^T IMPLIES A+A^T` is SYMMETRIC


Discussion

No Comment Found

Related InterviewSolutions