Processing math: 78%
AMPS | THARC | KE8QZC | SFW | TSW | WW
ORCID iD icon

Back to the class
Problems #7 on pg.130 and #29, pg.176 are graded.

#7,pg.130: Find an LU factorization of [2534].
Solution: We will reduce this matrix to an echelon form and call that U and then use the method outlined in Example 2, pg.126 to construct L from our row reduction, then we will check the answer to make sure it is correct.

Compute [2534]r2=r2+32r1[25072,] yielding U=[25072]. We now see that L=[10321]. Clearly L is lower triangular and U is upper triangular and this calculation confirms that it is indeed a correct factorization.

#29,pg.176: Compute detB5 where B=[101112121].
Solution: Calcluating B5 and then taking the determinant is an inefficient way to answer this question. Using the multiplicative property in Theorem 6, pg.173 we see that det and so calculate \begin{array}{ll} \det B &= 1 \det \begin{bmatrix} 1 & 2 \\ 2 & 1 \end{bmatrix} - 0 \det \begin{bmatrix} 1&2 \\ 1&1 \end{bmatrix} + 1 \det \begin{bmatrix} 1 & 1 \\ 1&2 \end{bmatrix} \\ &= 1(1-4) - 0(1-2) + 1(2-1) \\ &= -3 - 0 + 1 \\ &= -2. \end{array} Hence we see \det B^5 = (\det B)^5 = (-2)^5 = -32.