Is product of innerproduct again a inner product of two vectors? For example - Is $ (< u,v >)(< x,y >) = < m,n > $? And if yes is m and n unique and how do we calculate those?
2026-03-29 16:29:18.1774801758
On
Product of inner products
10k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Of course the product, which is after all a scalar (call it $S$) , can be written as an inner product of two vectors, e.g., $\vec{n} = (S, 0, 0, \ldots), \vec{m} = (1, 0, 0, \ldots)$. But the decomposition of that scalar is not unique, and in fact, you can find an infinite number of correct $\vec{m} $ cevtors for any specified non-zero $\vec{n}$.
Yes, it's possible to find such vector, in your example the answer could by (for example):
$$m=<u,v>x, n=y$$
or
$$m=<x,y>u, n=v$$
So it isn't unique.