Guest User

Untitled

a guest
Jan 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. newcommandddfrac[2]{frac{displaystyle #1}{displaystyle #2}}
  2.  
  3. newcommand{formdim}[2]
  4. {
  5. begin{array}{l:c} % using arydshln for dashed vertical lines
  6. & text{footnotesize Dimensional Analysis} \ \
  7. begin{aligned}
  8. #1
  9. end{aligned} &
  10. begin{array}{c}
  11. #2
  12. end{array}
  13. end{array}
  14. }
  15.  
  16. [
  17. formdim{
  18. I &= ddfrac{mathcal{E}}{R_1} \
  19. &= ddfrac{-0.247}{0.28} \
  20. &= -0.8821428571; A
  21. }{
  22. ddfrac{mathcal{E}}{R_1} = ddfrac{V}{Omega} \ \
  23. ddfrac{ddfrac{kg cdot m^1}{A cdot s^3}}{ddfrac{kg cdot m^2}{s^3 cdot A^2}} \ \
  24. ddfrac{kg cdot m^2 cdot s^3 cdot A^2}{A cdot s^3 cdot kg cdot m^2} \ \
  25. ddfrac{cancel{kg} cdot cancel{m^1} cdot cancel{s^3} cdot A^cancel{2}}{cancel{A} cdot cancel{s^3} cdot cancel{kg} cdot cancel{m^2}} = A \ \
  26. A
  27. } % <------- Here is the pointing of the error
  28. ]
Add Comment
Please, Sign In to add comment