Advertisement
Guest User

Untitled

a guest
May 5th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.95 KB | None | 0 0
  1. \documentclass{standalone}
  2. \usepackage{amsmath}
  3. \begin{document}
  4. \begin{equation}
  5.    F(\mathbf{X}_{d})= \left[ \begin{smallmatrix}
  6.        0 & k_{1}\omega_{d3} & k_{1}\omega_{d2} & ... \\
  7.        k_{2}\omega_{d3} & 0 & k_{2}\omega_{d1} & ...\\
  8.        k_{3}\omega_{d2} & k_{3}\omega_{d1} & 0 & ...\\
  9.        \frac{1}{4}(1+\sigma_{d1}^{2}-\sigma_{d2}^{2}-\sigma_{d3}^{2}) &
  10.        \frac{1}{2}(\sigma_{d1}\sigma_{d2}-\sigma_{d3}) &
  11.        \frac{1}{2}(\sigma_{d1}\sigma_{d3}+\sigma_{d2}) & ... \\
  12.        \frac{1}{2}(\sigma_{d2}\sigma_{d1}+\sigma_{d3}) &
  13.        \frac{1}{4}(1+\sigma_{d2}^{2}-\sigma_{d3}^{2}-\sigma_{d1}^{2}) &
  14.        \frac{1}{2}(\sigma_{d2}\sigma_{d3}-\sigma_{d1}) & ...\\
  15.        \frac{1}{2}(\sigma_{d1}\sigma_{d3}-\sigma_{d2}) &
  16.        \frac{1}{2}(\sigma_{d2}\sigma_{d3}+\sigma_{d1}) &
  17.        \frac{1}{4}(1+\sigma_{d3}^{2}-\sigma_{d1}^{2}-\sigma_{d2}^{2}) & ...\\
  18.    \end{smallmatrix} \right.
  19. \end{equation}
  20. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement