Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. documentclass[leqno, fleqn,12pt]{article}
  2. usepackage{mathtools}
  3. usepackage{xfrac}
  4. usepackage{multicol}
  5.  
  6. begin{document}
  7.  
  8. section*{List of Common Derivatives}
  9. subsection*{POLYNOMIAL FUNCTIONS}
  10.  
  11. begin{multicols}{3}
  12.  
  13. begin{equation*}
  14. frac{d}{dx} left(cright) = 0 %,where c is a constant
  15. end{equation*}
  16.  
  17. begin{equation*}
  18. frac{d}{dx} left(cxright) = c
  19. end{equation*}
  20.  
  21. begin{equation*}
  22. frac{d}{du} left(u^nright) = nu^{n-1}du
  23. end{equation*}
  24.  
  25. end{multicols}
  26.  
  27. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement