Given the matrix $K = \begin{pmatrix} 1 & 2 \\ 2 & 3 \end{pmatrix}$, the quadratic form $q(\mathbf{x})$ for a vector $\mathbf{x} = \begin{pmatrix} x \\ y \end{pmatrix}$ is given by:
\[ q(\mathbf{x}) = \mathbf{x}^T K \mathbf{x} = \begin{pmatrix} x & y \end{pmatrix}
Show more…