On Fri, Aug 14, 2015 at 12:16 AM, saad khalid <saad1...@gmail.com> wrote:
>
>> While qgamma isn't a "native" function, there's a qgamma implementation in
>> mpmath, one of the libraries included in Sage, so:
>>
>> from mpmath import qgamma
>> plot(lambda x: qgamma(4,x), (x, 2, 10))
>>
>> should give you a plot of gamma_(q=4).
>
>
> Thank you! Though, looking at the documentation, I think you meant that it's
> q-gamma at x=4?  Also, I was wondering, what does the "lambda x: " part of
> your code do? Or rather, how do I go about calling x later?
>
> Also, what is the best way for me to find functions like this, whose
> implementation I don't know in Sage? When I tried searching q-gamma Sage
> Math" on google, nothing came up, so I tried "q-gamma Maxima,"  but still
> nothing. I hadn't even thought of looking at Sympy. Is there a good way for
> me to know where to look?

I googled sympy q-gamma and got this:
http://docs.sympy.org/dev/modules/mpmath/functions/qfunctions.html

>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to