Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[margin=2.5cm]{geometry}
  3. usepackage{amssymb, amsthm, mathtools}
  4. begin{document}
  5. begin{align*}
  6. I _ { 1 } &=
  7. begin{pmatrix}
  8. { 0 } & { 0 } & { 0 } & { 0 } \
  9. { 0 } & { 0 } & { 0 } & { 0 } \
  10. { 0 } & { 0 } & { 0 } & { 1 } \
  11. { 0 } & { 0 } & { - 1 } & { 0 }
  12. end{pmatrix},
  13. I _ { 2 } &&=
  14. begin{pmatrix}
  15. { 0 } & { 0 } & { 0 } & { 0 } \
  16. { 0 } & { 0 } & { 0 } & { 1 } \
  17. { 0 } & { 0 } & { 0 } & { 0 } \
  18. { 0 } & { -1} & { 0 } & { 0 }
  19. end{pmatrix},
  20. I _ { 3 } &&=
  21. begin{pmatrix}
  22. { 0 } & { 0 } & { 0 } & { 0 } \
  23. { 0 } & { 0 } & { 1 } & { 0 } \
  24. { 0 } & { -1 } & { 0 } & { 0 } \
  25. { 0 } & { 0 } & { 0 } & { 0 }
  26. end{pmatrix}, \
  27. J _ { 1 } &=
  28. begin{pmatrix}
  29. { 0 } & { -1} & { 0 } & { 0 } \
  30. { -1} & { 0 } & { 0 } & { 0 } \
  31. { 0 } & { 0 } & { 0 } & { 0 } \
  32. { 0 } & { 0 } & { 0 } & { 0 }
  33. end{pmatrix},
  34. J _ { 2 } &&=
  35. begin{pmatrix}
  36. { 0 } & { 0 } & { -1} & { 0 } \
  37. { 0 } & { 0 } & { 0 } & { 0 } \
  38. { -1} & { 0 } & { 0 } & { 0 } \
  39. { 0 } & { 0 } & { 0 } & { 0 }
  40. end{pmatrix},
  41. J _ { 3 } &&=
  42. begin{pmatrix}
  43. { 0 } & { 0 } & { 0 } & { - 1 } \
  44. { 0 } & { 0 } & { 0 } & { 0 } \
  45. { 0 } & { 0 } & { 0 } & { 0 } \
  46. { - 1 } & { 0 } & { 0 } & { 0 }
  47. end{pmatrix}.
  48. end{align*}
  49. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement