0 Daumen
583 Aufrufe

Sei f : ℝ3 ->ℝ4  die durch die Matrix

A = (113234247136) \begin{pmatrix} 1 & 1 & 3 \\ 2 & 3 & 4 \\ 2&4&7 \\ 1&3&6 \end{pmatrix}

gegebene lineare Abbildung, und g : ℝ4 -> ℝdie durch die Matrix

B = (11100111) \begin{pmatrix} 1 & -1 & -1 & 0 \\ 0 & 1 & 1 & -1 \end{pmatrix}

gegebene lineare Abbildung


Aufgabe: Berechnen Sie die darstellende Matrix (bezüglich der Standardbasen), welche die lineare Abbildung

g o f : ℝ3 -> ℝ2 definiert.


ich wäre für einen Lösungsweg dankbar :)

Avatar von

sorry, hier stand etwas falsches

MSS(gf)=MSS(g)MSS(f)=BA M_S^S(g\circ f) = M_S^S(g)\cdot M_S^S(f) = B\cdot A

Eintippen kannst du selbst: https://matrixcalc.org/de/

1 Antwort

0 Daumen
 
Beste Antwort

Aloha :)

Wenn gfg\circ f auf einen Vektor x\vec x wirkt, wirkt auf diesen zunächst auf die Abbildung ff, was durch eine Multiplikation mit der Matrix A\mathbf A realisiert wird. Das Ergebnis dieser Funktion f(x)f(\vec x) bzw. Ax\mathbf A\cdot\vec x trifft dann auf die Funktion gg, was durch Multiplikation mit der Matrix B\mathbf B realisiert wird. Daher wird gfg\circ f durch folgende Matrix C\mathbf C realisiert:C=BA=(11100111)(113234247136)=(368345)\mathbf C=\mathbf B\cdot\mathbf A=\begin{pmatrix} 1 & -1 & -1 & 0 \\ 0 & 1 & 1 & -1 \end{pmatrix}\begin{pmatrix} 1 & 1 & 3 \\ 2 & 3 & 4 \\ 2&4&7 \\ 1&3&6 \end{pmatrix}=\begin{pmatrix}-3 & -6 & -8\\3 & 4 & 5\end{pmatrix}

Avatar von 153 k 🚀

Ein anderes Problem?

Stell deine Frage