De Boor's algorithm: Difference between revisions

Content deleted Content added
Undid revision 743614772 by 137.195.120.235 (talk)
Line 29:
== The algorithm ==
 
We can compute the above <math>\mathbf{s}(x)</math> by defining some <math> x \in [u_{\ell},u_{\ell+1}) </math>, setting <math> \mathbf{d}_i^{[0]} = \mathbf{Nd}^0_i(x)_i</math> for <math>i = \ell-n, \dots, \ell</math>, and with these, computing:
 
:<math> \mathbf{d}_i^{[k]} = (1-\alpha_{k,i}) \mathbf{d}_{i-1}^{[k-1]} + \alpha_{k,i} \mathbf{d}_i^{[k-1]}; \qquad k=1,\dots,n; \quad i=\ell-n+k,\dots,\ell </math>