MathJax wont produce a matrix for me so I have to post pictures:
I am trying to perform a Park transform on a three phase balanced inverter. Every paper I come across does not explain the transformation from $abc$ to $dq0$. I have found an explanation but it also says "All identities may be proved by straightforward algebraic operations." I cant see how this works:
if
and its inverse is
Then how is it possible that:
I tried to take the time derivative of $T^{-1}_{\theta}$ with $\theta = \omega*t$ element wise but that didn't work. Every resource I came come across on Matrix differentiation relies on an input vector.
Does anyone have a link to a resource that could help me come up with the bottom result.



The element-wise differentiation was the good path. Indeed, one has : $$ \frac{\mathrm{d}}{\mathrm{d}t} T_\theta^{-1} = -\dot{\theta} \begin{pmatrix} \sin(\theta) & \cos(\theta) & 0 \\ \sin(\theta-2\pi/3) & \cos(\theta-2\pi/3) & 0 \\ \sin(\theta+2\pi/3) & \cos(\theta+2\pi/3) & 0 \end{pmatrix} $$ where $\dot{\theta} = \frac{\mathrm{d}\theta}{\mathrm{d}t}$. You can verify by a mere matrix multplication that the above expression is indeed equal to $-T_\theta W$. And it goes the same way for $\frac{\mathrm{d}T_\theta}{\mathrm{d}t}$.