Teljes függvényvizsgálat

syms x real
f = exp(x)/(x-1)
f = 
df = simplify(diff(f))
df = 
ddf = simplify(diff(df))
ddf = 
fplot(f,[-2,5]), grid on