Product of two vectors

49 Views Asked by At

Let $x, y \in \mathbb{R}^n$, when $x^T y = y^T x$ ?

1

There are 1 best solutions below

0
On BEST ANSWER

$x^T y = y^T x$ always. Note that $x^T y$ is a scalar (i.e. a real number), so its transpose is itself ($y^T x = (x^T y)^T = x^T y$).