Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9227277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:02:00+00:00 2026-06-18T05:02:00+00:00

How I can find the euler angles from a random 2×2 ZYZ rotation matrix?

  • 0

How I can find the euler angles from a random 2×2 ZYZ rotation matrix? We know that all SU(2) matrices can be decomposed, using the ZYZ decomposition, as a three matrices product based in euler angles. In the Wikipedia about euler angles:

“A similar three angle decomposition applies to SU(2), the special unitary group of rotations in complex 2D space, with the difference that β ranges from 0 to 2π. These are also called Euler angles.”

I have did try do a equations system in the matlab, but it found the solution in some cases (pauli matrices) and in many other not. It never find to a random SU(2) matrix.

Anybody know a general approach? I already did found how to do 3×3 matrices, but not for 2×2 ZYZ.

Best regards!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:02:02+00:00Added an answer on June 18, 2026 at 5:02 am

    from https://groups.google.com/forum/?fromgroups=#!topic/mathtools/q25a5WoG6Eo, written by Haifeng GONG (didn’t you find it by yourself):

    function orthm = ang2orth(ang) 
    
    sa = sin(ang(2)); ca = cos(ang(2)); 
    sb = sin(ang(1)); cb = cos(ang(1)); 
    sc = sin(ang(3)); cc = cos(ang(3)); 
    
    ra = [  ca,  sa,  0; ... 
           -sa,  ca,  0; ... 
             0,   0,  1]; 
    rb = [  cb,  0,  sb; ... 
             0,  1,  0; ... 
           -sb,  0,  cb]; 
    rc = [  1,   0,   0; ... 
            0,   cc, sc;... 
            0,  -sc, cc]; 
    orthm = rc*rb*ra; 
    
    function ang = orth2ang(orthm) 
    ang(1) = asin(orthm(1,3)); %Wei du 
    ang(2) = angle( orthm(1,1:2)*[1 ;i] ); %Jing Du 
    yz = orthm* ... 
        [orthm(1,:)',... 
         [-sin(ang(2)); cos(ang(2)); 0],... 
         [-sin(ang(1))*cos(ang(2)); -sin(ang(1)*sin(ang(2))); 
    cos(ang(1))] ]; 
    
    ang(3) = angle(yz(2,2:3)* [1; i]); % Xuan Du 
    

    As can be seen here and here There is an isomorphism between SO(3) and SU(2):

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can find ample evidence that MongoDBs are always kept in the order given
I'm trying to convert a 3D rotation described in term of euler angles into
I can find a div that has an attribute like so: $('.funding-plan-container[data-timestamp]') But if
I'm working on the project Euler problems, and #8 requires that you find the
I have camera class that hold her orientation via euler angles and position. Something
I can't find the problem with what I wrote. I am attempting Project Euler
I can find the JS and HTML code in response by alert() . But
I can find the tool command in my filesystem under: /Applications/Xcode.app/Contents/Developer/usr/bin/otool If I specify
Where can find resources about best practices for SharePoint programming? I am talking about
I can find no non-deprecated way of hiding an item in a menu bar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.