Aktuelles PDF gibt's auch hier: https://flavigny.de/lecture/pdf/analysis2 zum bequemeren Lesen.
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.

180 lignes
12KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \newcommand{\K}{\mathbb{K}}
  4. \section{Lineare Abbildungen auf dem \texorpdfstring{$K^{n}$}{K\unichar{"207F}}}
  5. \begin{definition}[Lineare Abbildung]
  6. Eine lineare Abbildung $\varphi: \K^n \to \K^m$ heißt linear, falls $\forall \alpha, \beta \in \K$ gilt $$\varphi (\alpha x + \beta y) = \alpha \varphi(x) + \beta \varphi(y)\qquad\forall x,y \in \K^n$$
  7. \end{definition}
  8. \begin{bem}
  9. Eine lineare Abbildung läßt sich als Matrix darstellen. Betrachte $x\in \K^n$ und euklidische/kartesische Basis $e^{(i)},\; i = 1,\dots n$. Dann $\exists !$ Darstellung von $x$ bezüglich der Basis
  10. $$x = \sum_{i = 1}^{n}x_i\cdot e^{(i)}.$$
  11. Die Koeffizienten $x_i, i = 1, \dots n$ sind Koordinaten. Wir definieren Koordinatenvektor $\hat x = \begin{pmatrix}
  12. x_1\\\vdots\\x_n
  13. \end{pmatrix}$. Dann ist $$\varphi(x) = \varphi\left(\sum_{i = 1}^{n}x_i\cdot e^{(i)}\right) = \sum_{i = 1}^{n}x_i \cdot \varphi\left(e^{(i)}\right).$$
  14. $\varphi(x)$ hat auch eine (eindeutige) Darstellung bzgl. Basis in $\K^m$.
  15. $$\varphi(x) = \sum_{j = 1}^{m} \underbrace{\varphi_j(x)}_{*} \cdot e^{(j)} = \sum_{j = 1}^{m}\underbrace{\left(\sum_{i = 1}^{n}x_i\overbrace{\varphi_j\left(e^{(i)}\right)}^{a_{ji}}\right)}_{= \varphi_j(x)} \cdot e^{(j)}$$
  16. \begin{center}
  17. (*) Koordinaten von $\varphi_j(x)$ bzgl. Basis $e^{(j)}, j = 1, \dots, m$
  18. \end{center}
  19. Dabei sind die $\varphi_j(x)$ Koordinaten und der Koordinatenvektor ist $\hat\varphi(x) = \begin{pmatrix}
  20. \varphi_1(x)\\
  21. \dots\\
  22. \varphi_m(x)
  23. \end{pmatrix}$. Dann erhalten wir eine Matrix
  24. $$\begin{pmatrix}
  25. \varphi_1\left(e^{(1)}\right) & \dots & \varphi_1\left(e^{(n)}\right)\\
  26. &\vdots & & \vdots\\
  27. \varphi_m\left(e^{(1)}\right) & \dots & \varphi_m\left(e^{(n)}\right)
  28. \end{pmatrix} = \begin{pmatrix}
  29. a_{11} & \dots & a_{1n}\\
  30. \vdots & & \vdots \\
  31. a_{m1} & \dots & a_{mn}
  32. \end{pmatrix} = A \in \K ^{m\times n}$$
  33. Für einen Koordinatenvektor bezüglich Basis $e^{(j)}$ gilt $$\varphi(x) = \left(A\hat x\right)_j = \sum_{i = 1}^{n}a_{ij} x_i, \qquad j = 1, \dots, m$$
  34. Die lineare Abbildung $\varphi: \K^n \to \K^m$ lässt sich bezüglich festgelegter Basen von $\K^n$ und $\K^m$ eindeutig durch die Matrix $A\in K^{m\times n}$ beschreiben.
  35. $$\hat \varphi(x) = A\hat x, \qquad x\in \K^n$$
  36. Im folgenden wird der Punkt $x$ mit seiner speziellen kartesischen Darstellung $\hat x$ identifiziert.
  37. Konvention: $A\in \K^{m\times n}$
  38. \begin{itemize}
  39. \item Anzahl an Zeilen $m =$ Dimension des Bildraums $\K^m$
  40. \item Anzahl an Spalten $n =$ Dimension des Urbildraums $\K^n$
  41. \end{itemize}
  42. Falls $m =n$ definiert $A\in K^{n\times n}$ eine lineare Abbildung in $\K^n$.
  43. \end{bem}
  44. \begin{lemma}[Lineare Abbildungen in $\K^n$]
  45. Sei $A = (a_{ij})_{i,j=1}^n \in \K^{n\times n}$. Dann sind die folgenden Aussagen äquivalent.
  46. \begin{enumerate}
  47. \item $A$ ist regulär
  48. \item $Ax = b$ ist eindeutig lösbar $\forall b\in \K^n$ (Bijektivität der linearen Abbildung)
  49. \item $Ax = 0$ hat nur eine Lösung $x = 0$ (Injektivität)
  50. \item $Ax = b$ ist $\forall b \in \K^n$ lösbar (Surjektivität)
  51. \item Rang$(A) = n$
  52. \item $\det (A) \neq 0$
  53. \item Alle Eigenwerte $\lambda \in \C$ von $A$ sind ungleich Null
  54. \item Die (komplex) transponierte Matrix $\bar{A}^T$ ist regulär.
  55. \end{enumerate}
  56. \end{lemma}
  57. Weitere Begriffe und Eigenschaften
  58. \begin{itemize}
  59. \item $A, A' \in \K^{n\times n}$ sind \textbf{identisch} $(a_{ij} = a_{ij}' \ \forall i, j) \Leftrightarrow Ax = A'x \ \forall x \in \K^n$
  60. \item $A, A' \in \K^{n\times n}$ sind \textbf{ähnlich}, wenn $\exists T \in \K^{n\times n}$ regulär, sodass $$A' = T^{-1} AT$$
  61. Übergang $A \to A'$ heißt Ähnlichkeitstransformation und es gilt für $z \in \C$
  62. \begin{align*}
  63. \underbrace{\det(A' - z \mathbb{I})}_{\overset{\text{\footnotesize Charakt. Polynom für $A'$}}{\text{\footnotesize Nullstellen $=$ EW von $A'$}}}
  64. &= \det\left(T^{-1}AT - z \underbrace{T^{-1}T}_{= \mathbb{I}}\right)\\
  65. &= \det(T^{-1}(A- z \mathbb{I})T)\\
  66. &\stackrel{\det(AB) = \det(A)\det(B)}{=}\qquad \qquad \det(T^{-1}) \det(A - z \mathbb{I})\det(T)\\
  67. &\stackrel{\det(T^{-1})\det(T) = 1 = \det(\mathbb{I}))}{=} \qquad \qquad \underbrace{\det(A - z \mathbb{I})}_{\mathclap{\text{char. Pol. von $A$}}}
  68. \end{align*}
  69. Ähnliche Matrizen haben also die gleichen Eigenwerte, aber im Allgemeinen unterschiedliche Eigenvektoren.
  70. \item $n \times n$ Matrizen $A\in \K^{m\times n}$ bilden einen Vektorraum.
  71. \begin{itemize}
  72. \item \textbf{Konvergenz} von Folgen von Matrizen ist komponentenweise Konvergenz
  73. $$A^{(k)} \to A, k \to \infty \Leftrightarrow a_{ij}^{(k)} \overset{k \to \infty}{\to} a_{ij}\ \forall i = 1, \dots, m, \forall j = 1, \dots n$$
  74. \end{itemize}
  75. \item Sei $\Vert \cdot \Vert$ eine beliebige Norm auf $\K^n$. Dann
  76. $$\norm{A} \coloneqq \sup\limits_{x \in \K^n\setminus \{0\}} \frac{\norm{Ax}}{\norm{x}} = \sup\limits_{x\in \K ^n} \norm{Ax}\; \text{für}\; \norm{x} = 1$$ ist die von $\norm{\cdot}$ in $\K^n$ erzeugte natürliche \textbf{Matrixnorm}
  77. \begin{itemize}
  78. \item Für natürliche Matrixnorm gilt notwendig $\norm{\mathbb{I}} = 1$
  79. \item Natürliche Matrixnorm ist \underline{verträglich} mit $\norm{\cdot}$, d.h. für $A\in K^{n\times n}$ ist $\norm{Ax} \leq \norm{A}\cdot \norm{x}, x\in \K^n$
  80. \item und \underline{submultiplikativ}, d.h.
  81. $\norm{AB} \leq \norm{A}\norm{B}$ für $A, B \in \K^{n\times n}$
  82. \end{itemize}
  83. \end{itemize}
  84. \begin{bsp}
  85. $\norm{A}_F = \left(\sum_{j, k = 1}^{n}|a_{jk}|^2 \right)^{\frac{1}{2}}$ heißt \textbf{Frobenius}-Norm. Sie ist verträglich mit $\norm{\cdot}_2$ in $\K^n$ und submultiplikativ, aber keine natürliche Matrixnorm, weil $\norm{\mathbb{I}}_F = \sqrt{n} \neq 1$ für $n \geq 2$.
  86. \end{bsp}
  87. \begin{lemma}[Natürliche Matrixnormen]
  88. Die natürliche Matrixnormen zu $\norm{\cdot}_\infty$ ($\ell_\infty$ / Maximumnorm) und $\norm{\cdot}_1$ ($\ell_1$-Norm) in $\K^n$ sind
  89. $$\norm{A}_\infty \coloneqq \max\limits_{1 \leq i \leq n} \sum_{j = 1}^{n}|a_{ij}|\qquad \text{Maximale Zeilen-Summen-Norm}$$
  90. $$\norm{A}_\infty \coloneqq \max\limits_{1 \leq j \leq n} \sum_{i = 1}^{n}|a_{ij}|\qquad \text{Maximale Spalten-Summen-Norm}$$
  91. \end{lemma}
  92. \begin{proof}
  93. \begin{enumerate}
  94. \item Matrixnorm $\norm{\cdot}_\infty$ ist eine Norm (d.h. erfüllt Normeigenschaften (N1), (N2) und (N3))
  95. \item Z.z. Verträglichkeit
  96. $$\norm{Ax}_\infty\! = \max\limits_{1 \leq i \leq n} \left| \sum_{j = 1}^{n}a_{ij}x_j\right| \leq \max\limits_{1 \leq i \leq n}\left(\sum_{j = 1}^{n}|a_{ij}| \cdot |x_j|\right)\! \leq \norm{x}_\infty \cdot \max_{1\leq i \leq n} \sum_{j = 1}^{n} |a_{ij}| = \norm{x}_\infty \cdot \norm{A}_\infty$$
  97. $\implies$ Verträglichkeit mit $\norm{\cdot}_\infty$
  98. \item Z.Z. $\norm{A}_\infty = \sup\limits_{\norm{x}_\infty = 1} \norm{Ax}_\infty$
  99. $$\norm{Ax}_\infty = 0 \implies A = 0\implies \norm{A}_\infty = 0 = \sup\limits_{\norm{x}_\infty = 1} \norm{Ax}_\infty$$
  100. Sei $A \neq 0$, dann $\norm{A}_\infty > 0$ (Definitheit von Normen). Sei $$\norm{A}_\infty = \max\limits_{1\leq i\leq n} \sum_{j = 1}^{n}|a_{ij}| = \sum_{j = 1}^{n}|a_{mj}|\text{ für ein }m\in \{1, \dots, n\}.$$ Setze $z_j = \frac{|a_{mj}|}{a_{mj}}$, falls $a_{mj} \neq 0$ und sonst $z_j = 0$. ($z_j = \operatorname{sign}(a_{mj})$). Für $z = \begin{pmatrix}
  101. z_1 \\ \vdots \\ z_n
  102. \end{pmatrix}$ gilt dann $\norm{z}_\infty = 1$ und $$(Az)_m = \sum_{j = 1}^{n}a_{mj}z_j = \sum_{j = 1}^{n}|a_{mj}| = \norm{A}_\infty.$$ Es folgt
  103. $$\norm{A}_\infty = (Az)_m \leq \norm{Az}_\infty \leq \sup\limits_{\norm{y}_\infty = 1} \norm{Ay}_\infty \leq \sup\limits_{\norm{y}_\infty = 1} \norm{A}_\infty \cdot \underbrace{\norm{y}_\infty}_{=1} = \norm{A}_\infty$$
  104. $$\implies \norm{A}_\infty = \sup\limits_{\norm{y}_\infty = 1} \norm{Ay}_\infty$$
  105. \end{enumerate}
  106. Beweis für $\ell_1$ analog.
  107. \end{proof}
  108. \begin{definition}
  109. \begin{enumerate}
  110. \item Eigenwerte $\lambda \in \K$ einer Matrix $A\in \K^{n\times n} = $ Nullstellen des charakteristischen Polynoms
  111. $$p(\lambda) = \det(A - \lambda \mathbb{I})$$
  112. \item $\sigma(A) = \{\lambda \ |\ \lambda\text{ Eigenwert von } A\}$ heißt \textbf{Spektrum} von $A$.
  113. \item $\forall \lambda \in \sigma(A)\ \exists \text{ Eigenvektor } w\in \K^n\setminus\{0\}:$
  114. $$A w = \lambda w$$
  115. Die Eigenvektoren zu $\lambda$ bilden einen Vektorraum, den \textbf{Eigenraum} zu $\lambda$ mit Dimension = \textbf{geometrische Vielfachheit} von $\lambda$.
  116. \item Abschätzung der Eigenwerte: Sei $\lambda \in \sigma(A)$ und $w$ ein Eigenvektor zu $\lambda$ mit $\norm{w} = 1$.
  117. Dann $|\lambda| = |\lambda| \cdot \norm{w} = \norm{\lambda w} = \norm{Aw} \underset{\text{Verträglichkeit}}{\leq} \norm{A}\cdot \norm{w} = \norm{A} \implies |\lambda| \leq \norm{A}$
  118. \item $A$ heißt \textbf{hermitesch}, falls gilt
  119. $$A = \bar{A}^T\quad (a_{ij} = \overline{a_{ji}})$$
  120. Reelle hermitesche Matrizen heißen \textbf{symmetrisch}. Für das Skalarproukt gilt
  121. $$A = \bar{A}^T \Leftrightarrow (Ax, y)_2 = (x, Ay)_2 \ \forall x, y \in \K^n$$
  122. Hermitesche Matrizen sind diagonalisierbar = ähnlich zu einer Diagonalmatrix, alle Eigenwerte einer hermiteschen Matrix sind reell. $\exists$ eine orthonormale Basis aus Eigenvektoren.
  123. \item $A\in \K^{n\times n}$ heißt \textbf{positiv definit}, wenn gilt $(Ax, x)_2 \in \R$, $(Ax, x)_2 > 0 \ \forall x \in \K^n\setminus\{0\}$. Eine hermitesche Matrix ist positiv definit $\Leftrightarrow$ alle Eigenwerte sind positiv.
  124. \item $\norm{\cdot}_2$ ($\ell_2$-Norm) im $\K^n$ erzeugt eine natürliche \textbf{Matrixnorm (Spektralnorm)} $\norm{\cdot}_2$
  125. \end{enumerate}
  126. \end{definition}
  127. \begin{lemma}[Spektralnorm]
  128. Sei $A \in \K^{n\times n}$. Dann ist $\bar{A}^TA \in \K^{n\times n}$ hermitesch und positiv semidefinit. Für die Spektralnorm gilt
  129. $$\norm{A}_2 = \max \left\{\sqrt{|\lambda|}, \lambda \in \sigma(\bar{A}^TA)\right\}$$
  130. Sei $A$ hermitesch, bzw. symmetrisch, dann gilt $\norm{A}_2 = \max\{\sqrt{|\lambda|}, \lambda\in \sigma(A)\}$
  131. \end{lemma}
  132. \begin{proof}
  133. später
  134. \end{proof}
  135. \begin{definition}[orthonormale/unitäre Matrizen]
  136. Eine Matrix $Q\in \K^{m\times n}$ heißt \textbf{orthonormal}, wenn ihre Spaltenvektoren ein Orthonormalsystem im $\K^m$ bilden, d.h.
  137. $$Q = (q_1, \dots, q_n)\qquad q_j \in \K^m$$
  138. $$(q_i, q_j)_2 = \sum_{k = 1}^{m} q_{ik}\cdot \overline{q_{kj}} = \begin{cases}
  139. 1, &i =j\\
  140. 0, &\text{sonst}
  141. \end{cases}$$
  142. Falls $m =n$ heißt $Q$ unitär.
  143. \end{definition}
  144. \begin{lemma}
  145. Sei $Q\in \K^{n\times n}$ unitär. Dann ist $Q$ regulär, $Q^{-1} = \overline{Q}^T$ und $(Qx, Qy)_2 = (x,y)_2,\; x,y\in \K^n$
  146. $$\norm{Qx}_2 = \norm{x}_2, \; x\in \K^n$$
  147. d.h. euklidisches Skalarproukt und euklidische Norm sind invariant unter unitären Transformationen und folglich $\norm{Q}_2 = \norm{Q^{-1}}_2 = 1$
  148. \end{lemma}
  149. \begin{proof}
  150. \begin{enumerate}
  151. \item Z.Z. $Q^{-1} = \overline{Q}^T$\\
  152. Sei $Q = (q_1, \dots, q_n), \overline{Q}^T = \begin{pmatrix}
  153. \overline{q}_1^T\\
  154. \vdots\\
  155. \overline{q}_n^T
  156. \end{pmatrix}$. Dann gilt
  157. $$\overline{Q}^T \cdot Q = \begin{pmatrix}
  158. \overline{q}_1^T \cdot q_1 & \dots & \overline{q}_1^T \cdot q_n\\
  159. \vdots & \ddots & \vdots\\
  160. \overline{q}_n^T \cdot q_1 & \dots & \overline{q}_n^T \cdot q_n
  161. \end{pmatrix} \overset{Q \text{ unitär}}{=} \begin{pmatrix}
  162. 1 & & 0\\
  163. & \ddots & \\
  164. 0 & & 1
  165. \end{pmatrix}$$
  166. \item \begin{align*}
  167. (Qx, Qy)_2 &= (x, \overline{Q}^TQ y)_2 = (x,y)_2\\
  168. \norm{Qx}_2^2 &= (Qx, Qx)_2 = (x,x)_2 = \norm{x}_2^2\\
  169. \norm{Q}_2 &= \sup\limits_{\norm{x}_2 =1} \norm{Qx}_2 = \sup\limits_{\norm{x}_2 =1} \norm{x}_2 = 1\\
  170. \norm{Q^{-1}}_2 &= \sup\limits_{\norm{x}_2 =1} \norm{Q^{-1}x}_2 = \sup\limits_{\norm{x}_2 =1} \norm{\overline{Q}Q^{-1}x}_2 = \sup\limits_{\norm{x}_2 =1} \norm{x}_2 = 1
  171. \end{align*}
  172. \end{enumerate}
  173. \end{proof}
  174. \end{document}