Question: how to find nth derivative

Please help me how can i find nth derivative of

1/(1+x^2)

when i do

diff(1/(1+x*x), `$`(x, n))

maple gives

diff(1/(1+x^2), `$`(x, n))

even if i do

value(%)

maple still gives the same answer.

thanks

Please Wait...