+1 Daumen
3,1k Aufrufe

Aufgabe:

Sei K K ein Körper.

a) Zeigen Sie, dass jeder Untervektorraum UKn U \subset K^{n} Lösungsmenge eines homogenen linearen Gleichungssystems über K K ist.

b) (i) Sei AMat(m×n,K). A \in \operatorname{Mat}(m \times n, K) . Zeigen Sie, dass die Menge aller yMat(m×1,K), y \in \operatorname{Mat}(m \times 1, K), für die das lineare Gleichungssystem Ax=y A x=y über K K lösbar ist, ein Unterraum UA U_{A} von Mat(m×1,K) \operatorname{Mat}(m \times 1, K) ist.

b) (ii) Bestimmen Sie im Fall K=R K=\mathbb{R} und
A=(121211051) A=\left(\begin{array}{rrr} {1} & {-2} & {1} \\ {2} & {1} & {1} \\ {0} & {5} & {-1} \end{array}\right)
eine Basis von UA U_{A}

Avatar von

1 Antwort

0 Daumen

Antwort mit KI erzeugt

Aufgabe a:

Sei UKn U \subseteq K^n ein Untervektorraum. Wir müssen zeigen, dass U U die Lösungsmenge eines homogenen linearen Gleichungssystems ist. Ein homogenes lineares Gleichungssystem kann in der Form Ax=0 A \mathbf{x} = \mathbf{0} geschrieben werden, wobei A A eine Matrix ist und 0 \mathbf{0} der Nullvektor.

Ein Untervektorraum U U ist durch eine Reihe von Vektoren spannbar, sagen wir {u1,u2,,uk}\{ \mathbf{u}_1, \mathbf{u}_2, \ldots, \mathbf{u}_k \}. Jeder Vektor ui\mathbf{u}_i in U U muss die Bedingung Aui=0 A \mathbf{u}_i = \mathbf{0} erfüllen, falls uiU\mathbf{u}_i \in U ist. Wir wollen Matrix A A so konstruieren, dass genau die Vektoren die Gleichung Ax=0 A \mathbf{x} = \mathbf{0} erfüllen, die in U U liegen.

Betrachte nun U U^\perp , den orthogonalen Komplement von U U in Kn K^n , d.h., U U^\perp besteht aus allen Vektoren aKn\mathbf{a} \in K^n , so dass aTu=0\mathbf{a}^T \mathbf{u} = 0 für alle uU\mathbf{u} \in U . Wähle eine Basis {a1,a2,,ank}\{ \mathbf{a}_1, \mathbf{a}_2, \ldots, \mathbf{a}_{n-k} \} von U U^\perp , so ist die Matrix A A gegeben durch:

A=(a1Ta2TankT) A = \begin{pmatrix} \mathbf{a}_1^T \\ \mathbf{a}_2^T \\ \vdots \\ \mathbf{a}_{n-k}^T \end{pmatrix}

Diese Matrix A A hat die Eigenschaft, dass Ax=0 A \mathbf{x} = 0 für alle xU\mathbf{x} \in U. Da x\mathbf{x} genau dann in U U liegt, wenn aiTx=0 \mathbf{a}_i^T \mathbf{x} = 0 für alle 1ink 1 \leq i \leq n-k , ist U U die Lösungsmenge des homogenen linearen Gleichungssystems Ax=0 A \mathbf{x} = \mathbf{0} .

Aufgabe b (i):

Sei AMat(m×n,K) A \in \operatorname{Mat}(m \times n, K) . Wir möchten zeigen, dass die Menge UAMat(m×1,K) U_A \subseteq \operatorname{Mat}(m \times 1, K) , derjenigen Vektoren y \mathbf{y} , für die das Gleichungssystem Ax=y A \mathbf{x} = \mathbf{y} lösbar ist, ein Untervektorraum ist.

Sei UA={yKmxKn mit Ax=y} U_A = \{ \mathbf{y} \in K^m \mid \exists \mathbf{x} \in K^n \text{ mit } A \mathbf{x} = \mathbf{y} \} . Um zu zeigen, dass UA U_A ein Untervektorraum ist, müssen wir drei Dinge zeigen:
1. Der Nullvektor ist in UA U_A .
2. Wenn y1,y2UA\mathbf{y}_1, \mathbf{y}_2 \in U_A , dann ist auch y1+y2UA\mathbf{y}_1 + \mathbf{y}_2 \in U_A .
3. Wenn yUA\mathbf{y} \in U_A und αK \alpha \in K , dann ist auch αyUA \alpha \mathbf{y} \in U_A .

1. Der Nullvektor ist enthalten: Da A0=0 A \mathbf{0} = \mathbf{0} , gehört der Nullvektor offensichtlich zu UA U_A .

2. Wenn y1,y2UA\mathbf{y}_1, \mathbf{y}_2 \in U_A , dann gibt es x1,x2Kn\mathbf{x}_1, \mathbf{x}_2 \in K^n so dass Ax1=y1 A \mathbf{x}_1 = \mathbf{y}_1 und Ax2=y2 A \mathbf{x}_2 = \mathbf{y}_2 . Dann:

A(x1+x2)=Ax1+Ax2=y1+y2 A (\mathbf{x}_1 + \mathbf{x}_2) = A \mathbf{x}_1 + A \mathbf{x}_2 = \mathbf{y}_1 + \mathbf{y}_2

Da x1+x2Kn\mathbf{x}_1 + \mathbf{x}_2 \in K^n , ist y1+y2UA\mathbf{y}_1 + \mathbf{y}_2 \in U_A .

3. Wenn yUA\mathbf{y} \in U_A und αK \alpha \in K , dann gibt es ein xKn\mathbf{x} \in K^n so dass Ax=y A \mathbf{x} = \mathbf{y} . Dann:

A(αx)=αAx=αy A (\alpha \mathbf{x}) = \alpha A \mathbf{x} = \alpha \mathbf{y}

Da αxKn\alpha \mathbf{x} \in K^n , ist αyUA \alpha \mathbf{y} \in U_A .

Daraus folgt, dass UA U_A ein Untervektorraum von Km K^m ist.

Aufgabe b (ii):

Sei K=R K = \mathbb{R} und

A=(121211051). A = \begin{pmatrix} 1 & -2 & 1 \\ 2 & 1 & 1 \\ 0 & 5 & -1 \end{pmatrix}.

Wir müssen eine Basis für den Unterraum UA U_A finden – d.h., die Menge der Vektoren yR3 y \in \mathbb{R}^3 , für die das Gleichungssystem Ax=y A \mathbf{x} = y lösbar ist.

Eine Möglichkeit ist, A A auf reduzierte Zeilenstufenform (RREF) zu bringen.

(121211051) \begin{pmatrix} 1 & -2 & 1 \\ 2 & 1 & 1 \\ 0 & 5 & -1 \end{pmatrix}

Wir bringen diese Matrix in RREF:

1. Multipliziere die erste Zeile mit 22:

\( \begin{pmatrix} 1 & -2 & 1 \\ 2 & 1 & 1 \\ 0 & 5 & -1 \end{pmatrix} \rightarrow \begin{pmatrix}
1 & -2 & 1 \\
0 & 5 & -1 \\
0 & 5 & -1
\end{pmatrix} \)

2. Subtrahiere die zweite Zeile von der dritten Zeile:

(121051000) \begin{pmatrix} 1 & -2 & 1 \\ 0 & 5 & -1 \\ 0 & 0 & 0 \end{pmatrix}

Dies ist bereits die reduzierte Zeilenstufenform der Matrix. Daraus folgt, dass das Gleichungssystem Ax=y A \mathbf{x} = \mathbf{y} lösbar ist, wenn

y3=0 y_3 = 0

Die erste und zweite Zeile implizieren keine zusätzlichen Bedingungen, da jede lineare Kombination von y1\mathbf{y}_1 und y2\mathbf{y}_2 durch eine geeignete Wahl von x\mathbf{x} erfüllbar ist.

Somit ist der Unterraum UA U_A :

UA={(y1y20)y1,y2R}. U_A = \left\{ \begin{pmatrix} y_1 \\ y_2 \\ 0 \end{pmatrix} \mid y_1, y_2 \in \mathbb{R} \right\}.

Eine Basis für UA U_A ist daher gegeben durch:

{(100),(010)}. \left\{ \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix}, \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} \right\}.
Avatar von

Ein anderes Problem?

Stell deine Frage