Files
lammps/doc/Eqs/rotate.tex
athomps 44d79b97ca Updated doc page for triclinic cell
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8004 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-04-10 00:55:22 +00:00

27 lines
346 B
TeX

\documentclass[12pt]{article}
\usepackage{amsmath}
\begin{document}
\begin{eqnarray*}
\mathbf{x}
&=&
\begin{pmatrix}
\mathbf{a} &
\mathbf{b} &
\mathbf{c}
\end{pmatrix}
\cdot
\frac{1}{V}
\begin{pmatrix}
\mathbf{B \times C} \\
\mathbf{C \times A} \\
\mathbf{A \times B}
\end{pmatrix}
\cdot
\mathbf{X}
\end{eqnarray*}
\end{document}