Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

270 Zeilen
12KB

  1. \documentclass[uebung]{../../../lecture}
  2. \usepackage[]{gauss}
  3. \title{Übungsblatt Nr. 10}
  4. \author{Christian Merten}
  5. \begin{document}
  6. \punkte
  7. \begin{aufgabe}
  8. \[
  9. \begin{gmatrix}[p]
  10. 0 & 6 & -2 & -1 & 2 \\
  11. -1 & -1 & 0 & -1 & 11 \\
  12. -2 & 3 & -1 & -2 & 15 \\
  13. 1 & 0 & 0 & 1 & -10
  14. \end{gmatrix}
  15. \to
  16. \begin{gmatrix}[p]
  17. 1 & 0 & 0 & 0 & 2 \\
  18. 0 & 1 & 0 & 0 & -1 \\
  19. 0 & 0 & 1 & 0 & 2 \\
  20. 0 & 0 & 0 & 1 & -12
  21. \end{gmatrix}
  22. .\] $\text{Rg}(A) = \text{Rg}(A|b) = 4$
  23. und
  24. $L = \left\{\begin{pmatrix} 2 \\ -1 \\ 2 \\ 12 \end{pmatrix} \right\} $
  25. \[
  26. \begin{gmatrix}[p]
  27. 2 & 2 & 1 & 2 & 4 \\
  28. 1 & 0 & 1 & 1 & 4 \\
  29. 1 & 1 & 1 & 2 & 4 \\
  30. 2 & 1 & 1 & 1 & 4
  31. \end{gmatrix}
  32. \to
  33. \begin{gmatrix}[p]
  34. 1 & 0 & 0 & -1 & 0 \\
  35. 0 & 1 & 0 & 1 & 0 \\
  36. 0 & 0 & 1 & 2 & 4 \\
  37. 0 & 0 & 0 & 0 & 0
  38. \end{gmatrix}
  39. .\] $\text{Rg}(A) = \text{Rg}(A|b) = 3$ spezielle Lösung $\begin{pmatrix} 0 \\ 0 \\ 4 \\ 0 \end{pmatrix} $,
  40. damit folgt
  41. $L = \begin{pmatrix} 0 \\ 0 \\ 4 \\ 0 \end{pmatrix} + \text{Lin}\left( \begin{pmatrix} -1 \\ 1 \\ 2 \\ -1 \end{pmatrix} \right) $.
  42. \[
  43. \begin{gmatrix}[p]
  44. 1 & 0 & 1 & 1 & 1 \\
  45. 2 & 2 & 1 & 2 & 2 \\
  46. 1 & 1 & 1 & 2 & 3 \\
  47. 2 & 1 & 1 & 1 & 4
  48. \end{gmatrix}
  49. \to
  50. \begin{gmatrix}[p]
  51. 1 & 0 & 0 & -1 & 1 \\
  52. 0 & 1 & 0 & 1 & 2 \\
  53. 0 & 0 & 1 & 2 & 0 \\
  54. 0 & 0 & 0 & 0 & 1
  55. \end{gmatrix}
  56. .\]
  57. $\text{Rg}(A) = 3 \neq 4 = \text{Rg}(A|b) \implies L = \{\} $
  58. \end{aufgabe}
  59. \begin{aufgabe}
  60. \begin{enumerate}[(a)]
  61. \item Beh.: $x^2 + 1$ und $x^2 + x + 1$ sind teilerfremd.
  62. \begin{proof}
  63. Führe den euklidischen Algorithmus mit $f_1 := x^2 + x + 1$ und
  64. $f_2 := x^2 + 1$
  65. aus. So erhalten wir
  66. \begin{align*}
  67. f_1 &= 1 \cdot f_2 + \underbrace{x}_{ =: f_3} \\
  68. f_2 &= x \cdot f_3 + \underbrace{1}_{ =: f_4} \\
  69. f_3 &= x \cdot f_4
  70. .\end{align*}
  71. Damit erhalten wir direkt
  72. $\text{ggT}(f_1, f_2) = f_4 = 1 \implies f_1, f_2$ teilerfremd.
  73. \end{proof}
  74. \item Beh.: Für $p := 1 + x$ und $q := -x$ gilt $p \cdot (x^2 + 1) + q \cdot (x^2 + x + 1) = 1$.
  75. \begin{proof}
  76. Steige den euklidischen Algorithmus aus (a) auf.
  77. \begin{align*}
  78. 1 = f_4 = f_2 - x \cdot f_3 &= f_2 - x (f_1 - f_2) \\
  79. &= f_2 - x \cdot f_1 + x \cdot f_2 \\
  80. &= (\underbrace{-x}_{=q})
  81. \cdot f_1 + (\underbrace{1 + x}_{=p}) \cdot f_2
  82. .\end{align*}
  83. \end{proof}
  84. \item Sei $f \in K[x]$ ein Polynom.
  85. Beh.: $f K[x] := \{f g \mid g \in K[x]\} $ ist Untervektorraum von $K[x]$
  86. \begin{proof}
  87. Seien $g_1, g_2 \in f K[x]$ und $\lambda \in K$ bel. Dann ex.
  88. Polynome $h_1, h_2 \in K[x]$ mit $g_1 = h_1 \cdot f$ und
  89. $g_2 = h_2 \cdot f$. Damit folgt
  90. \[
  91. \lambda g_1 + g_2 = \lambda f h_1 + f h_2 = f (\underbrace{\lambda h_1 + h_2}_{ \in K[x]})
  92. .\] $\implies \lambda g_1 + g_2 \in f K[x]$.
  93. Außerdem $0 \cdot f = 0 \in f K[x]$.
  94. \end{proof}
  95. \item Beh.: $\text{dim } K[x] / f K[x] = |\text{deg}(f)|$.
  96. \begin{proof}
  97. Für $f = 0$ folgt $f K[x] = \{0\} $ und wegen $K[x] \stackrel{\sim }{=} K[x] / \{0\}$, folgt
  98. direkt $\text{dim } K[x] = \infty = |-\infty| = \text{deg}(f)$.
  99. Für $f \neq 0$ definiere $n := \text{deg}(f) \ge 0$.
  100. Zz.: Die auf $K[x]_{< n}$ eingeschränkte kanonische Projektion
  101. $\left.p\right|_{K[x]_{<n}} \longrightarrow K[x] / f K[x]$ ist Isomorphismus.
  102. $p\colon K[x] \to K[x] / f K[x]$ ist linear nach VL, damit auch
  103. $\left.p\right|_{K[x]_{< n}}$.
  104. Sei nun $h \in K[x]_{< n}$ mit $p(h) = 0 = f K[x]$. Dann ex. $g \in K[x]$, s.d.
  105. $h = f g$. Angenommen: $h \neq 0 \implies g \neq 0 \land f \neq 0$. Damit folgt
  106. \[
  107. \text{deg}(h) = \text{deg}(f) + \text{deg}(g) = n + \text{deg}(g)
  108. .\]
  109. Wegen $\text{deg}(g) \ge 0$ folgt damit $\text{deg}(h) \ge n$.
  110. $\implies h \not\in K[x]_{<n}$. Widerspruch.\\
  111. $\implies \text{ker } \left.p\right|_{K[x]_{< n}} = \{0\} $.
  112. Sei nun $A \in K[x] / f K[x]$. Dann ex. ein $g \in K[x]$ mit $A = g + f K[x]$.
  113. Teile nun $g$ durch $f$ mit Rest. Dann ex. $q, r \in K[x]$, s.d.
  114. \begin{align*}
  115. &g = q \cdot f + r \\
  116. \implies &g- r = \underbrace{q \cdot f}_{\in f K[x]}\\
  117. \implies& g \sim r
  118. .\end{align*}
  119. Dabei gilt nach VL $\text{deg}(r) < \text{deg}(f) = n \implies r \in K[x]_{< n}$.\\
  120. $\implies \left.p\right|_{K[x]_{<n}}(r) = r + f K[x] \stackrel{r \; \sim \; g}{=} g + f K[x] = A$.
  121. Damit ist $\left.p\right|_{K[x]_{<n}}$ bijektiv und damit Isomorphismus, da
  122. $K[x]_{<n}$ endlich dimensional folgt direkt
  123. \[
  124. \text{dim } K[x] / f K[x] = \text{dim } K[x]_{<n} = n = |\text{deg}(f)|
  125. .\]
  126. \end{proof}
  127. \end{enumerate}
  128. \end{aufgabe}
  129. \begin{aufgabe}
  130. Sei $A \in M_{n, n}(K)$ und $\lambda \in K$.
  131. \begin{enumerate}[(a)]
  132. \item Beh.: $\text{det}(\lambda A) = \lambda^{n} \text{det}(A)$
  133. \begin{proof}
  134. \begin{align*}
  135. \text{det}(\lambda A) &= \text{det}(E_1(\lambda) \cdot \ldots \cdot E_n(\lambda)\cdot A) \\
  136. &= \text{det}(E_1(\lambda)) \cdot \ldots \cdot \text{det}(E_n(\lambda)) \cdot \text{det}(A) \\
  137. &= \lambda^{n} \text{det}(A)
  138. .\end{align*}
  139. \end{proof}
  140. \item Beh.: Ist $K = \R$, $n = 3$ und $A = - A^{t}$, dann ist $A$ nicht invertierbar.
  141. \begin{proof}
  142. Mit $A = (a_{ij})$ und $A = - A^{t}$ folgt für $i = j$ : $a_{ii} = -a_{ii}$. Mit
  143. $\text{char}(\R) = 0$ folgt $a_{ii} = 0$. Für $i \neq j$: folgt
  144. $a := a_{12} = - a_{21}$, $b := a_{23} = - a_{32}$ und $c := a_{13} = -a_{31}$.
  145. Damit folgt direkt
  146. \[
  147. \text{det}(A) = \begin{gmatrix}[v] 0 & a & c \\ -a & 0 & b \\ -c & -b & 0 \end{gmatrix}
  148. = 0
  149. .\] $\implies A$ nicht invertierbar.
  150. \end{proof}
  151. \item Ja. $\begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}$ ist antisymmetrisch, aber
  152. wegen $\begin{gmatrix}[v] 0 & 1 \\ -1 & 0 \end{gmatrix} = 1$ invertierbar.
  153. \item Ja. mit $K = \Z / 2\Z$ gilt für $A := \begin{gmatrix}[p] \overline{1} & 0 & 0 \\
  154. 0 & \overline{1} & 0 \\ 0 & 0 & \overline{1} \end{gmatrix}$
  155. \[
  156. A + A^{t} = A + A \stackrel{\overline{1} + \overline{1} = 0}{=} 0
  157. .\] Aber $\text{det}(A) = \overline{1} \cdot \overline{1} \cdot \overline{1} = \overline{1} \neq 0$.
  158. \end{enumerate}
  159. \end{aufgabe}
  160. \begin{aufgabe}
  161. \begin{enumerate}[(a)]
  162. \item Beh.: $\text{det}(A) = (x + (n-1)y)(x-y)^{n-1}$.
  163. \begin{proof}
  164. \begin{align*}
  165. &\begin{gmatrix}[v]
  166. x & y & y & \ldots & y \\
  167. y & x & y & \ldots & y \\
  168. y & y & x & \ldots & y \\
  169. \vdots & \vdots & \vdots & \vdots & \vdots \\
  170. y & y & y & \ldots & x
  171. \rowops
  172. \add[-1]{0}{1}
  173. \add[-1]{0}{2}
  174. \add[-1]{0}{3}
  175. \end{gmatrix}
  176. \to
  177. \begin{gmatrix}[v]
  178. x & y & y & \ldots & y \\
  179. y-x & x-y & 0 & \ldots & 0 \\
  180. y-x & 0 & x - y & \ldots & 0 \\
  181. \vdots & \vdots & \vdots & \vdots & \vdots \\
  182. y-x & 0 & 0 & \ldots & x-y
  183. \colops
  184. \add[1]{1}{0}
  185. \add[1]{2}{0}
  186. \add[1]{3}{0}
  187. \add[1]{4}{0}
  188. \end{gmatrix} \\[2mm]
  189. \to &
  190. \begin{gmatrix}[v]
  191. x + (n-1)y & y & \ldots & y \\
  192. 0 & x-y & 0 & \ldots & y \\
  193. 0 & 0 & x-y & \ldots & y \\
  194. \vdots & \vdots & \vdots & \vdots & \vdots \\
  195. 0 & 0 & 0 & \ldots & x-y \\
  196. \end{gmatrix}
  197. = (x+(n-1)y)(x-y)^{n-1}
  198. .\end{align*}
  199. \end{proof}
  200. \item Beh.: $\text{det}(B) = (x^2 - y^2)^{n}$
  201. \begin{proof}
  202. durch vollständige Induktion
  203. I.A.: $n = 1$ : $B_2 = \begin{gmatrix}[v] x & y \\ y & x \end{gmatrix} = x^2 - y^2 = (x^2 - y^2)^{1} $
  204. I.S.: $n - 1 \to n$. Die Beh. gelte bereits für bel. $n - 1 \in \N$.
  205. Entwicklung der Determinante nach der ersten Spalte. Im folgenden
  206. bezeichnen $b_{ij}$ Komponenten der Matrix $B_n$.
  207. $B_{n}$ ist von der Form:
  208. \begin{align*}
  209. \begin{gmatrix}[p]
  210. x & 0 & 0 & 0 & \ldots & y \\
  211. 0 & x & 0 & 0 & \ldots & 0 \\
  212. 0 & 0 & x & y & \ldots & 0 \\
  213. 0 & 0 & y & x & \ldots & 0 \\
  214. \vdots & \vdots & \vdots & \vdots & \vdots & \vdots \\
  215. y & 0 & 0 & 0 & \ldots & x
  216. \end{gmatrix}
  217. .\end{align*}
  218. Das heißt $b_{11} = x$, $b_{(2n) 1} = y$ und sonst $b_{i1} = 0$.
  219. Damit folgt (hier ist $B = B_{n}$):
  220. \begin{align*}
  221. |B_{n}| &= \sum_{i=1}^{n} (-1)^{i+j}a_{ij}\text{det}(B_{ij}) \\
  222. &= x \cdot \text{det}(B_{11}) - y \cdot \text{det}(B_{(2n)1})
  223. .\end{align*}
  224. Für $B_{11} \in M_{(2n-1)\times (2n-1)}(K)$
  225. bzw. $B_{(2n)1} \in M_{(2n-1)\times (2n-1)}(K)$
  226. entwickle nach der letzten Spalte $j = 2n-1$. Hier ist
  227. jeweils nur in einer Zeile ein Eintrag ungleich Null: $b_{(2n)(2n)} = x$ bzw.
  228. $b_{1(2n)} = y$.
  229. Die Matrizen $B_{11_{(2n-1)(2n-1)}}, B_{(2n)1_{1(2n-1)}} \in M_{2(n-1) \times 2(n-1)}(K)$
  230. sind identisch und gleich $B_{n-1}$. Damit folgt:
  231. \begin{align*}
  232. |B_{11}| &= (-1)^{2n-1 + 2n-1} x \cdot \text{det}(B_{11_{(2n-1)(2n-1)}}) \\
  233. &= x \cdot \text{det}(B_{n-1}) \\
  234. &\stackrel{I.V.}{=} x (x^2 - y^2)^{n-1}\\
  235. |B_{(2n)1}| &= (-1)^{2n-1 + 1} y \cdot \text{det}(B_{(2n)1_{1(2n-1)}}) \\
  236. &= y \cdot \text{det}(B_{n-1}) \\
  237. &\stackrel{I.V.}{=} y (x^2 - y^2)^{n-1}
  238. .\end{align*}
  239. Damit folgt direkt:
  240. \[
  241. |B_n| = x \cdot x (x^2 - y^2)^{n-1} - y \cdot y (x^2 - y^2)^{n-1} = (x^2 - y^2)(x^2-y^2)^{n-1}
  242. = (x^2 - y^2)^{n}
  243. .\]
  244. \end{proof}
  245. \end{enumerate}
  246. \end{aufgabe}
  247. \end{document}