📄 besjz.m
字号:
function f=besjz(n,r);%> besjz.m calculates the real zeros of besselj(n).%> Call besjz(n,r)%> Input: n > 0 is a real number, r > 0 is an integer%> Output: the r first zeros of besselj(n) as a column vector.%> Uses <zed.m> and <zeroai.m> to get a zero-order approx for n > 0.%> Consult Handbook of Mathematical Functions Sect 9.5 for the theory.%>%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -