What does the following mean? I know that $x^Tx$ is the magnitude of $x$. What does the following formula represent intuitively? $x$ is a vector and $A$ is some scaling matrix. The given is $x^T A x i$
(Ignore the i)
I'm learning about positive definiteness.
If this was in one dimension, what would you get?
You would get a second degree polynomial $ax^2$. Imagine now instead dimension $37$ and a function $f(x_1,x_2 ... , x_{37})=x_1^2 + x_2^2 + ... + x_{37}^2$. This is very cumbersome to type, $x^TAx$ is a generalization to higher dimension, a much more compact form to write a second degree polynomial instead of writing all terms out.