I have a function that looks like this:
likelihood[x_] = -Log[1/24*E^(-8*x)*x^11]
However, when plotting this using
Plot[likelihood[x],{x,0,8}]
Mathematica returns a weird-fuzzy plot. On the other hand, when I use this command
Plot[-Log[1/24*Exp[-8*x]*x^(11)], {x, 0, 8}]
Everythings works out fine. I'm using Mathematica 8 on Ubuntu 12.04. Where's the problem?

:=definition – fizzics Dec 19 '12 at 10:45RandomInteger. – Vincent Dec 19 '12 at 11:28