You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Hello
everyone! My professor challenged me to show him that non-mathematica
applications could do the computing that he needs(I'm trying to convert
the college from Mathematica to something open source). He wants a plot
of q-gamma with x=.5, and q going from 0 to .99. My code is as follows:
from mpmath import* plot(qgamma((.5,x),(x,0,.99)))
When I run that, I am getting the error: "TypeError: cannot convert 0.500000000000000 to an integer"
Would you know what's wrong here? I'm sorry if this is a basic question, I'm rather new to all of this. Thanks!
Aaron Meurer
unread,
Aug 14, 2015, 4:06:42 PM8/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message