[sympy] UniformSum sampling giving error

2022-02-15 Thread Hrishikesh Sharma
Hi I am trying to create samples from Irwin-Hall distribution, and following two-line code is giving me TypeError. Sampling works for other distributions, but not for this. Am I calling the sampler in a wrong way? My sympy version is 1.9. Regards Hrishikesh. >>> U = stats.Uniform

[sympy] Sympy gamma documentation

2022-02-15 Thread Nicolò Toscano
Hello everyone! I'm Nicolò Toscano, a quantum computing researcher based in Turin, Italy, and in my spare time I'm trying to study symbolic manipulation. I've used Sympy a lot during university and a few weeks ago I discovered Sympy Gamma, which I believe is a great project. The website is qui

Re: [sympy] Sympy gamma documentation

2022-02-15 Thread Aaron Meurer
SymPy itself is heavily documented. https://docs.sympy.org/latest/index.html. Most of what SymPy Gamma does is call out to SymPy. SymPy Gamma itself is not really documented. You will have to read the source code to understand how it works. Note that SymPy Gamma as it is right now will likely be ph

Re: [sympy] Sympy gamma documentation

2022-02-15 Thread David Bailey
On 15/02/2022 20:11, Aaron Meurer wrote: SymPy itself is heavily documented. https://docs.sympy.org/latest/index.html. Most of what SymPy Gamma does is call out to SymPy. SymPy Gamma itself is not really documented. You will have to read the source code to understand how it works. Note that Sy

[sympy] Shutting down SymPy Gamma

2022-02-15 Thread Aaron Meurer
Hi all. As you may know, SymPy Gamma (https://sympygamma.com/) is a site that works similar to Wolfram Alpha, but using SymPy under the hood. SymPy Gamma runs on the Google App Engine. Currently our Google App Engine bills are over $100 a month, with about 3/4 going to SymPy Gamma and the rest go

Re: [sympy] Sympy gamma documentation

2022-02-15 Thread Aaron Meurer
On Tue, Feb 15, 2022 at 2:16 PM David Bailey wrote: > On 15/02/2022 20:11, Aaron Meurer wrote: > > SymPy itself is heavily documented. > > https://docs.sympy.org/latest/index.html. Most of what SymPy Gamma > > does is call out to SymPy. SymPy Gamma itself is not really > > documented. You will ha

[sympy] Reminder: Please share your opinion on a new format for SymPy documentation

2022-02-15 Thread Jeremy Monat
SymPy community, Please share your opinion to help us decide on a new Sphinx theme for SymPy documentation. We identified four promising themes and would appreciate your opinion on them. It should take only about 10 minutes to complete. Thanks! Jeremy Monat -- You rece

Re: [sympy] Shutting down SymPy Gamma

2022-02-15 Thread Jason Moore
One free way to run an app like this is to run it on Heruko's free tier (maybe appengine has that too). It will have limits on # users and resource use, but at least it will run. Jason moorepants.info +01 530-601-9791 On Tue, Feb 15, 2022 at 11:36 PM Aaron Meurer wrote: > Hi all. > > As you ma

Re: [sympy] Shutting down SymPy Gamma

2022-02-15 Thread Aaron Meurer
I believe the App Engine already works that way. It is on a tiered system, meaning the first X hours are free and any further hours are billed at some rate. Based on the current billing table, I believe if we switched off billing so that it turned off once the free tier is used up each month, then