I have a little bit of trouble here
Using Mathematica 10 The question is
Let f= ((ln(x)+e^2(x-2))^13 what is f''''''(1)
I type in f[x_]:=(Log[x]+E^(2x-2))^13
That works fine Then i type D[f[x],{x,6}]
That works fine, but how do I compute put in d(6)d/dx(1)? I