Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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