How Can I Decompose a 3x3 Rotation Matrix into a Product of 3 Rotations?

AI Thread Summary
To decompose a 3x3 rotation matrix R into a product of three rotations, the angles a, b, and c need to be determined for known unit vectors v1, v2, and v3. The feasibility of this decomposition is debated, with some suggesting that a general solution may not exist. Reference to Euler angles is recommended for further understanding of rotation representations. The discussion highlights the complexity of rotation matrix decomposition in three-dimensional space. Ultimately, the problem remains challenging and may require specific conditions for a solution.
Cristi-Tota
Messages
1
Reaction score
0
Hi,

How can I decompose a 3x3 rotation matrix R, into a form:

R = rot(v3,c) X rot(v2,b) X rot(v1,a)

where v1,v2,v3 are known unit length axes (with angles a,b,c unknowns)?

Thank you,
Cristian
 
Mathematics news on Phys.org
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top