Zeile 160: Zeile 160:
</math>
</math>


=== Beispiel 3: Skalarmultiplikation ===
=== Transponierte Matrix berechnen ===
Gegeben sei die Matrix
<math>
<math>
2A = \begin{pmatrix} 2 & 4 \\ 6 & 8 \end{pmatrix}
A = \begin{pmatrix}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{pmatrix}
</math>
 
Die transponierte Matrix ist dann
<math>
A^T = \begin{pmatrix}
1 & 4 & 7 \\
2 & 5 & 8 \\
3 & 6 & 9
\end{pmatrix}
</math>
</math>