The following is a screenshot of the formula booklet I'll be able to use in an exam this week. I'm used to seeing the formulae for numerical differentiation in a different format though and I'm not sure how to interpret the ones in the formula booklet:
I'm used to seeing the formulae in the following format:
I want to know how the formulae in the book relate to the ones I'm used to using. I need to understand how to use the formula book versions of the formulae as these are the ones I will have access to in the exam. So, what do the $\Delta$, $\delta$ and $\mu$ symbols mean?


$\Delta$ is the Laplace operator: https://en.wikipedia.org/wiki/Laplace_operator
It's the sum of all second-order derivatives of the function:
$$\text{if for e.g.}\quad f:\Bbb{R}^3 \to \Bbb{R},\ \ f = f(x,y,z)$$ $$\Delta f = \frac{d^2}{dx^2}f(x,y,z)+\frac{d^2}{dy^2}f(x,y,z)+\frac{d^2}{dz^2}f(x,y,z)$$ Generally, $$\text{if}\quad f:\Bbb{R}^n \to \Bbb{R},\ \ f = f(x_1,\dots,x_n)$$ $$\Delta f = \sum_{i=1}^n\frac{d^2}{dx_i^2}f(x_1,\dots,x_n)$$ This gives you back another $\Delta f : \Bbb{R}^n \to \Bbb{R}$ function.
You can also take the Laplace of Laplace-$f$: $$\Delta ^2 f = \Delta (\Delta f) = \sum_{i=1}^n\frac{d^2}{dx_i^2}\Delta f(x_1,\dots,x_n),$$ and the Laplace of the Laplace of Laplace-$f$: $$\Delta ^3 f = \Delta (\Delta^2 f) = \Delta (\Delta (\Delta f)) = \sum_{i=1}^n\frac{d^2}{dx_i^2}\Delta^2 f(x_1,\dots,x_n),$$ and so on.