Consider two vectors $v,w \in \mathbb{R}^n$ and a matrix $A \in \mathbb{R}^{n \times n}$. What conditions need to be imposed on the matrix $A$ such that $v^T A w > 0$?
I understand that if $A$ is positive-definite then $v^T A v > 0, \ \forall$ non-zero $v$. However not having the same vector on both the sides may not result in a positive answer. (I checked with some examples).
In search of this answer, I have been going in circles between positive definiteness of a matrix and that of a bilinear form. Any help is deeply appreciated!
There is no matrix $A$ for which $v^TAw > 0$ holds for all choices of $v,w$. In particular, for any choice of $w$, the vector $v = -Aw$ is such that $v^TAw \leq 0$.