n = 5;
syms x;
f = 1/(1+x^2);
g = diff(f,x,n);
ezplot(g,[-5 5])