Bessely

Parent Previous Next

Bessely


Bessel function of second kind (wiki)



Syntax


Bessely(v, x)

v is a real scalar, x is a scalar

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


Example


Input

Output

bessely(2, 9)

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

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

bessely([1.2;6.9;145.3;2.0;1.0], [2.6;9.6;152.3;1.2;1.0])

bessely(1.2, 1-i)


See Also


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