Mathematica > Mathematics and Algorithms > Calculus > Discrete Calculus >
Mathematica > Mathematics and Algorithms > Discrete Mathematics > Discrete Calculus >

DifferenceDelta

DifferenceDelta[f, i]
gives the discrete difference _i f=f (i+1)-f (i).
DifferenceDelta[f, {i, n}]
gives the multiple difference TemplateBox[{f, i, n}, DifferenceDelta3].
DifferenceDelta[f, {i, n, h}]
gives the multiple difference with step h.
DifferenceDelta[f, i, j, ...]
computes the partial difference with respect to i, j, ....
  • All quantities that do not explicitly depend on the variables given are taken to have zero partial difference.
Difference with respect to i:
In[1]:=
Click for copyable input
Out[1]=
Difference with step h:
In[2]:=
Click for copyable input
Out[2]=
 
The 5^(th) difference with respect to i:
In[1]:=
Click for copyable input
Out[1]=
The 2^(nd) difference with respect to i and step h:
In[2]:=
Click for copyable input
Out[2]=
 
Enter DifferenceDelta using Esc diffd Esc, and subscripts using Ctrl+_:
In[1]:=
Click for copyable input
Out[1]=
 
DifferenceDelta is the inverse operator to Sum:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team