Gegeben sei der Vektor v
.
Für welche Einträge passt die Matrix
A = \begin{pmatrix}
\color{red}{a} & D \\ 0 & \color{blue}{b} \end{pmatrix}
zu der unten angegebenen Situation, wenn der zweite Vektor
\color{orange} A\cdot v
ist?
\color{red}a
=
A
\color{blue}b
=
B
Suche die Einträge \color{red}{a}
und \color{blue}{b}
mit
A \cdot \begin{pmatrix} C \\ C \end{pmatrix} =
\color{orange}\begin{pmatrix} C*A+D*C \\ C*B \end{pmatrix}
.
Dies ist zunächst die Gleichung
\begin{pmatrix} \color{red}{a} & D \\ 0 & \color{blue}{b} \end{pmatrix} \cdot
\begin{pmatrix} C \\ C \end{pmatrix} =
\begin{pmatrix} negParens(C) \cdot {\color{red}a} + C \cdot negParens(D) \\
negParens(C) \cdot
\color{blue}{b} \end{pmatrix} = \color{orange}
\begin{pmatrix} C*A+D*C \\ C*B \end{pmatrix}
.
In den beiden Koordinaten finden zwei Gleichungen
negParens(C) \cdot {\color{red}a} + negParens(C) \cdot negParens(D) = \color{orange}
C*A+D*C
und
negParens(C) \cdot {\color{blue}b} = \color{orange}C*B
und damit {\color{red}a} = A
und {\color{blue}b} = B.