Fixed typo in transform
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7827 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 38 KiB |
@ -10,7 +10,7 @@ a_x &=& A \\
|
||||
b_x &=& (\vec{B} \bullet \vec{A}) \,\, / \,\, A \\
|
||||
b_y &=& |\vec{A} \times \vec{B}| \,\, / \,\, A \quad \rm{or} \quad \sqrt{B^2 - {b_x}^2} \\
|
||||
c_x &=& (\vec{C} \bullet \vec{A}) \,\, / \,\, A \\
|
||||
c_y &=& [\vec{C} \bullet ((\vec{A} \times \vec{B}) \times \vec{A})] \,\, / \,\, |(\vec{A} \times \vec{B}) \times \vec{A}| \quad \rm{or} \quad \sqrt{C^2 - {c_z}^2 -{c_z}^2} \\
|
||||
c_y &=& [\vec{C} \bullet ((\vec{A} \times \vec{B}) \times \vec{A})] \,\, / \,\, |(\vec{A} \times \vec{B}) \times \vec{A}| \quad \rm{or} \quad \sqrt{C^2 - {c_x}^2 -{c_z}^2} \\
|
||||
c_z &=& [\vec{C} \bullet (\vec{A} \times \vec{B})] \,\, / \,\, |\vec{A} \times \vec{B}| \\
|
||||
\end{eqnarray*}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user