Question #52683

a)Show that, if A is any n×n matrix with real entries, then there is a n×n symmetric matrix S and a n×n skew symmetric matrix S' such that A=S+S'.(3)b)Find the solutions to the following system of equations by reducing the corresponding augmented matrix to row-reduced echelon form.
2a+3b+4c+d=8
a+2b+2c+2d=3
a−b+c+3d=3

Expert's answer

Answer on Question #52683 – Math – Linear Algebra

a) Show that, if AA is any n×nn \times n matrix with real entries, then there is a n×nn \times n symmetric matrix SS and a n×nn \times n skew symmetric matrix SS' such that A=S+SA = S + S'.

b) Find the solutions to the following system of equations by reducing the corresponding augmented matrix to row-reduced echelon form.


2a+3b+4c+d=8a+2b+2c+2d=3ab+c+3d=3\begin{array}{l} 2a + 3b + 4c + d = 8 \\ a + 2b + 2c + 2d = 3 \\ a - b + c + 3d = 3 \\ \end{array}

Solution

a) Let's rewrite AA in the following way


A=A+AT2+AAT2A = \frac{A + A^T}{2} + \frac{A - A^T}{2}


By properties of transpose matrices, the following identities hold true:


(A+B)T=AT+BT,(AB)T=ATBT,(AT)T=A.(A + B)^T = A^T + B^T, \quad (A - B)^T = A^T - B^T, \quad (A^T)^T = A.


It's easy to verify that S=A+AT2S = \frac{A + A^T}{2} is symmetric and S=AAT2S' = \frac{A - A^T}{2} is skew symmetric:


ST=(A+AT2)T=AT+A2=SS^T = \left(\frac{A + A^T}{2}\right)^T = \frac{A^T + A}{2} = S(S)T=(AAT2)T=ATA2=AAT2=S(S')^T = \left(\frac{A - A^T}{2}\right)^T = \frac{A^T - A}{2} = -\frac{A - A^T}{2} = -S'


b) The given system can be written in the matrix form as follows


(234112221113)(abcd)=(833)\left( \begin{array}{ccccc} 2 & 3 & 4 & 1 \\ 1 & 2 & 2 & 2 \\ 1 & -1 & 1 & 3 \end{array} \right) \left( \begin{array}{c} a \\ b \\ c \\ d \end{array} \right) = \left( \begin{array}{c} 8 \\ 3 \\ 3 \end{array} \right)


The augmented matrix


(234112221113)(8333)\left( \begin{array}{ccccc} 2 & 3 & 4 & 1 \\ 1 & 2 & 2 & 2 \\ 1 & -1 & 1 & 3 \end{array} \right) \left( \begin{array}{c} 8 \\ 3 \\ 3 \\ 3 \end{array} \right)


Transformation to row echelon form:


(234181222311133)\left( \begin{array}{ccccc} 2 & 3 & 4 & 1 & 8 \\ 1 & 2 & 2 & 2 & 3 \\ 1 & -1 & 1 & 3 & 3 \end{array} \right)subtract row 1 from doubled row 2 and from doubled row 3(234180103205252)\xrightarrow{\text{subtract row 1 from doubled row 2 and from doubled row 3}} \left( \begin{array}{ccccc} 2 & 3 & 4 & 1 & 8 \\ 0 & 1 & 0 & 3 & -2 \\ 0 & -5 & -2 & 5 & -2 \end{array} \right)(234180103205252)add 5 times row 2 to row 3(23418010320022012)divide row 3 by (2)\left( \begin{array}{ccccc} 2 & 3 & 4 & 1 & 8 \\ 0 & 1 & 0 & 3 & -2 \\ 0 & -5 & -2 & 5 & -2 \end{array} \right) \xrightarrow{\text{add 5 times row 2 to row 3}} \left( \begin{array}{ccccc} 2 & 3 & 4 & 1 & 8 \\ 0 & 1 & 0 & 3 & -2 \\ 0 & 0 & -2 & 20 & -12 \end{array} \right) \xrightarrow{\text{divide row 3 by } (-2)}(2341010300110)subtract 3 times row 2 and 4 times row 3 from row 1divide row 1 by 2\left( \begin{array}{ccccc} 2 & 3 & 4 & 1 \\ 0 & 1 & 0 & 3 \\ 0 & 0 & 1 & -10 \\ \end{array} \right) \xrightarrow{\text{subtract 3 times row 2 and 4 times row 3 from row 1}} \xrightarrow{\text{divide row 1 by 2}}(20032010300110)10divide row 1 by 2\left( \begin{array}{ccccc} 2 & 0 & 0 & 32 \\ 0 & 1 & 0 & 3 \\ 0 & 0 & 1 & -10 \end{array} \right) \xrightarrow{-10} \text{divide row 1 by 2}(10016010300110)\left( \begin{array}{cccc} 1 & 0 & 0 & 16 \\ 0 & 1 & 0 & 3 \\ 0 & 0 & 1 & -10 \end{array} \right)


Therefore,


a+16d=5a=16d5a + 16d = -5 \quad a = -16d - 5b+3d=2b=3d2b + 3d = -2 \quad \Rightarrow \quad b = -3d - 2c10d=6c=10d+6c - 10d = 6 \quad c = 10d + 6

dd is an arbitrary real constant.

Thus,


(abcd)=(16d53d210d+6d)=(163101)d+(5260),\left( \begin{array}{c} a \\ b \\ c \\ d \end{array} \right) = \left( \begin{array}{c} -16d - 5 \\ -3d - 2 \\ 10d + 6 \\ d \end{array} \right) = \left( \begin{array}{c} -16 \\ -3 \\ 10 \\ 1 \end{array} \right) d + \left( \begin{array}{c} -5 \\ -2 \\ 6 \\ 0 \end{array} \right),

dd is an arbitrary real constant.

**Answer:**

a) S=A+AT2,S=AAT2S = \frac{A + A^T}{2}, S' = \frac{A - A^T}{2}

b) (abcd)=(16d53d210d+6d)=(163101)d+(5260)\left( \begin{array}{c} a \\ b \\ c \\ d \end{array} \right) = \left( \begin{array}{c} -16d - 5 \\ -3d - 2 \\ 10d + 6 \\ d \end{array} \right) = \left( \begin{array}{c} -16 \\ -3 \\ 10 \\ 1 \end{array} \right) d + \left( \begin{array}{c} -5 \\ -2 \\ 6 \\ 0 \end{array} \right)

www.AssignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS