bessel专题

C#,计算几何,贝塞耳插值(Bessel‘s interpolation)的算法与源代码

Friedrich Wilhelm Bessel 1 贝塞耳插值(Bessel's interpolation) 首先要区别于另外一个读音接近的插值算法:贝塞尔插值(Bézier)。 (1)读音接近,但不是一个人; (2)一个是多项式(整体)插值,一个是分段插值; (3)一个已经很少用,一个还是应用主力; 贝塞耳插值(Bessel's interpolation)是一种等距节点

bessel 贝塞尔函数的零点 MATLAB MAPLE

算个东西,需要用到bessel函数的根。找到了一个maple的算法,然后改成matlab的。如下:   maple代码的页面:http://www.math.rwth-aachen.de/mapleAnswers/html/155.html 代码: > ZerosBesselJ := proc (maxv, maxs) >     local j, incr, v, h, s; > >