GeoffO
- 11
- 0
I am trying to simplify the following, so that I can differentiate it (with respect to X). Ideally I'll have everything in terms of (XX^T - YY^T).
<br /> \mathrm{trace}[(AX(AX)^T)((BX)(BX)^T)^{-1}] - <br /> \mathrm{trace}[(AY(AY)^T)((BY)(BY)^T)^{-1}]<br />
Where X and Y are 3 x N and A and B are N x N. A is symmetrical, B is anti-symmetrical (or skew symmetrical).
Some useful properties:
<br /> \mathrm{trace}(UV) = \mathrm{trace}(VU)<br />
<br /> \mathrm{trace}(U)+\mathrm{trace}(V) = \mathrm{trace}(U+V)<br />
I can't figure this out and have spent a long time working on it.
A is a band diagonal matrix where each row is a shifted version of (1 -2 1) and B is similar with a stencil of (-1 0 1).
Any ideas?
<br /> \mathrm{trace}[(AX(AX)^T)((BX)(BX)^T)^{-1}] - <br /> \mathrm{trace}[(AY(AY)^T)((BY)(BY)^T)^{-1}]<br />
Where X and Y are 3 x N and A and B are N x N. A is symmetrical, B is anti-symmetrical (or skew symmetrical).
Some useful properties:
<br /> \mathrm{trace}(UV) = \mathrm{trace}(VU)<br />
<br /> \mathrm{trace}(U)+\mathrm{trace}(V) = \mathrm{trace}(U+V)<br />
I can't figure this out and have spent a long time working on it.
A is a band diagonal matrix where each row is a shifted version of (1 -2 1) and B is similar with a stencil of (-1 0 1).
Any ideas?