I have to determine that this function:
$$ \text{B(x,y)} = \begin{bmatrix}x_1&x_2&x_3\end{bmatrix} \begin{bmatrix}1&1&1\\1&3&1\\1&1&5\end{bmatrix} \begin{bmatrix}y_1\\y_2\\y_3\end{bmatrix} $$ defines an inner product.
So I'm pretty sure i have to show that this function satisfies bilinearity, symmetry and positive definite. I'm watching a solution to this on online lectures, but I could not follow the lecturer on the bilinearity part. He used the fact that the function $B=x^TBy$ because of the distributivity law of matrix multiplication.
Can anyone expand on showing that this function is bilinear?
The bilinearity part:
and for $t \in \mathbb R$ we have
$B(tx,y)=(tx)^TBy=tx^TBy=tB(x,y)$.