Hey all, since I was programming a polynomial interpolater i found it easier to use the expanded divided difference $$ f[x_0 ,...,x_n] = \sum_{j=0}^{n} \frac{f(x_j)}{\Pi_{k}^{n,j \neq k} (x_j - x_k)} $$ , it works, but I can find no proof, any help/ references appreciated.
Second question: how...