Content deleted Content added
Hdembinski (talk | contribs) m positive is correct |
Correction of a wrong index in the algorithm main expression |
||
Line 35:
Let <math> \mathbf{d}_{i,r} </math> be new control points with <math> \mathbf{d}_{i,0} := \mathbf{c}_{i} </math> for <math> i = k-p, \dots, k</math>. For <math> r = 1, \dots, p </math> the following recursion is applied:
:<math> \mathbf{d}_{i,r} = (1-\alpha_{i,r}) \mathbf{d}_{i-1,r-1} + \alpha_{i,r} \mathbf{d}_{i,
:<math> \alpha_{i,r} = \frac{x-t_i}{t_{i+1+p-r}-t_i}.</math>
|