搜索资源列表
besselzero
- Find first k positive zeros of the Bessel function
BessDerivZerosBisect2
- 计算了贝塞尔函数的一阶导数的零点。 更新BessDerivZerosBisect.m这些变化: 1。允许对m= 0 2。允许用户指定特定的m和k值理想。 3。允许公差输入参数 4。使用一个表的查找能为m和k的小值接近初始化 5。添加错误检查 6。计算衍生w.r.t.以X而不是w.r.t.米(虽然老方法的工作也。)-Calculates the zeros of the first derivatives of Bessel function. Updates B
besselzero
- 找到贝塞尔函数J(n,x)=0或 Y(n,x)=0的前k个解-Find first k positive zeros of the Bessel function J(n,x) or Y(n,x) using Halley s method.
besselzero
- This scr ipt uses Halley s method to compute the positive k zeros of the Bessel function of the first kind J(n,x) and second kind Y(n,x) where n is a positive number. The routine has been tested for up to k=100 and n=100.