     function result = dffmy ( x )
     result = 5*x^4+3*x^2+8*x-3;


