0 Daumen
956 Aufrufe

Aufgabe:

Gegeben seien die lineare Abbildung f : R3R4 f: \mathbb{R}^{3} \rightarrow \mathbb{R}^{4} definiert durch

f(x1,x2,x3)=(x1+2x2+x3x12x2x1+x33x14x2) f\left(x_{1}, x_{2}, x_{3}\right)=\left(\begin{array}{c} x_{1}+2 x_{2}+x_{3} \\ x_{1}-2 x_{2} \\ x_{1}+x_{3} \\ 3 x_{1}-4 x_{2} \end{array}\right)
und die Vektoren
v1=(101)v2=(010),v3=(100),w1=(1010),w2=(0101),w3=(2000),w4=(0002) v_{1}=\left(\begin{array}{l} 1 \\ 0 \\ 1 \end{array}\right) v_{2}=\left(\begin{array}{l} 0 \\ 1 \\ 0 \end{array}\right), v_{3}=\left(\begin{array}{l} 1 \\ 0 \\ 0 \end{array}\right), w_{1}=\left(\begin{array}{l} 1 \\ 0 \\ 1 \\ 0 \end{array}\right), w_{2}=\left(\begin{array}{l} 0 \\ 1 \\ 0 \\ 1 \end{array}\right), w_{3}=\left(\begin{array}{l} 2 \\ 0 \\ 0 \\ 0 \end{array}\right), w_{4}=\left(\begin{array}{l} 0 \\ 0 \\ 0 \\ 2 \end{array}\right)
Weiter seien B=(v1,v2,v3) B=\left(v_{1}, v_{2}, v_{3}\right) und C=(w1,w2,w3,w4) C=\left(w_{1}, w_{2}, w_{3}, w_{4}\right) Basen von R3 \mathbb{R}^{3} bzw. R4 \mathbb{R}^{4} . Bestimmen Sie die Abbildungsmatrix MB,C(f) M_{B, C}(f)


Problem/Ansatz:

Bei dieser Aufgabe komme ich nicht weiter.

Avatar von

Nimm mal die Vektoren v1,v2,v3 v_1, v_2, v_3 und setze sie in f f ein.

Dann bekommen wir

(2123) \begin{pmatrix} 2\\1\\2\\3 \end{pmatrix}

(2204) \begin{pmatrix} 2\\-2\\0\\4 \end{pmatrix}

(1113) \begin{pmatrix} 1\\1\\1\\3 \end{pmatrix}

Das sieht gut aus.

Jetzt 2 Möglichkeiten.

---

Entweder löst du jetzt die LGS

f(vi)=λ1,iw1+λ2,iw2+λ3,iw3+λ4,iw4 f(v_i) = \lambda_{1,i} w_1 + \lambda_{2,i} w_2 + \lambda_{3,i} w_3 + \lambda_{4,i} w_4

und schreibst λ1,i,λ2,i,λ3,i,λ4,i \lambda_{1,i}, \lambda_{2,i}, \lambda_{3,i}, \lambda_{4,i} in die i-te Spalte der Darstelungsmatrix.

---

Oder mit der Standardbasis S=(e1,...,e4) \mathcal S = (e_1,...,e_4) gilt jetzt

MB,S(f)=(221121201343) M_{B,\mathcal S}(f) = \begin{pmatrix} 2 & 2 & 1\\ 1&-2&1\\ 2 & 0 & 1\\ 3 & 4 & 3 \end{pmatrix}

Da eben z.B. f(v1)=2e1+1e1+2e3+3e4 f(v_1) = 2e_1 + 1e_1+2e_3+3e_4 (Ergibt Einträge 1. Spalte)

Mit Transformationssatz

MB,C(f)=TS,CMB,S(f)=(TC,S)1MB,S(f) M_{B,C}(f) = T_{\mathcal S, C} \cdot M_{B,\mathcal S}(f) =\left( T_{C, \mathcal S}\right)^{-1} \cdot M_{B,\mathcal S}(f)

wobei

TC,S=(1020010010000102) T_{C, \mathcal S} = \begin{pmatrix} 1 & 0 & 2 & 0\\ 0&1&0&0\\ 1 & 0 & 0 & 0\\ 0&1&0&2\end{pmatrix}

Da z.B. idR4(w2)=w2=0e1+1e2+0e3+1e4 \operatorname{id}_{\mathbb R^4}(w_2) = w_2 = 0e_1 + 1e_2 + 0e_3 + 1e_4 (ergibt Einträge 2. Spalte)

Das heißt ich muss jetzt die Inverse Matrix von TS,C mit MB,S (f) multiplizieren? Und wie bekomme ich dann daraus noch MB,C (f) ?

Das heißt ich muss jetzt die Inverse Matrix von TS,C mit MB,S (f) multiplizieren?

Du musst nicht, ich habe dir 2 Wege genannt. Aber ja, das ist eine Möglichkeit.

Und wie bekomme ich dann daraus noch MB,C (f) ?

Ich verstehe zwar den Inhalt dieser Frage, aber nicht warum du sie stellst?

MB,C(f)=(TC,S)1MB,S(f) M_{B,C}(f) =\left( T_{C, \mathcal S}\right)^{-1} \cdot M_{B,\mathcal S}(f)

Achso, ja falsch geschaut. Danke dir

1 Antwort

0 Daumen
 
Beste Antwort

MB,C(f) = (201121010111) \begin{pmatrix} 2 & 0 & 1 \\ 1 & -2 & 1 \\ 0 & 1 & 0 \\ 1 & -1 & 1 \end{pmatrix}

Avatar von

Danke, aber der Weg zur Lösung würde mich schon interessieren.

f((101) \begin{pmatrix} 1\\0\\1 \end{pmatrix} ) = (2123)\begin{pmatrix} 2\\1\\2\\3 \end{pmatrix} = 2 * (1010)\begin{pmatrix} 1\\0\\1\\0 \end{pmatrix} + 1 * (0101)\begin{pmatrix} 0\\1\\0\\1 \end{pmatrix} + 0* (2000)\begin{pmatrix} 2\\0\\0\\0 \end{pmatrix}  + 1* (0002)\begin{pmatrix} 0\\0\\0\\2 \end{pmatrix}

⇒ a11 = 2, a12 = 1, a13 = 0, a14 = 1

f((010) \begin{pmatrix} 0\\1\\0 \end{pmatrix} ) = (2204)\begin{pmatrix} 2\\-2\\0\\4 \end{pmatrix} = 0 * (1010)\begin{pmatrix} 1\\0\\1\\0 \end{pmatrix} + (-2) * (0101)\begin{pmatrix} 0\\1\\0\\1 \end{pmatrix} + 1* (2000)\begin{pmatrix} 2\\0\\0\\0 \end{pmatrix} + (-1)* (0002)\begin{pmatrix} 0\\0\\0\\2 \end{pmatrix}

 ⇒ a21 = 0, a22 = -2, a23 = 1, a24 = -1

f((100) \begin{pmatrix} 1\\0\\0 \end{pmatrix} ) = (1113)\begin{pmatrix} 1\\1\\1\\3 \end{pmatrix} = 1 * (1010)\begin{pmatrix} 1\\0\\1\\0 \end{pmatrix} + 1 * (0101)\begin{pmatrix} 0\\1\\0\\1 \end{pmatrix} + 0* (2000)\begin{pmatrix} 2\\0\\0\\0 \end{pmatrix} + 1* (0002)\begin{pmatrix} 0\\0\\0\\2 \end{pmatrix}

⇒ a31 = 1, a32 = 1, a33 = 0, a34 = 1

MB,C(f) = \( \begin{pmatrix} a11 & a21 & a31 \\  a12 & a22 & a32 \\ a13 & a23 & a33 \\ a14 & a24 & a34 \end{pmatrix} \) = (201121010111) \begin{pmatrix} 2 & 0 & 1 \\ 1 & -2 & 1 \\ 0 & 1 & 0 \\ 1 & -1 & 1 \end{pmatrix}


ich hätte nochmal eine Frage. Müsste es bei f((010) \begin{pmatrix} 0\\1\\0 \end{pmatrix} ) nicht 0,-2, 1 und 3 als Koeffizienten sein?

Die Koeffizienten stimmen.

f((010) \begin{pmatrix} 0\\1\\0 \end{pmatrix} ) = (2204)\begin{pmatrix} 2\\-2\\0\\-4 \end{pmatrix}

Nur beim Bild von (010) \begin{pmatrix} 0\\1\\0 \end{pmatrix} unter f muss -4 statt +4 in die vierte Komponente hinkommen.

Hatte die von dir kopiert und nicht nochmal drübergesehen.

So wäre es korrekt:

f((010) \begin{pmatrix} 0\\1\\0 \end{pmatrix} ) = (2204)\begin{pmatrix} 2\\-2\\0\\-4 \end{pmatrix} = 0 * (1010)\begin{pmatrix} 1\\0\\1\\0 \end{pmatrix} + (-2) * (0101)\begin{pmatrix} 0\\1\\0\\1 \end{pmatrix} + 1* (2000)\begin{pmatrix} 2\\0\\0\\0 \end{pmatrix} + (-1)* (0002)\begin{pmatrix} 0\\0\\0\\2 \end{pmatrix}

Okay, Vielen Dank

Ein anderes Problem?

Stell deine Frage