Guest User

Untitled

a guest
Mar 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. immediatewrite18{makeindex jobname.nlo -s nomencl.ist -o jobname.nls}
  2. documentclass[12pt]{report}
  3. DeclareMathSizes{12}{30}{16}{12}
  4. usepackage[utf8]{inputenc}
  5. usepackage{lineno}
  6. usepackage{amsmath}
  7. usepackage{array}
  8. usepackage{mathptmx}
  9. begin{document}
  10. begin{equation}
  11. [L_{ss}]=
  12. begin{bmatrix}
  13. R_s & M_s & M_s \ M_s & R_s & M_s \ M_s & M_s & R_s
  14. end{bmatrix},
  15. [L_{rr}]=
  16. begin{bmatrix}
  17. R_r & M_r & M_r \ M_r & R_r & M_r \ M_r & M_r & R_r
  18. end{bmatrix}
  19. [M_{sr}]=[M_{rs}]^t= M_{sr}
  20. begin{bmatrix}
  21. cos(theta) & cos(theta-4pi/3) & cos(theta-2pi/3) \ cos(theta-2pi/3)
  22. & cos(theta) & cos(theta-4pi/3 \ cos(theta-4pi/3) & cos(theta-2pi/3)
  23. & cos(theta)
  24. end{bmatrix}
  25. end{equation}
  26. end{document}
Add Comment
Please, Sign In to add comment