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.Com
Question 1006564: 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?

Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
First part of the statement

Given:
B is square

since B is square, this means B*B^T is defined

we want to prove
(B*B^T)^T = B*B^T
is true

-------------------------------

(B*B^T)^T = B*B^T
(B^T)^T*B^T = B*B^T ... use property 3
B*B^T = B*B^T ... ... use property 1; we end up with a true equation

So the first part of the statement is true.

----------------------------------------------------------------------------------------------------------------------------

Now onto the second part of the statement

B is square ----> B+B^T is defined

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.

RELATED QUESTIONS

Find matrix B, if A is symmetric matrix and B is skew symmetric matrix and their sum is... (answered by ikleyn)
2. (a) Prove that the product of a matrix and its transpose is symmetric matrix (b)... (answered by lynnlo)
let W be an nx1 matrix such that W^T*W=1.The nxn matrix H=In-2WW^T is called a... (answered by rothauserc)
Suppose A is a square matrix. Prove that there is a symmetric matrix B and a... (answered by ikleyn)
Suppose A is a square matrix. Prove that there is a symmetric matrix B and a... (answered by ikleyn)
How Do I Can show that,if A is a square matrix of order n,then A+A^T is Symmetric... (answered by robertb)
Q−1: [5×2 marks] Answer each of the following as True or False justifying your... (answered by math_tutor2020)
If A is a symmetric n x n matrix and B is n x m, then BtAB is symmetric m x m matrix. (answered by robertb)
Question: Matrix A is said to be skew symmetric if A^T = -A. Show that if a matrix is... (answered by robertb)