A mátrixszorzás nem kommutatív, azaz:
\( A \cdot B \neq B \cdot A \)
De asszociatív, azaz:
\( ( A \cdot B ) \cdot C = A \cdot ( B \cdot C ) \)
A mátrixszorzás nem kommutattív, de asszociatív.
Végezzük el az alábbi műveleteket.
a) \( 3 \cdot \begin{pmatrix} 5 & 7 & -2 \\ 2 & 2 & 1 \end{pmatrix} \)
b) \( \begin{pmatrix} 2 & 4 & 7 \\ 1 & 5 & 3 \end{pmatrix} + \begin{pmatrix} 3 & 4 \\ 1 & 5 \end{pmatrix} \)
c) \( \begin{pmatrix} 3 & 4 \\ 1 & 5 \end{pmatrix} \cdot \begin{pmatrix} 2 & 4 & 7 \\ 1 & 5 & 3 \end{pmatrix} \)
d) \( \begin{pmatrix} 2 & 4 & 7 \\ 1 & 5 & 3 \end{pmatrix} \cdot \begin{pmatrix} 3 & 4 \\ 1 & 5 \end{pmatrix} \)