Zeile 179: Zeile 179:
</math>
</math>


=== Beispiel 4: Matrixmultiplikation ===
=== Skalarmultiplikation durchführen ===
Gegeben sei die Matrix
<math>
<math>
C = \begin{pmatrix} 2 & 0 \\ 1 & 2 \end{pmatrix}
B = \begin{pmatrix}
2 & 4 & 1 \\
0 & 3 & 5 \\
7 & 1 & 6
\end{pmatrix}
</math>
</math>
und der Skalar <math>\lambda = 3</math>


Die skalare Multiplikation ergibt
<math>
<math>
AC = \begin{pmatrix} 4 & 4 \\ 10 & 8 \end{pmatrix}
3 \cdot B = \begin{pmatrix}
3 \cdot 2 & 3 \cdot 4 & 3 \cdot 1 \\
3 \cdot 0 & 3 \cdot 3 & 3 \cdot 5 \\
3 \cdot 7 & 3 \cdot 1 & 3 \cdot 6
\end{pmatrix}
= \begin{pmatrix}
6 & 12 & 3 \\
0 & 9 & 15 \\
21 & 3 & 18
\end{pmatrix}
</math>
</math>


[[Kategorie:Lineare_Algebra]]
[[Kategorie:Lineare_Algebra]]
[[Kategorie:AHR_WuV_Mathe_GK]]
[[Kategorie:AHR_WuV_Mathe_GK]]