document.write( "Question 1174343: Q−1: [5×2 marks] Answer each of the following as True or False justifying your answers:
\n" ); document.write( " If A and B are n×n matrices, then 〖(A+B)〗^2=A^2+2AB+B^2.
\n" ); document.write( " If A is an n×n invertible symmetric matrix, then (A^(-1) )^k is symmetric, for any positive integer k.
\n" ); document.write( " Let A be an n×n matrix. If A is invertible, then |A|≠0.
\n" ); document.write( " If A and B are n×n matrices, then |A+B^T |=|A^T+B|.
\n" ); document.write( " The vectors (a,0,0), (1,a,0) and (2,3,a) in R^3 are linearly independent for all a∈R.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #799775 by math_tutor2020(3816)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "I'll do the first two problems to get you started.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "======================================================================================
\n" ); document.write( "Problem 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(A+B)^2 = (A+B)*(A+B)
\n" ); document.write( "(A+B)^2 = C*(A+B) ............ let C = A+B
\n" ); document.write( "(A+B)^2 = C*A+C*B ............ Distribute
\n" ); document.write( "(A+B)^2 = (A+B)*A+(A+B)*B ......... plug in C = A+B
\n" ); document.write( "(A+B)^2 = A*A+B*A+A*B+B*B ...... distribute again; be careful about the order
\n" ); document.write( "(A+B)^2 = A^2+B*A+A*B+B^2
\n" ); document.write( "We stop here because B*A is not the same as A*B. So we cannot combine them to get 2AB or 2BA. Matrix multiplication is not commutative in general (there are some cases where it works, but overall it doesn't work).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore, (A+B)^2 = A^2+2AB+B^2 is false when A,B are two nxn matrices.
\n" ); document.write( "It's only true when AB = BA.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "======================================================================================
\n" ); document.write( "Problem 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The transpose operation of a matrix swaps the rows and columns. For instance, row 1 turns into column 1, and vice versa.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "With matrix notation, the T indicates transpose.
\n" ); document.write( "Writing A^T means \"transpose of matrix A\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "One useful property to take advantage of here is that
\n" ); document.write( "(A*B)^T = B^T*A^T
\n" ); document.write( "I won't prove that here, but these links are a good resource for that
\n" ); document.write( "https://math.stackexchange.com/questions/3208939/transpose-of-product-of-matrices
\n" ); document.write( "https://math.stackexchange.com/questions/1440305/how-to-prove-abt-bt-at\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Matrix A is symmetric if and only if A = A^T
\n" ); document.write( "Square both sides
\n" ); document.write( "A = A^T
\n" ); document.write( "A^2 = (A^T)^2
\n" ); document.write( "A^2 = (A^T)*(A^T)
\n" ); document.write( "A^2 = (A*A)^T .......... apply the transpose property mentioned
\n" ); document.write( "A^2 = (A^2)^T
\n" ); document.write( "This proves that if A is symmetric, then so is A^2
\n" ); document.write( "This example can be extended to show that if A is symmetric, then so is A^3, and so on.
\n" ); document.write( "By induction, if A is symmetric, then A^k is symmetric for any positive integer k.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If A is invertible, then A^(-1) multiplies with it to lead to the identity matrix I
\n" ); document.write( "A*A^(-1) = A^(-1)*A = I\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's focus on A*A^(-1) = I
\n" ); document.write( "Apply the transpose operation to both sides
\n" ); document.write( "A*A^(-1) = I
\n" ); document.write( "[A*A^(-1)]^T = I^T
\n" ); document.write( "[A^(-1)]^T*A^T = I
\n" ); document.write( "we can see that for the matrix A^T, the matrix [A^(-1)]^T plays the role of the inverse.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Put another way, let B = [A^(-1)]^T
\n" ); document.write( "We can see that
\n" ); document.write( "B*A^T = I
\n" ); document.write( "which leads to
\n" ); document.write( "B*A^T = I
\n" ); document.write( "(B*A^T)*(A^T)^(-1) = I*(A^T)^(-1)
\n" ); document.write( "B * [A^T*(A^T)^(-1)] = (A^T)^(-1)
\n" ); document.write( "B * I = (A^T)^(-1)
\n" ); document.write( "B = (A^T)^(-1)
\n" ); document.write( "Therefore,
\n" ); document.write( "[A^(-1)]^T = (A^T)^(-1)
\n" ); document.write( "A very similar situation occurs with A^T*B = I, but we'll be using left-multiplication to arrive at the same equation shown above. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "What I've been building up to so far is to show that
  • If matrix A is symmetric, then A^k is symmetric for any positive integer k
  • If matrix A is invertible, then [A^(-1)]^T = (A^T)^(-1)
Such properties have probably been discussed and/or proven in your textbook at this point. If not, then likely they've been left as a homework exercise.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "----------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's get back to the problem at hand. We know matrix A is invertible. This means [A^(-1)]^T = (A^T)^(-1) by that second bullet point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "But we also know matrix A is symmetric. So A = A^T, which leads to
\n" ); document.write( "[A^(-1)]^T = (A^T)^(-1)
\n" ); document.write( "[A^(-1)]^T = A^(-1)
\n" ); document.write( "A^(-1) = [A^(-1)]^T
\n" ); document.write( "which shows that the inverse matrix A^(-1) is symmetric, but only if A is symmetric.
\n" ); document.write( "If A is symmetric, then so is A^(-1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "But if A^(-1) is symmetric, we can use the first property mentioned in the bullet points above to conclude that ( A^(-1) )^k is also symmetric for any positive integer k. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Therefore, the statement that matrix A being symmetric and invertible leads to ( A^(-1) )^k also being symmetric, for any positive integer k, is a true statement.
\n" ); document.write( "
\n" ); document.write( "
\n" );