Giovanni
2013-09-22 18:25:41 UTC
this is matrix A = and i found that A^T is
(A)row1= [ 2 -3 -5] (A^T)row1=[2 -1 1]
(A)row2= [ -1 4 5] (A^T)row2=[-3 4 -3]
(A)row3 =[1 -3 -4] (A^T)row3=[-5 5 -4]
this is the best way i can present these. A is a3x3 matrix and so is its transposed verison.
the question was how do i show that A + A^T is symmetric. and the following question gives a definition: an nxn matrix A is a skew- symmetric if A^T=-A. using the orignial A matrix above how do i show that A-A^T is Skew Symmetric? please explain how do i find these answers so i can have an understanding of the question. i appreciate any help :)