matlab besselk,【在MATLAB中Bessel函数怎么表示计算】作业帮

1.  Matlab中,支持下列各种Bessel函数的计算:

BESSELJ(NU,Z)    Bessel function of the first kind

BESSELY(NU,Z)    Bessel function of the second kind

BESSELI(NU,Z)    Modified Bessel function of the first kind

BESSELK(NU,Z)    Modified Bessel function of the second kind

BESSELH(NU,K,Z)  Hankel function

AIRY(K,Z)        Airy function

2 . 以第1种为例,有三种调用方法

J = besselj(nu,Z)

J = besselj(nu,Z,1)

[J,ierr] = besselj(nu,Z)

3 以第一种调用方法为例, 在matlab中,键入

format long

z = (0:0.2:1)';

besselj(1,z)

得到如下结果:

ans =

0

0.09950083263924

0.19602657795532

0.28670098806392

0.36884204609417

0.44005058574493

具体可以按以下两种方法在matlab中获得帮助:在matlab命令行键入help bessel

运行help菜单,搜索bessel

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值