Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: bessel_y (<v>, <z>) The Bessel function of the second kind of order v and argument z.
bessel_y is defined as
cos(%pi v) bessel_j(v, z) - bessel_j(-v, z)
-------------------------------------------
sin(%pi v)when v is not an integer. When v is an integer n, the limit as v approaches n is taken.
There are also some inexact matches for bessel_y. Try ?? bessel_y to see them.
(%o1) true (%i2)