Suppose $P = x^TAx$
How to find $\frac{dP}{dt}$?
if $x' = Bx$ , where $B$ has the same dimension as $A$.
How to find the final answer?
my answer is:
$$\frac{dP}{dt} = 2[(A+A^T)x]x' = 2[(A+A^T)x]Bx$$
However, it seems that $Bx$ is a $(n\times 1)$ vector and $x$ is also an vector so we cannot find the final answer. Is it true?