gamma_inc( a , z )
The incomplete gamma function of z in SageMath. Defined by
Plot on the real axis:
show( plot( gamma_inc(a,x), x, 0, 5, figsize=[4,2], color=(0,.5,1) )
Series expansion about the origin:
show( maxima( gamma_inc(a,z) ).taylor(z,0,5) )
Special values:
show( gamma_inc(a,oo,hold=True), '=', gamma_inc(a,oo) )
Related functions: gamma
Function category: gamma functions sagemath-docs