Besselj

Parent Previous Next

Besselj


Bessel function of first kind (wiki)



Syntax


Besselj(v, x)

v is a real scalar, x is a scalar

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


Example


Input

Output

besselj(2, 9)

besselj(2, [2.6;9.6;152.3;1.2;1.0])

besselj([2.6;9.6;152.3;1.2;1.0], 2)

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

besselj(1.2, 1-i)


See Also


Created with the Personal Edition of HelpNDoc: Free iPhone documentation generator