Két mátrixot csak akkor adhatunk össze, ha ugyanannyi soruk és oszlopuk van.
A mátrix összeadás kommutatív:
\( A + B = B + A \)
És asszociatív:
\( (A+B)+C = A+(B+C) \)
A mátrix összeadás kommutatív és 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} \)