Re: [sympy] Google Code-In

2011-11-17 Thread Aaron Meurer
I just looked at the bulk upload requirements, and we need to do some more work on the spreadsheet. Here are the requirements: 1. Title of the task. 2. Description, for markup use HTML. 3. Time to complete in hours, as integer. 4. Link ID's of mentors for this task, comma separated. 5. Diffic

Re: [sympy] Google Code-In

2011-11-17 Thread Aaron Meurer
On Thu, Nov 17, 2011 at 10:33 AM, Aaron Meurer wrote: > I just looked at the bulk upload requirements, and we need to do some > more work on the spreadsheet.  Here are the requirements: > > 1. Title of the task. > > 2. Description, for markup use HTML. > > 3. Time to complete in hours, as integer.

Re: [sympy] Google Code-In

2011-11-17 Thread krastanov.ste...@gmail.com
Hi, I would be able to spent an hour or two on that Saturday afternoon (European time, from 14UTC to 18UTC) and maybe Friday evening (22UTC) but: 1. I have no editing rights on the google docs document. 2. I have logged on melange, but there are no project pages or anything. 3. I may be missing s

Re: [sympy] Google Code-In

2011-11-17 Thread Vladimir Perić
On Thu, Nov 17, 2011 at 6:33 PM, Aaron Meurer wrote: > I just looked at the bulk upload requirements, and we need to do some > more work on the spreadsheet.  Here are the requirements: > > 1. Title of the task. > > 2. Description, for markup use HTML. > > 3. Time to complete in hours, as integer.

[sympy] NotImplementedError: only univariate inequalities are supported

2011-11-17 Thread Joon Lee
I'm trying to solve the 'barnyard' problem with sympy with two equations for 3 variables (it's underconstrained). I want all possible solutions to be displayed, possibly by iterating There are 20 heads and 56 legs, how many chicken, pigs and spiders are there? chickens = Symbol('chickens') pigs

Re: [sympy] Google Code-In

2011-11-17 Thread Aaron Meurer
On Thu, Nov 17, 2011 at 1:24 PM, krastanov.ste...@gmail.com wrote: > Hi, > > I would be able to spent an hour or two on that Saturday afternoon (European > time, from 14UTC to 18UTC) and maybe Friday evening (22UTC) but: OK, I probably won't be able to do it with you live, but go ahead and do any

Re: [sympy] Google Code-In

2011-11-17 Thread Aaron Meurer
On Thu, Nov 17, 2011 at 3:28 PM, Vladimir Perić wrote: > On Thu, Nov 17, 2011 at 6:33 PM, Aaron Meurer wrote: >> I just looked at the bulk upload requirements, and we need to do some >> more work on the spreadsheet.  Here are the requirements: >> >> 1. Title of the task. >> >> 2. Description, for

Re: [sympy] NotImplementedError: only univariate inequalities are supported

2011-11-17 Thread Aaron Meurer
On Thu, Nov 17, 2011 at 3:16 PM, Joon Lee wrote: > I'm trying to solve the 'barnyard' problem with sympy with two > equations for 3 variables (it's underconstrained).  I want all > possible solutions to be displayed, possibly by iterating > > There are 20 heads and 56 legs, how many chicken, pigs