Proving Inner Product

64 Views Asked by At

Suppose $A$ is an $n \times n$ matrix.

How do I show that the inner product;

<A$\vec{u}$,$\vec{v}$> = <$\vec{u}$,A$^T$$\vec{v}$>

1

There are 1 best solutions below

0
On

Using the fact that the inner product $\langle u, v \rangle$ can be written as $u^Tv$, we have

$$\langle Au, v \rangle = (Au)^Tv = (u^TA^T)v = u^T(A^Tv) = \langle u, A^Tv \rangle$$.