2.mws
>
restart;
problem #2
>
f:=x->8*x^2-6*x^9;
#define our function
>
f1:=D(f);
#find derivative
>
f1(x);
#answer