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.

379 líneas
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 \vspace{2mm}\newline Für $a = 1$ folgt direkt:}
  143. &\begin{gmatrix}[p]
  144. a & 1 & a \\ 1 & a & 1 \\ a & 1 & a
  145. \end{gmatrix}
  146. =
  147. \begin{gmatrix}[p] 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1
  148. \rowops
  149. \add[-1]{0}{1}
  150. \add[-1]{0}{2}
  151. \end{gmatrix}
  152. \to
  153. \begin{gmatrix}[p] 1 & 1 & 1 \\ 0 & 0 & 0 \\ 0 & 0 & 0
  154. \end{gmatrix}
  155. \intertext{$\implies$ Rang 1 \vspace{2mm}\newline Für $a = -1$ folgt}
  156. &\begin{gmatrix}[p]
  157. a & 1 & a \\ 1 & a & 1 \\ a & 1 & a
  158. \end{gmatrix}
  159. =
  160. \begin{gmatrix}[p] -1 & 1 & -1 \\ 1 & -1 & 1 \\ -1 & 1 & -1
  161. \rowops
  162. \add{0}{1}
  163. \add[-1]{0}{2}
  164. \mult{0}{\scriptstyle\cdot -1}
  165. \end{gmatrix}
  166. \to
  167. \begin{gmatrix}[p] 1 & -1 & 1 \\ 0 & 0 & 0 \\ 0 & 0 & 0
  168. \end{gmatrix}
  169. \intertext{$\implies$ Rang 0 \vspace{2mm} \newline
  170. Für $a \neq 1 \land a \neq -1 \implies 1 - a^2 \neq 0$, damit:}
  171. &\begin{gmatrix}[p]
  172. a & 1 & a \\ 1 & a & 1 \\ a & 1 & a
  173. \rowops
  174. \add[-1]{0}{2}
  175. \end{gmatrix}
  176. \to
  177. \begin{gmatrix}[p] a & 1 & a \\ 1 & a & 1 \\ 0 & 0 & 0
  178. \rowops
  179. \swap{0}{1}
  180. \end{gmatrix}
  181. \to
  182. \begin{gmatrix}[p] 1 & a & 1 \\ a & 1 & a \\ 0 & 0 & 0
  183. \rowops
  184. \add[-a]{0}{1}
  185. \end{gmatrix}
  186. \to
  187. \begin{gmatrix}[p] 1 & a & 1 \\ 0 & 1-a^2 & 0 \\ 0 & 0 & 0
  188. \rowops
  189. \mult{1}{\scriptstyle\cdot \frac{1}{1-a^2}}
  190. \end{gmatrix}\\
  191. \to
  192. &\begin{gmatrix}[p] 1 & a & 1 \\ 0 & 1 & 0 \\ 0 & 0 & 0
  193. \rowops
  194. \add[-a]{1}{0}
  195. \end{gmatrix}
  196. \to
  197. \begin{gmatrix}[p]
  198. 1 & 0 & 1 \\ 0 & 1 & 0 \\ 0 & 0 & 0
  199. \end{gmatrix}
  200. \end{align*}
  201. $\implies$ Rang 2
  202. \end{aufgabe}
  203. \begin{aufgabe}
  204. \begin{enumerate}[(a)]
  205. \item Beh.: $\underline{v} = \left( (1,2)^{t}, (0, -1)^{t} \right) $ ist Basis von $\Q^{2}$.
  206. \begin{proof}
  207. Zu zeigen.: $\underline{v}$ ist linear unabhängig
  208. Seien $a, b \in \Q$ mit
  209. \begin{align*}
  210. &a \cdot \binom{1}{2} + b \binom{0}{-1} = 0 \\
  211. \implies & a = 0 \land 2a -b = 0 \implies b = 0
  212. .\end{align*}
  213. $\implies$ $\underline{v}$ ist linear unabhängig wegen $\text{dim } \Q^{2} = 2$ eine Basis
  214. von $\Q^{2}$.
  215. \end{proof}
  216. Beh.: $\underline{w} = \left( (1,1)^{t}, (3,2)^{t} \right) $ ist Basis von $\Q^{2}$
  217. \begin{proof}
  218. Zu zeigen.: $\underline{v}$ ist linear unabhängig
  219. Seien $a, b \in \Q$ mit
  220. \begin{align*}
  221. &a \cdot \binom{1}{1} + b \binom{3}{2} = 0 \\
  222. \implies & a + 3b = 0 \land a +2b = 0
  223. \implies b = a = 0
  224. .\end{align*}
  225. $\implies$ $\underline{v}$ ist linear unabhängig wegen $\text{dim } \Q^{2} = 2$ eine Basis
  226. von $\Q^{2}$.
  227. \end{proof}
  228. Beh.:
  229. \[
  230. T = M_{\underline{e}}^{\underline{v}}(\text{id}_V) =
  231. \begin{pmatrix} 1 & 2 \\ 0 & -1 \end{pmatrix}
  232. .\]
  233. \begin{proof}
  234. Zu Überprüfen für die zwei Basisvektoren aus $\underline{v}$.
  235. \begin{enumerate}[(i)]
  236. \item $v_1 = (1,2)^{t}$. $\phi(v_1) = (1,0)^{t}$.
  237. \begin{align*}
  238. \begin{pmatrix} 1 & 2 \\ 0 & -1 \end{pmatrix}
  239. \cdot \begin{pmatrix} 1 \\ 0 \end{pmatrix}
  240. = \begin{pmatrix} 1 \\ 2 \end{pmatrix}
  241. .\end{align*}
  242. \item $v_2 = (0,-1)^{t}$. $\phi(v_2) = (0,1)^{t}$.
  243. \begin{align*}
  244. \begin{pmatrix} 1 & 2 \\ 0 & -1 \end{pmatrix}
  245. \cdot \begin{pmatrix} 0 \\ 1 \end{pmatrix}
  246. = \begin{pmatrix} 0 \\ -1 \end{pmatrix}
  247. .\end{align*}
  248. \end{enumerate}
  249. \end{proof}
  250. Beh.:
  251. \[
  252. T = M_{\underline{e}}^{\underline{w}}(\text{id}_V) =
  253. \begin{pmatrix} 1 & 1 \\ 3 & 2 \end{pmatrix}
  254. .\]
  255. \begin{proof}
  256. Zu Überprüfen für die zwei Basisvektoren aus $\underline{w}$.
  257. \begin{enumerate}[(i)]
  258. \item $w_1 = (1,1)^{t}$. $\phi(w_1) = (1,0)^{t}$.
  259. \begin{align*}
  260. \begin{pmatrix} 1 & 3 \\ 1 & 2 \end{pmatrix}
  261. \cdot \begin{pmatrix} 1 \\ 0 \end{pmatrix}
  262. = \begin{pmatrix} 1 \\ 1 \end{pmatrix}
  263. .\end{align*}
  264. \item $w_2 = (3,2)^{t}$. $\phi(w_2) = (0,1)^{t}$.
  265. \begin{align*}
  266. \begin{pmatrix} 1 & 3 \\ 1 & 2 \end{pmatrix}
  267. \cdot \begin{pmatrix} 0 \\ 1 \end{pmatrix}
  268. = \begin{pmatrix} 3 \\ 2 \end{pmatrix}
  269. .\end{align*}
  270. \end{enumerate}
  271. \end{proof}
  272. \item
  273. \begin{align*}
  274. &\begin{gmatrix}[p]
  275. 1 & 0 \\ 2 & -1
  276. \end{gmatrix}
  277. \begin{gmatrix}[p]
  278. 1 & 0 \\ 0 & 1
  279. \rowops
  280. \add[-2]{0}{1}
  281. \mult{1}{\scriptstyle\cdot -1}
  282. \end{gmatrix}
  283. \to
  284. \begin{gmatrix}[p]
  285. 1 & 0 \\ 0 & 1
  286. \end{gmatrix}
  287. \begin{gmatrix}[p]
  288. 1 & 0 \\ 2 & -1
  289. \end{gmatrix}
  290. \intertext{$\implies T = \left(M_{\underline{e}}^{\underline{v}}\right)^{-1} =
  291. \begin{pmatrix} 1 & 0 \\ 2 & -1 \end{pmatrix}$ }
  292. &\begin{gmatrix}[p]
  293. 1 & 3 \\ 1 & 2
  294. \end{gmatrix}
  295. \begin{gmatrix}[p]
  296. 1 & 0 \\ 0 & 1
  297. \rowops
  298. \add[-1]{0}{1}
  299. \mult{1}{\scriptstyle\cdot -1}
  300. \end{gmatrix}
  301. \to
  302. \begin{gmatrix}[p]
  303. 1 & 3 \\ 0 & 1
  304. \end{gmatrix}
  305. \begin{gmatrix}[p]
  306. 1 & 0 \\ 1 & -1
  307. \rowops
  308. \add[-3]{1}{0}
  309. \end{gmatrix}
  310. \to
  311. \begin{gmatrix}[p]
  312. 1 & 0 \\ 0 & 1
  313. \end{gmatrix}
  314. \begin{gmatrix}[p]
  315. -2 & 3 \\ 1 & -1
  316. \end{gmatrix}
  317. .\end{align*}
  318. $\implies S = \left(M_{\underline{e}}^{\underline{w}}\right)^{-1} =
  319. \begin{pmatrix} -2 & 3 \\ 1 & -1 \end{pmatrix}$
  320. \item $M_{\underline{e}}^{\underline{e}}(f) = \begin{pmatrix} 1 & 2 \\ -1 & -1 \end{pmatrix} $
  321. durch ablesen, die restlichen Matrizen ergeben sich durch Multiplikation:
  322. \begin{align*}
  323. &M_{\underline{v}}^{\underline{v}}(f)
  324. = M_{\underline{v}}^{\underline{e}}(\text{id}_V) \cdot M_{\underline{e}}^{\underline{e}}(f)
  325. \cdot M_{\underline{e}}^{\underline{v}}(\text{id}_V)
  326. = \begin{pmatrix} 5 & -2 \\ -3 & 1 \end{pmatrix} \\
  327. &M_{\underline{w}}^{\underline{w}}(f)
  328. = M_{\underline{w}}^{\underline{e}}(\text{id}_V) \cdot M_{\underline{e}}^{\underline{e}}(f)
  329. \cdot M_{\underline{e}}^{\underline{w}}(\text{id}_V)
  330. = \begin{pmatrix} -12 & -29 \\ 5 & 12 \end{pmatrix} \\
  331. &M_{\underline{v}}^{\underline{w}}(\text{id}_{V})
  332. = M_{\underline{v}}^{\underline{e}}(\text{id}_V)
  333. \cdot M_{\underline{e}}^{\underline{w}}(\text{id}_V)
  334. = \begin{pmatrix} 1 & 3 \\ 1 & 4 \end{pmatrix}
  335. .\end{align*}
  336. \item
  337. \begin{align*}
  338. AC - CB = M_{\underline{v}}^{\underline{v}}(f)
  339. \cdot M_{\underline{v}}^{\underline{w}}(\text{id}_V)
  340. - M_{\underline{v}}^{\underline{w}}(\text{id}_V)
  341. \cdot M_{\underline{w}}^{\underline{w}}(f)
  342. = M_{\underline{v}}^{\underline{w}}(f)
  343. - M_{\underline{v}}^{\underline{w}}(f)
  344. = 0
  345. .\end{align*}
  346. \end{enumerate}
  347. \end{aufgabe}
  348. \end{document}