besselj
bessely
besseli
besselk
The second argument, x, must be a real matrix, vector, or scalar.
The first argument, alpha, must be greater than or equal to zero. If alpha is a range, it must have an increment equal to one.
If alpha is a scalar, the result is the same size as x.
If alpha is a range, x must be a vector or scalar, and the
result is a matrix with length(x) rows and
length(alpha) columns.
If x has more than one component, both a and b must be scalars. If x is a scalar, a and b must be of compatible dimensions.
For example,
bincoeff (5, 2)
=> 10
If a is scalar, then gammai (a, x) is returned
for each element of x and vice versa.
If neither a nor x is scalar, the sizes of a and x must agree, and gammai is applied element-by-element.
cross ([1,1,0], [0,1,1])
=> [ 1; -1; 1 ]
If only one argument m is given, is returned.
See Magnus and Neudecker (1988), Matrix differential calculus with applications in statistics and econometrics.
See Magnus and Neudecker (1988), Matrix differential calculus with applications in statistics and econometrics.
Go to the first, previous, next, last section, table of contents.