A skaláris szorzat két vektor közti művelet, ami csinál belőlük egy számot.
Pl.: \( \underline{a} = \begin{pmatrix} 3 \\ 2 \\ 5 \end{pmatrix} \quad \underline{b}=\begin{pmatrix} 4 \\ 1 \\ 2 \end{pmatrix} \)
\( \underline{a}^T \cdot \underline{b} = 3 \cdot 4 + 2\cdot 1 + 5\cdot 2 = 24 \)
Tulajdonságok:
kommutatív: \( \underline{a}^T \cdot \underline{b} = \underline{b}^T \cdot \underline{a} \)
nem asszociatív: \( \left( \underline{a}^T \cdot \underline{b} \right)^T \cdot \underline{c} \neq \underline{a}^T \cdot \left( \underline{b}^T \cdot \underline{c} \right) \)
A skaláris szorzat két vektor közti művelet, ami csinál belőlük egy számot.
Végezzük el az alábbi műveleteket.
a) \( 3\cdot \begin{pmatrix} 1 \\ 3 \\ 5 \end{pmatrix} \)
b) \( \begin{pmatrix} 2 \\ 4 \\ -1 \end{pmatrix} + \begin{pmatrix} 4 \\ 2 \\ 7 \end{pmatrix} \)
c) \( \begin{pmatrix} 3 & 2 & 5 \end{pmatrix} \cdot \begin{pmatrix} 4 \\ 1 \\ 2 \end{pmatrix} \)
d) \( \begin{pmatrix} 3 \\ 2 \\ 5 \end{pmatrix} \cdot \begin{pmatrix} 4 & 1 & 2 \end{pmatrix} \)