Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

384 řádky
15KB

  1. \documentclass[uebung]{../../../lecture}
  2. \author{Christian Merten}
  3. \title{Lineare Algebra 1: Übungsblatt Nr. 9}
  4. \usepackage[]{gauss}
  5. \begin{document}
  6. \punkte
  7. \begin{aufgabe}
  8. \begin{enumerate}[(a)]
  9. \item Es seien $f\colon V \to W$ und $g: W \to V$ lineare Abbildungen
  10. zwischen Vektorräumen $V$ und $W$.
  11. Beh.: Es existiert genau dann ein $v \in V \setminus \{0\} $ mit $(g \circ f)(v) = v$, wenn
  12. es ein $w \in W \setminus \{0\} $ gibt mit $(f \circ g)(w) = w$.
  13. \begin{proof}
  14. ,,$\implies$'' Es sei $w \in W$ mit $(f \circ g)(w) = w$. Dann
  15. definiere $v := g(w)$. Wegen $f(g(w)) = f(v) = w$ folgt $g(f(v)) = g(w) = v$.
  16. ,,$\impliedby$'' folgt analog.
  17. \end{proof}
  18. \item Es sei $A \in M_{n,m}(K)$ und $B \in M_{m,n}(K)$.
  19. Beh.: $E_n - AB$ invertierbar $\iff$ $E_m - BA$ invertierbar.
  20. \begin{proof}
  21. ,,$\implies$'' Es seien $a\colon K^{m} \to K^{n}$ und $b\colon K^{n} \to K^{m}$ die
  22. zu $A$ und $B$ gehörigen Abbildungen.
  23. Da $E_{n} - AB$ invertierbar, folgt $id_{K^{n}} - a \circ b$ ist Automorphismus.
  24. Also ist zu zeigen, dass
  25. der Endomorphismus $id_{K^{m}} - b \circ a$ bijektiv ist.
  26. Da $id_{K^{n}} - a \circ b$ bijektiv, insbesondere injektiv ist, folgt
  27. \begin{align*}
  28. &\text{ker}(id_{K^{n}} - a \circ b) = \{0\} \\
  29. \implies & id_{K^{n}}(v) - a(b(v)) \neq 0 \quad \forall v \in V \setminus \{0\} \\
  30. \implies &v \neq a(b(v)) \quad \forall v \in V \setminus \{0\} \quad (*)
  31. \intertext{Sei nun $w \in K^{m}$ mit $id_{K^{m}} - b(a(w)) = 0$.}
  32. \implies & w = b(a(w)) \\
  33. \stackrel{\text{(a) und } * }{\implies} & \forall w \in
  34. K^{m} \setminus \{0\} \colon w \neq (b(a(w)) \\
  35. \implies &w = 0 \\
  36. \implies & \text{ker}(id_{K^{m}} - b \circ a) = \{0\}
  37. .\end{align*}
  38. Damit ist $id_{K^{m}} - b \circ a$ ein injektiver Endomorphismus, also
  39. auch bijektiv, also Automorphismus.\\
  40. $\implies E_m - BA$ invertierbar.
  41. ,,$\impliedby$'' folgt analog.
  42. \end{proof}
  43. \end{enumerate}
  44. \end{aufgabe}
  45. \begin{aufgabe} Es sei $K$ Körper und $A \in M_{n,m}(K)$ und $B \in M_{m,n}(K)$ mit $ABA = A$.
  46. \begin{enumerate}[(a)]
  47. \item Beh.: $\text{ker } A = \{x - BAx \mid x \in K^{m}\} $
  48. \begin{proof}
  49. Zz.: $\text{ker } A \subset \{x' - BAx' \mid x' \in K^{m}\} $
  50. Sei $x \in \text{ker } A$, d.h. $Ax = 0$, damit:
  51. \begin{align*}
  52. &x - BAx = x - B\cdot 0 = x \\
  53. \implies & x \in \{x' - BAx' \mid x' \in K^{m}\}
  54. .\end{align*}
  55. Zz.: $\{x - BAx \mid x \in K^{m}\} \subset \text{ker } A$
  56. Sei $r \in K^{m}$, dann $x := r - BAr$. Damit folgt:
  57. \begin{align*}
  58. &Ax = Ar - ABAr \stackrel{ABA=A}{=} Ar - Ar = 0\\
  59. \implies & x \in \text{ker } A
  60. .\end{align*}
  61. \end{proof}
  62. \item Beh.: $Ax = b$ hat eine Lösung $\iff ABb = b$
  63. \begin{proof}
  64. \begin{align*}
  65. & Ax = b \text{ hat eine Lösung} \\
  66. \iff & b \in \text{Bild}(A) \\
  67. \iff & \exists x \in K^{m}\colon Ax = ABAx = AB(Ax) = b \\
  68. \iff & ABb = b
  69. .\end{align*}
  70. \end{proof}
  71. Beh.: $L := \{x \in K^{m} \mid Ax = b\} = \{Bb + x' - BAx' \mid x' \in K^{m}\} $
  72. \begin{proof}
  73. \begin{enumerate}[(i)]
  74. \item Zz.: $L \subset \{Bb + x - BAx \mid x \in K^{m}\} $,
  75. Sei $x \in L$ beliebig, d.h. $Ax = b$. Nun g.z.z
  76. $\exists r \in K^{m}\colon x = Bb + r - BAr$. Wähle $k := x - Bb \in K^{m}$. Damit:
  77. \begin{align*}
  78. &Ak = Ax - ABb \stackrel{ABb = b}{=} b - b = 0 \\
  79. \implies &k \in \text{ker}(A)\\
  80. \stackrel{(a)}{\implies} & \exists r \in K^{m}\colon k = r - BAr. \text{ Fixiere }r \\
  81. \implies & Bb + r - BAr = Bb + k = Bb + x - Bb = x
  82. .\end{align*}
  83. \item Zz.: $\{Bb + x - BAx \mid x \in K^{m}\} \subset L$.
  84. Sei $r \in K^{m}$ beliebig, dann definiere $x := Bb + r - BAr \in K^{m}$.
  85. Nun g.z.z. $Ax = b$.
  86. \begin{align*}
  87. Ax = ABb + Ar - ABAr \stackrel{ABb = b}{=} b + Ar - ABAr
  88. \stackrel{ABA = A}{=} b
  89. .\end{align*}
  90. \end{enumerate}
  91. \end{proof}
  92. \end{enumerate}
  93. \end{aufgabe}
  94. \begin{aufgabe}
  95. \begin{align*}
  96. &\begin{gmatrix}[p]
  97. 1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 1 & 0
  98. \rowops
  99. \add[-1]{0}{2}
  100. \end{gmatrix}
  101. \to
  102. \begin{gmatrix}[p] 1 & 1 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 0
  103. \rowops
  104. \add[-1]{1}{0}
  105. \end{gmatrix}
  106. \to
  107. \begin{pmatrix} 1 & 0 & -1 \\ 0 & 1 & 1 \\ 0 & 0 & 0 \end{pmatrix}
  108. \intertext{$\implies$ Rang 2}
  109. &\begin{gmatrix}[p]
  110. 1 & 1 & 0 \\ 2 & 1 & 1 \\ 1 & 1 & 1
  111. \rowops
  112. \add[-2]{0}{1}
  113. \end{gmatrix}
  114. \to
  115. \begin{gmatrix}[p] 1 & 1 & 0 \\ 0 & -1 & 0 \\ 1 & 1 & 1
  116. \rowops
  117. \add[-1]{0}{2}
  118. \mult{1}{\scriptstyle\cdot-1}
  119. \end{gmatrix}
  120. \to
  121. \begin{gmatrix}[p] 1 & 1 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1
  122. \rowops
  123. \add[-1]{1}{0}
  124. \end{gmatrix}
  125. \to
  126. \begin{gmatrix}[p] 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1
  127. \end{gmatrix}
  128. \intertext{$\implies$ Rang 3}
  129. &\begin{gmatrix}[p]
  130. 1 & 0 & 2 \\ 1 & 1 & 4
  131. \rowops
  132. \add[-1]{0}{1}
  133. \end{gmatrix}
  134. \to
  135. \begin{gmatrix}[p] 1 & 0 & 2 \\ 0 & 1 & 2
  136. \rowops
  137. \end{gmatrix}
  138. \intertext{$\implies$ Rang 2}
  139. &\begin{gmatrix}[p]
  140. 1 & 2 & 1 \\ 2 & 4 & 2
  141. \rowops
  142. \add[-2]{0}{1}
  143. \end{gmatrix}
  144. \to
  145. \begin{gmatrix}[p] 1 & 2 & 1 \\ 0 & 0 & 0
  146. \end{gmatrix}
  147. \intertext{$\implies$ Rang 1 \vspace{2mm}\newline Für $a = 1$ folgt direkt:}
  148. &\begin{gmatrix}[p]
  149. a & 1 & a \\ 1 & a & 1 \\ a & 1 & a
  150. \end{gmatrix}
  151. =
  152. \begin{gmatrix}[p] 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1
  153. \rowops
  154. \add[-1]{0}{1}
  155. \add[-1]{0}{2}
  156. \end{gmatrix}
  157. \to
  158. \begin{gmatrix}[p] 1 & 1 & 1 \\ 0 & 0 & 0 \\ 0 & 0 & 0
  159. \end{gmatrix}
  160. \intertext{$\implies$ Rang 1 \vspace{2mm}\newline Für $a = -1$ folgt}
  161. &\begin{gmatrix}[p]
  162. a & 1 & a \\ 1 & a & 1 \\ a & 1 & a
  163. \end{gmatrix}
  164. =
  165. \begin{gmatrix}[p] -1 & 1 & -1 \\ 1 & -1 & 1 \\ -1 & 1 & -1
  166. \rowops
  167. \add{0}{1}
  168. \add[-1]{0}{2}
  169. \mult{0}{\scriptstyle\cdot -1}
  170. \end{gmatrix}
  171. \to
  172. \begin{gmatrix}[p] 1 & -1 & 1 \\ 0 & 0 & 0 \\ 0 & 0 & 0
  173. \end{gmatrix}
  174. \intertext{$\implies$ Rang 1 \vspace{2mm} \newline
  175. Für $a \neq 1 \land a \neq -1 \implies 1 - a^2 \neq 0$, damit:}
  176. &\begin{gmatrix}[p]
  177. a & 1 & a \\ 1 & a & 1 \\ a & 1 & a
  178. \rowops
  179. \add[-1]{0}{2}
  180. \end{gmatrix}
  181. \to
  182. \begin{gmatrix}[p] a & 1 & a \\ 1 & a & 1 \\ 0 & 0 & 0
  183. \rowops
  184. \swap{0}{1}
  185. \end{gmatrix}
  186. \to
  187. \begin{gmatrix}[p] 1 & a & 1 \\ a & 1 & a \\ 0 & 0 & 0
  188. \rowops
  189. \add[-a]{0}{1}
  190. \end{gmatrix}
  191. \to
  192. \begin{gmatrix}[p] 1 & a & 1 \\ 0 & 1-a^2 & 0 \\ 0 & 0 & 0
  193. \rowops
  194. \mult{1}{\scriptstyle\cdot \frac{1}{1-a^2}}
  195. \end{gmatrix}\\
  196. \to
  197. &\begin{gmatrix}[p] 1 & a & 1 \\ 0 & 1 & 0 \\ 0 & 0 & 0
  198. \rowops
  199. \add[-a]{1}{0}
  200. \end{gmatrix}
  201. \to
  202. \begin{gmatrix}[p]
  203. 1 & 0 & 1 \\ 0 & 1 & 0 \\ 0 & 0 & 0
  204. \end{gmatrix}
  205. \end{align*}
  206. $\implies$ Rang 2
  207. \end{aufgabe}
  208. \begin{aufgabe}
  209. \begin{enumerate}[(a)]
  210. \item Beh.: $\underline{v} = \left( (1,2)^{t}, (0, -1)^{t} \right) $ ist Basis von $\Q^{2}$.
  211. \begin{proof}
  212. Zu zeigen.: $\underline{v}$ ist linear unabhängig
  213. Seien $a, b \in \Q$ mit
  214. \begin{align*}
  215. &a \cdot \binom{1}{2} + b \binom{0}{-1} = 0 \\
  216. \implies & a = 0 \land 2a -b = 0 \implies b = 0
  217. .\end{align*}
  218. $\implies$ $\underline{v}$ ist linear unabhängig und wegen $\text{dim } \Q^{2} = 2$ eine Basis
  219. von $\Q^{2}$.
  220. \end{proof}
  221. Beh.: $\underline{w} = \left( (1,1)^{t}, (3,2)^{t} \right) $ ist Basis von $\Q^{2}$
  222. \begin{proof}
  223. Zu zeigen.: $\underline{v}$ ist linear unabhängig
  224. Seien $a, b \in \Q$ mit
  225. \begin{align*}
  226. &a \cdot \binom{1}{1} + b \binom{3}{2} = 0 \\
  227. \implies & a + 3b = 0 \land a +2b = 0
  228. \implies b = a = 0
  229. .\end{align*}
  230. $\implies$ $\underline{v}$ ist linear unabhängig und wegen $\text{dim } \Q^{2} = 2$ eine Basis
  231. von $\Q^{2}$.
  232. \end{proof}
  233. Beh.:
  234. \[
  235. T = M_{\underline{e}}^{\underline{v}}(\text{id}_V) =
  236. \begin{pmatrix} 1 & 0 \\ 2 & -1 \end{pmatrix}
  237. .\]
  238. \begin{proof}
  239. Zu Überprüfen für die zwei Basisvektoren aus $\underline{v}$.
  240. \begin{enumerate}[(i)]
  241. \item $v_1 = (1,2)^{t}$. $\phi(v_1) = (1,0)^{t}$.
  242. \begin{align*}
  243. \begin{pmatrix} 1 & 0 \\ 2 & -1 \end{pmatrix}
  244. \cdot \begin{pmatrix} 1 \\ 0 \end{pmatrix}
  245. = \begin{pmatrix} 1 \\ 2 \end{pmatrix}
  246. .\end{align*}
  247. \item $v_2 = (0,-1)^{t}$. $\phi(v_2) = (0,1)^{t}$.
  248. \begin{align*}
  249. \begin{pmatrix} 1 & 0 \\ 2 & -1 \end{pmatrix}
  250. \cdot \begin{pmatrix} 0 \\ 1 \end{pmatrix}
  251. = \begin{pmatrix} 0 \\ -1 \end{pmatrix}
  252. .\end{align*}
  253. \end{enumerate}
  254. \end{proof}
  255. Beh.:
  256. \[
  257. T = M_{\underline{e}}^{\underline{w}}(\text{id}_V) =
  258. \begin{pmatrix} 1 & 1 \\ 3 & 2 \end{pmatrix}
  259. .\]
  260. \begin{proof}
  261. Zu Überprüfen für die zwei Basisvektoren aus $\underline{w}$.
  262. \begin{enumerate}[(i)]
  263. \item $w_1 = (1,1)^{t}$. $\phi(w_1) = (1,0)^{t}$.
  264. \begin{align*}
  265. \begin{pmatrix} 1 & 3 \\ 1 & 2 \end{pmatrix}
  266. \cdot \begin{pmatrix} 1 \\ 0 \end{pmatrix}
  267. = \begin{pmatrix} 1 \\ 1 \end{pmatrix}
  268. .\end{align*}
  269. \item $w_2 = (3,2)^{t}$. $\phi(w_2) = (0,1)^{t}$.
  270. \begin{align*}
  271. \begin{pmatrix} 1 & 3 \\ 1 & 2 \end{pmatrix}
  272. \cdot \begin{pmatrix} 0 \\ 1 \end{pmatrix}
  273. = \begin{pmatrix} 3 \\ 2 \end{pmatrix}
  274. .\end{align*}
  275. \end{enumerate}
  276. \end{proof}
  277. \item
  278. \begin{align*}
  279. &\begin{gmatrix}[p]
  280. 1 & 0 \\ 2 & -1
  281. \end{gmatrix}
  282. \begin{gmatrix}[p]
  283. 1 & 0 \\ 0 & 1
  284. \rowops
  285. \add[-2]{0}{1}
  286. \mult{1}{\scriptstyle\cdot -1}
  287. \end{gmatrix}
  288. \to
  289. \begin{gmatrix}[p]
  290. 1 & 0 \\ 0 & 1
  291. \end{gmatrix}
  292. \begin{gmatrix}[p]
  293. 1 & 0 \\ 2 & -1
  294. \end{gmatrix}
  295. \intertext{$\implies T = \left(M_{\underline{e}}^{\underline{v}}\right)^{-1} =
  296. \begin{pmatrix} 1 & 0 \\ 2 & -1 \end{pmatrix}$ }
  297. &\begin{gmatrix}[p]
  298. 1 & 3 \\ 1 & 2
  299. \end{gmatrix}
  300. \begin{gmatrix}[p]
  301. 1 & 0 \\ 0 & 1
  302. \rowops
  303. \add[-1]{0}{1}
  304. \mult{1}{\scriptstyle\cdot -1}
  305. \end{gmatrix}
  306. \to
  307. \begin{gmatrix}[p]
  308. 1 & 3 \\ 0 & 1
  309. \end{gmatrix}
  310. \begin{gmatrix}[p]
  311. 1 & 0 \\ 1 & -1
  312. \rowops
  313. \add[-3]{1}{0}
  314. \end{gmatrix}
  315. \to
  316. \begin{gmatrix}[p]
  317. 1 & 0 \\ 0 & 1
  318. \end{gmatrix}
  319. \begin{gmatrix}[p]
  320. -2 & 3 \\ 1 & -1
  321. \end{gmatrix}
  322. .\end{align*}
  323. $\implies S = \left(M_{\underline{e}}^{\underline{w}}\right)^{-1} =
  324. \begin{pmatrix} -2 & 3 \\ 1 & -1 \end{pmatrix}$
  325. \item $M_{\underline{e}}^{\underline{e}}(f) = \begin{pmatrix} 1 & 2 \\ -1 & -1 \end{pmatrix} $
  326. durch ablesen, die restlichen Matrizen ergeben sich durch Multiplikation:
  327. \begin{align*}
  328. &M_{\underline{v}}^{\underline{v}}(f)
  329. = M_{\underline{v}}^{\underline{e}}(\text{id}_V) \cdot M_{\underline{e}}^{\underline{e}}(f)
  330. \cdot M_{\underline{e}}^{\underline{v}}(\text{id}_V)
  331. = \begin{pmatrix} 5 & -2 \\ -3 & 1 \end{pmatrix} \\
  332. &M_{\underline{w}}^{\underline{w}}(f)
  333. = M_{\underline{w}}^{\underline{e}}(\text{id}_V) \cdot M_{\underline{e}}^{\underline{e}}(f)
  334. \cdot M_{\underline{e}}^{\underline{w}}(\text{id}_V)
  335. = \begin{pmatrix} -12 & -29 \\ 5 & 12 \end{pmatrix} \\
  336. &M_{\underline{v}}^{\underline{w}}(\text{id}_{V})
  337. = M_{\underline{v}}^{\underline{e}}(\text{id}_V)
  338. \cdot M_{\underline{e}}^{\underline{w}}(\text{id}_V)
  339. = \begin{pmatrix} 1 & 3 \\ 1 & 4 \end{pmatrix}
  340. .\end{align*}
  341. \item
  342. \begin{align*}
  343. AC - CB = M_{\underline{v}}^{\underline{v}}(f)
  344. \cdot M_{\underline{v}}^{\underline{w}}(\text{id}_V)
  345. - M_{\underline{v}}^{\underline{w}}(\text{id}_V)
  346. \cdot M_{\underline{w}}^{\underline{w}}(f)
  347. = M_{\underline{v}}^{\underline{w}}(f)
  348. - M_{\underline{v}}^{\underline{w}}(f)
  349. = 0
  350. .\end{align*}
  351. \end{enumerate}
  352. \end{aufgabe}
  353. \end{document}