Besselh

Parent Previous Next

Besselh


Hankel function (Bessel function of third kind) (wiki)



Syntax


Besselh(v, x)

v is a real scalar, x is a scalar

Return a scalar which is the Hankel function of for x based on order v


v is a real row/column vector, x is a row/column vector of the same size

Return a vector in which the element is the Hankel function of for x[i] based on order v[i]


Example


Input

Output

besselh(2, 9)

besselh(5, [2.6;9.6;7.3;5.2])

besselh([2.6;9.6;7.3;5.2], 5)

besselh([1.2;6.9;2.0;1.0], [2.6;9.6;1.2;1.0])

besselh(1.2, 1-i)


See Also


Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator