Besseli

Parent Previous Next

Besseli


Modified Bessel function of first kind (wiki)



Syntax


Besseli(v, x)

v is a real scalar, x is a scalar

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


Example


Input

Output

besseli(2, 9)

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

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

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

besseli(1.2, 1-i)


See Also


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