Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Plot[Log[n!] - (n Log[n] - n), {n, 1, 1000}]
  2.  
  3. DiscretePlot[Log[n!]/(n Log[n] - n), {n, 10, 1000, 10},
  4. PlotRange -> All, Frame -> True]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement