function f = df341(x) % Izracun odvoda funkcije x^3 + 2x^2 + 10x - 20 f = (3*x+4).*x+10;