Besselk

Parent Previous Next

Besselk


Modified Bessel function of second kind (wiki)



Syntax


Besselk(v, x)

v is a real scalar, x is a scalar

Return a scalar which is the modified Bessel function of second kind 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 modified Bessel function of second kind of for x[i] based on order v[i]


Example


Input

Output

besselk(2, 9)

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

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

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

besselk(1.2, 1-i)


See Also


Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source