We can also define the \textit{dot product} of two vectors.\footnotemark{}\\
The dot product maps two elements of $\mathbb{R}^n$ to one element of $\mathbb{R}$:
\footnotetext{
\textbf{Bonus content. Feel free to skip.}
Formally, we would say that the dot product is a map from $\mathbb{R}^n \times\mathbb{R}^n$ to $\mathbb{R}$. Why is this reasonable?
\vspace{2mm}
It's also worth noting that a function $f$ from $X$ to $Y$ can defined as a subset of $X \times Y$, where for all $x \in X$ there exists a unique $y \in Y$ so that $(x, y)\in f$. Try to make sense of this definition.
}
$$
a \cdot b = \sum_{i = 1}^n a_ib_i = a_1b_1 + a_2b_2 + ... + a_nb_n
$$
\problem{}
Compute $[2, 3, 4, 1]\cdot[2, 4, 10, 12]$
\vfill
\problem{}
Show that the dot product is
\begin{itemize}
\item Commutative
\item Distributive
\item Homogeneic: $x(a \cdot b)= xa \cdot b = a \cdot xb$
\item Positive definite: $a \cdot a \geq0$, with equality iff $a =0$