Hi,
when I run those commands in mathematica:
y[x_,A_]:=Sin[x]+A+5
Plot[{y[x,5],y[x,6]},{x,0,5}]
z[x_]:=D[y,x]
Everything seems to go well.
But when I trie to plot the derivative:
Plot[{y[x,5],z[x]},{x,0,5}]
I allways have these errors:
Plot::plnrz[x] is not a machine-size real...