-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Description
As discussed in sage-support.
Currently sage can evaluate airy functions numerically:
sage: airy_ai(1.4)
0.0820380498076
but it doesn't work symbolically
sage: airy_ai(x)
...
TypeError: Cannot evaluate symbolic expression to a numeric value.
We should make it symbolical for both airy_ai and airy_bi, as well as their derivatives.
Depends on #12289
Depends on #17130
CC: @kcrisman @burcin @benjaminfjones @fredrik-johansson @eviatarbach
Component: symbolics
Keywords: Airy functions sd40.5 sd48
Author: Oscar Gerardo Lazo Arjona, Benjamin Jones, Douglas McNeil, Eviatar Bach, Ralf Stephan
Branch: 2f6945a
Reviewer: Eviatar Bach, Karl-Dieter Crisman, Burcin Erocal, Ralf Stephan, Jeroen Demeyer, Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/12455