Compare commits

..

No commits in common. "d9414f2779c1990661e103d7c6c21935b26cd2ac" and "916db9c9a022c4979c34e2371bc0c39c12c93d71" have entirely different histories.

3 changed files with 414 additions and 413 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@ Bestimme in jedem Falle, ob φ linear ist.
a) a)
φ(x₁, x₂, x₃) = ( 4·x₁·x₃ ) φ(x1, x2, x3) = ( 4·x1·x3 )
( 10·x ) ( 10·x2 )
Wenn φ linear wäre, dann müsste φ(2, 0, 2) = 2·φ(1, 0, 1) gelten. Wenn φ linear wäre, dann müsste φ(2, 0, 2) = 2·φ(1, 0, 1) gelten.
Aber: Aber:
@ -18,7 +18,7 @@ Also ist φ nicht linear, weil Homogenität verletzt wird.
b) b)
φ(x₁, x₂, x₃) = ( x₃² ) φ(x1, x2, x3) = ( x3² )
( 0 ) ( 0 )
Wenn φ linear wäre, dann müsste φ(0, 0, 8) = 8·φ(0, 0, 1) gelten. Wenn φ linear wäre, dann müsste φ(0, 0, 8) = 8·φ(0, 0, 1) gelten.
@ -31,21 +31,21 @@ Also ist φ nicht linear, weil Homogenität verletzt wird.
c) c)
φ(x₁, x₂, x₃) = ( x₃ ) φ(x1, x2, x3) = ( x3 )
( 0 ) ( 0 )
--> linear --> linear
d) d)
φ(x₁, x₂, x₃) = ( 0 ) φ(x1, x2, x3) = ( 0 )
( 0 ) ( 0 )
--> linear --> linear
e) e)
φ(x₁, x₂, x₃) = ( 4 ) φ(x1, x2, x3) = ( 4 )
( 0 ) ( 0 )
Wenn φ linear wäre, dann müsste φ(0) = 0 gelten. [Siehe Lemma 6.1.2] Wenn φ linear wäre, dann müsste φ(0) = 0 gelten. [Siehe Lemma 6.1.2]
@ -54,15 +54,15 @@ Also ist φ nicht linear.
f) f)
φ(x₁, x₂, x₃) = ( 10·x₃ ) φ(x1, x2, x3) = ( 10·x3 )
( -x₂ + x₁ ) ( -x2 + x1 )
linear! linear!
g) g)
φ(x₁, x₂, x₃) = ( 1 - 10·x₃ ) φ(x1, x2, x3) = ( 1 - 10·x3 )
( -x₂ + x₁ ) ( -x2 + x1 )
Wenn φ linear wäre, dann müsste φ(0) = 0 gelten. [Siehe Lemma 6.1.2] Wenn φ linear wäre, dann müsste φ(0) = 0 gelten. [Siehe Lemma 6.1.2]
Aber φ(0) = (1, 0)ᵀ. Aber φ(0) = (1, 0)ᵀ.
@ -70,7 +70,7 @@ Also ist φ nicht linear.
h) h)
φ(x₁, x₂, x₃) = ( exp(-(7·x₂ + 8·x₁)) ) φ(x1, x2, x3) = ( exp(-(7·x2 + 8·x1)) )
( 0 ) ( 0 )
Wenn φ linear wäre, dann müsste φ(0) = 0 gelten. [Siehe Lemma 6.1.2] Wenn φ linear wäre, dann müsste φ(0) = 0 gelten. [Siehe Lemma 6.1.2]
@ -79,15 +79,15 @@ Also ist φ nicht linear.
## §2. Aufgaben ähnlich zu ÜB 10-2 ## ## §2. Aufgaben ähnlich zu ÜB 10-2 ##
Seien A = (u₁, u₂, u₃) und B = (v₁, v₂), Seien A = (u1, u2, u3) und B = (v1, v2),
wobei wobei
u = (3, 0, 1)ᵀ u1 = (3, 0, 1)ᵀ
u = (0, -1, 0)ᵀ u2 = (0, -1, 0)ᵀ
u = (4, 0, 0)ᵀ u3 = (4, 0, 0)ᵀ
v = (4, 5)ᵀ v1 = (4, 5)ᵀ
v = (0, 1)ᵀ v2 = (0, 1)ᵀ
Beachte: Beachte:
@ -96,33 +96,33 @@ Beachte:
Sei nun φ : ℝ³ ⟶ ℝ² definiert durch Sei nun φ : ℝ³ ⟶ ℝ² definiert durch
φ(x₁, x₂, x₃) = ( 4·x₁ - x₃ ) φ(x1, x2, x3) = ( 4·x1 - x3 )
( 10·x₂ + x₁ ) ( 10·x2 + x1 )
### Zur Linearität ### ### Zur Linearität ###
Seien Seien
(x₁,x₂,x₃), (x₁',x₂',x₃') ∈ ℝ³ (x1,x2,x3), (x1',x2',x3') ∈ ℝ³
c, c' ∈ c, c' ∈
**Zu zeigen:** **Zu zeigen:**
φ(c(x₁, x₂, x₃) +c'(x₁',x₂',x₃')) = c·φ(x₁, x₂, x₃) +c'·φ(x₁', x₂', x₃') φ(c(x1, x2, x3) +c'(x1',x2',x3')) = c·φ(x1, x2, x3) +c'·φ(x1',x2',x3')
Es gilt Es gilt
l. S. = φ(c(x₁, x₂, x₃) +c'(x₁',x₂',x₃')) l. S. = φ(c(x1, x2, x3) +c'(x1',x2',x3'))
= φ(c(x₁·e1 + x₂·e2 + x₃·e3) +c'(x₁'·e1 + x₂'·e2 + x₃'·e3)) = φ(c(x1·e1 + x2·e2 + x3·e3) +c'(x1'·e1 + x2'·e2 + x3'·e3))
= φ((c·x₁ + c'·x₁)·e1 + (c·x₂ + c'·x₂)·e2 + (c·x₃ + c'·x₃)·e3) = φ((c·x1 + c'·x1)·e1 + (c·x2 + c'·x2)·e2 + (c·x3 + c'·x3)·e3)
= φ(c·x₁ + c'·x₁', c·x₂ + c'·x₂', c·x₃ + c'·x₃') = φ(c·x1 + c'·x1', c·x2 + c'·x2', c·x3 + c'·x3')
= ( 4·(c·x₁ + c'·x₁') - (c·x₃ + c'·x₃') ) = ( 4·(c·x1 + c'·x1') - (c·x3 + c'·x3') )
( 10·(c·x₂ + c'·x₂') + (c·x₁ + c'·x₁') ) ( 10·(c·x2 + c'·x2') + (c·x1 + c'·x1') )
= ( c·(4·x₁ - x₃) + c'·(4·x₁' - x₃') ) = ( c·(4·x1 - x3) + c'·(4·x1' - x3') )
( c·(10·x₂ + x₁) + c'·(10·x₂' + x₁') ) ( c·(10·x2 + x1) + c'·(10·x2' + x1') )
= c·( 4·x₁ - x₃ ) + c'·( 4·x₁' - x₃' ) = c·( 4·x1 - x3 ) + c'·( 4·x1' - x3' )
( 10·x₂ + x₁ ) ( 10·x₂' + x₁' ) ( 10·x2 + x1 ) ( 10·x2' + x1' )
= r. S. = r. S.
@ -131,9 +131,9 @@ Darum ist φ linear.
### Darstellung ### ### Darstellung ###
Zunächst beobachten wir: Zunächst beobachten wir:
φ(x₁, x₂, x₃) = ( 4 0 -1 ) ( x₁ ) φ(x1, x2, x3) = ( 4 0 -1 ) ( x1 )
( 1 10 0 ) ( x ) ( 1 10 0 ) ( x2 )
( x ) ( x3 )
= C·x = C·x
= φ_C(x) siehe [Skript, Bsp 6.2.2], = φ_C(x) siehe [Skript, Bsp 6.2.2],
@ -204,14 +204,13 @@ Darum gilt
## §3. Lineare Fortsetzung von partiell definierten Funktionen ## ## §3. Lineare Fortsetzung von partiell definierten Funktionen ##
Sei φ : ⟶ ℝ³ Sei φ : ^5 ⟶ ℝ³
Seien u₁, u₂, u₃, u₄, u₅ eine Basis für ℝ⁵. Seien u1, u2, u3, u4, u5 eine Basis für ^5.
Seien v₁, v₂, v₃ Vektoren in ℝ³.
Definiert werden Definiert werden
φ(u₁) = v₁, φ(u₂) = v₂, φ(u₄) = v₃ φ(u1) = v1, φ(u2) = v2, φ(u4) = v3
**Aufgabe:** Gibt es eine lineare Abbildung, die die o. s. Gleichungen erfüllen? **Aufgabe:** Gibt es eine lineare Abbildung, die die o. s. Gleichungen erfüllen?
@ -219,11 +218,11 @@ Definiert werden
**Beweis:** **Beweis:**
Setze Setze
φ(u) := 0 (Nullvektor) φ(u3) := 0 (Nullvektor)
φ(u) := 0 (Nullvektor) φ(u5) := 0 (Nullvektor)
Da u₁, u₂, u₃, u₄, u₅ eine Basis ist, Da u1, u2, u3, u4, u5 eine Basis ist,
können wir für beliebiges x ∈ ℝ⁵ können wir für belieges x ∈ ^5
φ(x) = ∑ c_i · φ(ui) φ(x) = ∑ c_i · φ(ui)