Re: [Algorithms] solving for multiple matrices
Brought to you by:
vexxed72
|
From: Jon W. <jw...@gm...> - 2009-09-17 22:32:43
|
Andras Balogh wrote: > > Then it becomes: > C = Y^-1 * D * Y > > Now, how do I solve this for Y? This form lookes strangely familiar, but I > cannot figure out what to do from here (wish I knew how to Google this ;). > Hopefully there's an analytic solution to this. Any ideas? > > That's the formula for applying a rotation in the reference frame of another rotation. Do you know anything more about these matrices than that they are matrices? Are they supposed to contain no scale? No translation? If you can formulate them as quaternions, writing out the analytical answer is a lot simpler :-) Sincerely, jw -- Revenge is the most pointless and damaging of human desires. |