jede Zeile der ersten Matrix wird elementweise mit dem Spaltenvektor multipliziert und die Teilprodukte werden addiert:
\(\begin{pmatrix} 1&1&1\\ 2&1&1\end{pmatrix}\) • \( \begin{pmatrix} x_1 \\ x_2 \\ x_3 \end{pmatrix}\) = \( \begin{pmatrix} x_1+x_2+x_3 \\ 2x_1+x_2+x_3 \end{pmatrix}\)
\( \begin{pmatrix} x_1+x_2+x_3 \\ 2x_1+x_2+x_3 \end{pmatrix}\) = \(\begin{pmatrix} 1\\ 1\end{pmatrix}\)
Wenn man z.B. x1 = 0 wählt, sieht man sofort, dass man passend dazu für x2 und x3 beliebige Zahlen wählen kann, deren Summe = 1 ist. Das System hat also unendlich viele Lösungen.
\( \begin{pmatrix} x_1+x_2+x_3 \\ 2x_1+x_2+x_3 \end{pmatrix}\) ergibt für x1 = 0, x2 = 1 und x3 = 0 \(\begin{pmatrix} 1\\ 1\end{pmatrix}\)
\( \begin{pmatrix} x_1 \\ x_2 \\ x_3 \end{pmatrix}\) = \( \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix}\) ist also eine spezielle Lösung des Systems.
Gruß Wolfgang