Gere uma galeria de quocientes de diferença
Calcule o quociente de diferença de várias funções e derivadas relacionadas.
In[1]:=

fList = {1, x, x^2, x^3, x^4, 1/x, Sin[x], Cos[x], Sinh[x], Cosh[x],
a^(x)};
dqList = DifferenceQuotient[fList, {x, h}];
derList = Limit[dqList, h -> 0];
Mostre o resultado em uma tabela formatada.
mostre o input completo da Wolfram Language
Out[2]//TraditionalForm=
