1.

Given : M =[(5,-3),(-2, 4)] find its transpose matrix M'. If possible, find : (i) M+M""^(t) (ii) M^(t)-M

Answer»


ANSWER :`M^t=[{:(,5,-2),(,-3,4):}]`(i) `[{:(,10,-5),(,-5,8):}]` (II) `[{:(,0,1),(,-1,0):}]`


Discussion

No Comment Found

Related InterviewSolutions