Guest User

Untitled

a guest
May 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. begin{equation}
  2. begin{pmatrix}
  3. dfrac{partial M_x}{partial t}\
  4. dfrac{partial M_y}{partial t}\
  5. dfrac{partial M_z}{partial t}
  6. end{pmatrix}=gammabegin{pmatrix}
  7. M_x\M_y\M_z
  8. end{pmatrix}timesbegin{pmatrix}
  9. 0\0\B_0
  10. end{pmatrix}
  11. end{equation}
  12.  
  13. documentclass{article}
  14. usepackage{amsmath}
  15. begin{document}
  16. begin{equation}
  17. begin{pmatrix}
  18. frac{partial M_x}{partial t}\[jot]
  19. frac{partial M_y}{partial t}\[jot]
  20. frac{partial M_z}{partial t}
  21. end{pmatrix}=gammabegin{pmatrix}
  22. M_x\[jot]M_y\[jot]M_z
  23. end{pmatrix}timesbegin{pmatrix}
  24. 0\[jot]0\[jot]B_0
  25. end{pmatrix}
  26. end{equation}
  27. end{document}
  28.  
  29. documentclass[a4paper,12pt]{article}
  30. usepackage{amsmath}
  31. begin{document}
  32.  
  33. begin{equation}renewcommand{arraystretch}{1.3}
  34. begin{pmatrix}
  35. frac{partial M_x}{partial t}\
  36. frac{partial M_y}{partial t}\
  37. frac{partial M_z}{partial t}
  38. end{pmatrix}=gammabegin{pmatrix}
  39. M_x\M_y\M_z
  40. end{pmatrix}timesbegin{pmatrix}
  41. 0\0\B_0
  42. end{pmatrix}
  43. end{equation}
  44.  
  45. end{document}
  46.  
  47. documentclass{article}
  48. usepackage{amsmath, nccmath}
  49. usepackage{esdiff}
  50. usepackage[math]{cellspace}
  51. setlength{cellspacetoplimit}{2pt}
  52. setlength{cellspacebottomlimit}{2pt}
  53.  
  54. begin{document}
  55.  
  56. begin{equation}
  57. medmath{begin{pmatrix}
  58. diffp{M_x}{t}\
  59. diffp{M_y}{t}\
  60. diffp{M_z}{t}
  61. end{pmatrix}}=gammabegin{pmatrix}
  62. vphantom{medmath{diffp{}{t}}} M_x\ vphantom{medmath{diffp{}{t}}}M_y\ vphantom{medmath{diffp{}{t}}}M_z
  63. end{pmatrix}timesbegin{pmatrix}
  64. vphantom{medmath{diffp{}{t}}}0\ vphantom{medmath{diffp{}{t}}}0\ vphantom{medmath{diffp{}{t}}}B_0
  65. end{pmatrix}
  66. end{equation}
  67.  
  68. end{document}
Add Comment
Please, Sign In to add comment