by Rebecca Baumeister



Beispiel 1 "händisch" berechnen
Berechne das Skalarprodukt der Vektoren \vec{a} = \begin{pmatrix} 2 \\ 3 \\ -1 \end{pmatrix}, \quad \vec{b} = \begin{pmatrix} 4 \\ -2 \\ 5 \end{pmatrix} Ohne CAS (händisch) Lösung \vec{a} \cdot \vec{b} = a_1 \cdot b_1 + a_2 \cdot b_2 + a_3 \cdot b_3 \vec{a} \cdot \vec{b} = \begin{pmatrix} 2 \\ 3 \\ -1 \end{pmatrix} \cdot \begin{pmatrix} 4 \\ -2 \\ 5 \end{pmatrix} = \vec{a} \cdot \vec{b} = 2 \cdot 4 + 3 \cdot (-2) + (-1) \cdot 5 = = 8 - 6 - 5 = -3
CAS
dotP(Vektor 1, Vektor 2) Berechne mit dem CAS das Skalarprodukt von : Lösung
Lösung Skalarprodukt
Skalarprodukt.mov

Beispiel
Berechne den Winkel zwischen den Vektoren
