Guest User

Untitled

a guest
Apr 26th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. begin{document}
  4. begin{equation} label{eq:system_dynamics_l}
  5. begin{bmatrix}
  6. m_1+m_2 & dfrac{1}{2}m_2 L \[4mm]
  7. dfrac{1}{2}m_2 L & dfrac{1}{2}m_2 L^2
  8. end{bmatrix}
  9. begin{bmatrix}
  10. ddot{x} \[4mm] ddot{theta}
  11. end{bmatrix}
  12. + begin{bmatrix}
  13. b & 0 \[4mm]
  14. 0 & c
  15. end{bmatrix}begin{bmatrix}
  16. dot{x} \[4mm] dot{theta}
  17. end{bmatrix}
  18. +begin{bmatrix}
  19. k & 0 \[4mm] 0 & m_2gdfrac{L}{2}
  20. end{bmatrix}begin{bmatrix}
  21. x \[4mm] theta
  22. end{bmatrix}
  23. =begin{bmatrix}
  24. 0 \[4mm] 0
  25. end{bmatrix}
  26. end{equation}
  27. end{document}
Add Comment
Please, Sign In to add comment