Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

274 líneas
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. Definiere nun rekursiv durch Polynomdivision:
  114. \[
  115. g_k := q_{k+1} \cdot f + g_{k+1}
  116. .\]
  117. mit $g_1 := g$. Dabei gilt nach VL $\text{deg}(g_{k+1}) < \text{deg}(g_k)$. Wähle
  118. das erste $g_k$, sodass gilt $\text{deg}(g_k) < n$. Damit folgt
  119. \begin{align*}
  120. &g = g_1 = q_1 \cdot f + \ldots + q_{k} \cdot f + g_k = (q_1 + \ldots + q_k) \cdot f + g_k \\
  121. \implies &g - g_k = \underbrace{(q_1 + \ldots + q_k) \cdot f}_{\in f K[x]}
  122. .\end{align*}
  123. $\implies$ $g \sim g_k$ und wegen $\text{deg}(g_k) < n$ folgt $g_k \in K[x]_{< n}$.\\
  124. $\implies \left.p\right|_{K[x]_{<n}}(g_k) = A$.
  125. Damit ist $\left.p\right|_{K[x]_{<n}}$ bijektiv und damit Isomorphismus, da
  126. $K[x]_{<n}$ endlich dimensional folgt direkt
  127. \[
  128. \text{dim } K[x] / f K[x] = \text{dim } K[x]_{<n} = n = |\text{deg}(f)|
  129. .\]
  130. \end{proof}
  131. \end{enumerate}
  132. \end{aufgabe}
  133. \begin{aufgabe}
  134. Sei $A \in M_{n, n}(K)$ und $\lambda \in K$.
  135. \begin{enumerate}[(a)]
  136. \item Beh.: $\text{det}(\lambda A) = \lambda^{n} \text{det}(A)$
  137. \begin{proof}
  138. \begin{align*}
  139. \text{det}(\lambda A) &= \text{det}(E_1(\lambda) \cdot \ldots \cdot E_n(\lambda)\cdot A) \\
  140. &= \text{det}(E_1(\lambda)) \cdot \ldots \cdot \text{det}(E_n(\lambda)) \cdot \text{det}(A) \\
  141. &= \lambda^{n} \text{det}(A)
  142. .\end{align*}
  143. \end{proof}
  144. \item Beh.: Ist $K = \R$, $n = 3$ und $A = - A^{t}$, dann ist $A$ nicht invertierbar.
  145. \begin{proof}
  146. Mit $A = (a_{ij})$ und $A = - A^{t}$ folgt für $i = j$ : $a_{ii} = -a_{ii}$. Mit
  147. $\text{char}(\R) = 0$ folgt $a_{ii} = 0$. Für $i \neq j$: folgt
  148. $a := a_{12} = - a_{21}$, $b := a_{23} = - a_{32}$ und $c := a_{13} = -a_{31}$.
  149. Damit folgt direkt
  150. \[
  151. \text{det}(A) = \begin{gmatrix}[v] 0 & a & c \\ -a & 0 & b \\ -c & -b & 0 \end{gmatrix}
  152. = 0
  153. .\] $\implies A$ nicht invertierbar.
  154. \end{proof}
  155. \item Ja. $\begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}$ ist antisymmetrisch, aber
  156. wegen $\begin{gmatrix}[v] 0 & 1 \\ -1 & 0 \end{gmatrix} = 1$ invertierbar.
  157. \item Ja. mit $K = \Z / 2\Z$ gilt für $A := \begin{gmatrix}[p] \overline{1} & 0 & 0 \\
  158. 0 & \overline{1} & 0 \\ 0 & 0 & \overline{1} \end{gmatrix}$
  159. \[
  160. A + A^{t} = A + A \stackrel{\overline{1} + \overline{1} = 0}{=} 0
  161. .\] Aber $\text{det}(A) = \overline{1} \cdot \overline{1} \cdot \overline{1} = \overline{1} \neq 0$.
  162. \end{enumerate}
  163. \end{aufgabe}
  164. \begin{aufgabe}
  165. \begin{enumerate}[(a)]
  166. \item Beh.: $\text{det}(A) = (x + (n-1)y)(x-y)^{n-1}$.
  167. \begin{proof}
  168. \begin{align*}
  169. &\begin{gmatrix}[v]
  170. x & y & y & \ldots & y \\
  171. y & x & y & \ldots & y \\
  172. y & y & x & \ldots & y \\
  173. \vdots & \vdots & \vdots & \vdots & \vdots \\
  174. y & y & y & \ldots & x
  175. \rowops
  176. \add[-1]{0}{1}
  177. \add[-1]{0}{2}
  178. \add[-1]{0}{3}
  179. \end{gmatrix}
  180. \to
  181. \begin{gmatrix}[v]
  182. x & y & y & \ldots & y \\
  183. y-x & x-y & 0 & \ldots & 0 \\
  184. y-x & 0 & x - y & \ldots & 0 \\
  185. \vdots & \vdots & \vdots & \vdots & \vdots \\
  186. y-x & 0 & 0 & \ldots & x-y
  187. \colops
  188. \add[1]{1}{0}
  189. \add[1]{2}{0}
  190. \add[1]{3}{0}
  191. \add[1]{4}{0}
  192. \end{gmatrix} \\[2mm]
  193. \to &
  194. \begin{gmatrix}[v]
  195. x + (n-1)y & y & \ldots & y \\
  196. 0 & x-y & 0 & \ldots & y \\
  197. 0 & 0 & x-y & \ldots & y \\
  198. \vdots & \vdots & \vdots & \vdots & \vdots \\
  199. 0 & 0 & 0 & \ldots & x-y \\
  200. \end{gmatrix}
  201. = (x+(n-1)y)(x-y)^{n-1}
  202. .\end{align*}
  203. \end{proof}
  204. \item Beh.: $\text{det}(B) = (x^2 - y^2)^{n}$
  205. \begin{proof}
  206. durch vollständige Induktion
  207. I.A.: $n = 1$ : $B_2 = \begin{gmatrix}[v] x & y \\ y & x \end{gmatrix} = x^2 - y^2 = (x^2 - y^2)^{1} $
  208. I.S.: $n - 1 \to n$. Die Beh. gelte bereits für bel. $n - 1 \in \N$.
  209. Entwicklung der Determinante nach der ersten Spalte. Im folgenden
  210. bezeichnen $b_{ij}$ Komponenten der Matrix $B_n$.
  211. $B_{n}$ ist von der Form:
  212. \begin{align*}
  213. \begin{gmatrix}[p]
  214. x & 0 & 0 & 0 & \ldots & y \\
  215. 0 & x & 0 & 0 & \ldots & 0 \\
  216. 0 & 0 & x & y & \ldots & 0 \\
  217. 0 & 0 & y & x & \ldots & 0 \\
  218. \vdots & \vdots & \vdots & \vdots & \vdots & \vdots \\
  219. y & 0 & 0 & 0 & \ldots & x
  220. \end{gmatrix}
  221. .\end{align*}
  222. Das heißt $b_{11} = x$, $b_{(2n) 1} = y$ und sonst $b_{i1} = 0$.
  223. Damit folgt (hier ist $B = B_{n}$):
  224. \begin{align*}
  225. |B_{n}| &= \sum_{i=1}^{n} (-1)^{i+j}a_{ij}\text{det}(B_{ij}) \\
  226. &= x \cdot \text{det}(B_{11}) - y \cdot \text{det}(B_{(2n)1})
  227. .\end{align*}
  228. Für $B_{11} \in M_{(2n-1)\times (2n-1)}(K)$
  229. bzw. $B_{(2n)1} \in M_{(2n-1)\times (2n-1)}(K)$
  230. entwickle nach der letzten Spalte $j = 2n-1$. Hier ist
  231. jeweils nur in einer Zeile ein Eintrag ungleich Null: $b_{(2n)(2n)} = x$ bzw.
  232. $b_{1(2n)} = y$.
  233. Die Matrizen $B_{11_{(2n-1)(2n-1)}}, B_{(2n)1_{1(2n-1)}} \in M_{2(n-1) \times 2(n-1)}(K)$
  234. sind identisch und gleich $B_{n-1}$. Damit folgt:
  235. \begin{align*}
  236. |B_{11}| &= (-1)^{2n-1 + 2n-1} x \cdot \text{det}(B_{11_{(2n-1)(2n-1)}}) \\
  237. &= x \cdot \text{det}(B_{n-1}) \\
  238. &\stackrel{I.V.}{=} x (x^2 - y^2)^{n-1}\\
  239. |B_{(2n)1}| &= (-1)^{2n-1 + 1} y \cdot \text{det}(B_{(2n)1_{1(2n-1)}}) \\
  240. &= y \cdot \text{det}(B_{n-1}) \\
  241. &\stackrel{I.V.}{=} y (x^2 - y^2)^{n-1}
  242. .\end{align*}
  243. Damit folgt direkt:
  244. \[
  245. |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}
  246. = (x^2 - y^2)^{n}
  247. .\]
  248. \end{proof}
  249. \end{enumerate}
  250. \end{aufgabe}
  251. \end{document}