Re: [sympy] GSOC 2014: Solvers

2014-01-26 Thread mario
You wrote "Methods to solve solvable quintics are implemented in sympy." Apparently only for some of them: it does not solve ``x**5 - 5*x**4 + 30*x**3 - 50*x**2 + 55*x - 21 = 0`` taken from http://en.wikipedia.org/wiki/Quintic_function On Monday, January 27, 2014 3:11:37 AM UTC+1, Harsh Gupta

Re: [sympy] GSOC 2014: Solvers

2014-01-26 Thread Aaron Meurer
On Sun, Jan 26, 2014 at 8:11 PM, Harsh Gupta wrote: > I'm reading and understanding the solvers code. I have started > documenting it here https://github.com/sympy/sympy/wiki/solvers. That's great. Once you are finished we should clean it up and convert it to a page in our docs. Aaron Meurer >

Re: [sympy] GSOC 2014: Solvers

2014-01-26 Thread Harsh Gupta
I'm reading and understanding the solvers code. I have started documenting it here https://github.com/sympy/sympy/wiki/solvers. @Matthew For implementing and dealing with infinite sets I've found a draft by Richard Fateman http://www.cs.berkeley.edu/~fateman/papers/sets.pdf I have skimmed through

Re: [sympy] GSoC 2014: Symbolic Quantum Computing

2014-01-26 Thread Brian Granger
Yes, this is not on the quantum computing stuff, but there is a ton to do on the continuous rep stuff. That PR still requires a ton of work and design thinking, but it is a great place to start. On Sun, Jan 26, 2014 at 1:13 AM, F. B. wrote: > > > On Saturday, January 18, 2014 1:15:49 AM UTC+1, Aa

Re: [sympy] GSoC 2014: Symbolic Quantum Computing

2014-01-26 Thread F. B.
On Saturday, January 18, 2014 1:15:49 AM UTC+1, Aaron Meurer wrote: > There was one from a GSoC project but I can't find it (I guess it was > closed). > Did you mean this one? https://github.com/lazovich/sympy/tree/represent2 I had a look at this some time ago, there are several merge confl