Tagged Questions
1
vote
2answers
830 views
Function as parameter in Wolfram Mathematica
I want to define some basic functions known from "discrete analysis":
$$I(f)(x):=f(x)$$
$$E(f)(x):=f(x+1)$$
$$\Delta(f)(x) := (E-I)(f)(x) = f(x+1)-f(x)$$
$$\nabla(f)(x) := (I-E^{-1})(f)(x) = ...