Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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