> 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? -- 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.