Consider the function $f:M_{n\times n}(\mathbb R)\to M_{n\times n}(\mathbb R)$ with the formula given below:
$f(A)=A^t+A^2A^t$
Show that $f$ is differentiable and find the formula of $Df(I)(H)$.
($I$ is the identity function.)
So, i was thinking that maybe i could see this as a combination of some functions. If we consider that:
$f_1:X\mapsto X^t$
$f_2:X\mapsto X^2$
$f_3: (X,Y)\mapsto XY$
$f_4: (X,Y)\mapsto X+Y$
Then we have:
$f(A)=f_1(A)+f_3(f_1(A)+f_2(A))$
Can i use this? Can i say:
$Df(A)=Df_1(A)+Df_3(f_1(A)+f_2(A))\times (Df_1(A)+Df_2(A))$
Is this true?