From the definition of the Fréchet derivative and the linearity of the transpose it’s clear that the derivative of the vector transpose is the vector transpose itself.
$$f(x + h) = f(x) + D(x)h + o(\lvert\lvert h \rvert\rvert)$$
$$(x + h)^T = x^T + h^T + 0 = x^T + h^T + o(\lvert\lvert h \rvert\rvert)$$
According to the answer to question, the vector transpose is a linear transformation whose matrix representation is the identity matrix $I$, which is a constant so $D(x) = I$
But $$(x+h)^T \ne x^T + Ih + o(\lvert\lvert h \rvert\rvert)$$
What am I missing?
\|
instead of||
. – joriki Mar 18 '24 at 04:56