Ask Your Question

Revision history [back]

The bessel_K function is only implemented as far as numerical evaluation (thanks to PARI). For example, if you try:

sage: x = var('x')
sage: f = bessel_K(0,x)
...
TypeError: Cannot evaluate symbolic expression to a numeric value.