Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. documentclass[]{report}
  2.  
  3. usepackage{amsmath}
  4.  
  5. begin{document}
  6.  
  7. begin{align}
  8. dot{V} &=, frac{1}{gamma_{2,1}}sigma_{2,1} dot{sigma}_{2,1} + frac{1}{gamma_{2,2}}sigma_{2,2} dot{sigma}_{2,2} + frac{1}{gamma_{2,3}}sigma_{2,3} dot{sigma}_{2,3} notag \
  9. &= -sigma_{2,1}left [ sigma_{2,1}sin^2(x_1)+sigma_{2,2}sin(x_1)x_2 + sigma_{2,3}sin(x_1)uright ] notag \
  10. & -sigma_{2,2}left [ sigma_{2,1}sin(x_1)x_2+sigma_{2,2}x_2^2 + sigma_{2,3}x_2 uright ] - sigma_{2,3}left [ sigma_{2,1}sin(x_1)u+sigma_{2,2}x_2u + sigma_{2,3} u^2right ]notag \
  11. end{align}
  12.  
  13. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement