SOLUTION: A square matrix A is called symmetric if A^t = A. If B is a square matrix, then B.B^t and B + B^t are symmetric
is this statement true or false and why?
Algebra ->
College
-> Linear Algebra
-> SOLUTION: A square matrix A is called symmetric if A^t = A. If B is a square matrix, then B.B^t and B + B^t are symmetric
is this statement true or false and why?
Log On
we want to prove B+B^T is symmetric, so we want to show that
(B+B^T)^T = B+B^T
is true
------------------------------
(B+B^T)^T = B+B^T
B^T+(B^T)^T = B+B^T ... use property 2
B^T+B = B+B^T ... use property 1
B+B^T = B+B^T ... commutative property of matrix addition; true equation
The last true equation shows that (B+B^T)^T = B+B^T is true as well. So the second part of the statement is true.
----------------------------------------------------------------------------------------------------------------------------
Both parts of the statement have been proven true. Overall, the statement is true.