mailr9472 - /1.3/maths_fns/rotation_matrix.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 08, 2009 - 14:38:
Author: bugman
Date: Tue Sep  8 14:38:05 2009
New Revision: 9472

URL: http://svn.gna.org/viewcvs/relax?rev=9472&view=rev
Log:
Removed the incorrect part of the R_euler_zyz() docstring.


Modified:
    1.3/maths_fns/rotation_matrix.py

Modified: 1.3/maths_fns/rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/rotation_matrix.py?rev=9472&r1=9471&r2=9472&view=diff
==============================================================================
--- 1.3/maths_fns/rotation_matrix.py (original)
+++ 1.3/maths_fns/rotation_matrix.py Tue Sep  8 14:38:05 2009
@@ -232,27 +232,6 @@
 def R_euler_zyz(matrix, alpha, beta, gamma):
     """Function for calculating the z-y-z Euler angle convention rotation 
matrix.
 
-    Unit vectors
-    ============
-
-    The unit mux vector is::
-
-                | -sin(alpha) * sin(gamma) + cos(alpha) * cos(beta) * 
cos(gamma) |
-        mux  =  | -sin(alpha) * cos(gamma) - cos(alpha) * cos(beta) * 
sin(gamma) |.
-                |                    cos(alpha) * sin(beta)                  
    |
-
-    The unit muy vector is::
-
-                | cos(alpha) * sin(gamma) + sin(alpha) * cos(beta) * 
cos(gamma) |
-        muy  =  | cos(alpha) * cos(gamma) - sin(alpha) * cos(beta) * 
sin(gamma) |.
-                |                   sin(alpha) * sin(beta)                   
   |
-
-    The unit muz vector is::
-
-                | -sin(beta) * cos(gamma) |
-        muz  =  |  sin(beta) * sin(gamma) |.
-                |        cos(beta)        |
-
     Rotation matrix
     ===============
 




Related Messages


Powered by MHonArc, Updated Tue Sep 08 15:00:05 2009