Re: Ideas for GSoC2008

2008-03-25 Thread Pan Peng
Hi, all, I have finished my proposal for "Boolean Algebra module". Can I send my application to other organizations besides PSF? I remembered last year someone has proposed to three organizations:STScI, PSU, PSF. On Mar 25, 10:16 pm, "Mateusz Paprocki" <[EMAIL PROTECTED]> wrote: >

More ideas of GSoC2008

2008-03-28 Thread Pan Peng
Hi all, I have proposed the "logic algebraic module for sympy" in GSoC and I have two more ideas, which I may also propose to enhance the chance of being choosen. I have already emailed Ondrej about the ideas. Now I list them to get more opinions. (A). as I mentioned before

Re: More ideas of GSoC2008

2008-03-29 Thread Pan Peng
multipliers. I think that (B) could be a lot more work than you think > depending on how well Sympy is set up to handle multiple rings etc. > > --Mike > > On Mar 28, 8:55 am, Pan Peng <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I have proposed the &quo

Comments for applications of GSoC2008

2008-04-01 Thread Pan Peng
Hi all, Since the deadline of GSoC2008 has been extended one more week, I think I may refine my applications better. I have submitted two applications and I hope you guys could give me some comments on how to improve them. Thanks! The Optimization module: http://docs.google.com/Doc?id=d

Re: Comments for applications of GSoC2008

2008-04-03 Thread Pan Peng
any detail. which improvements? " On Apr 4, 1:03 am, "Ondrej Certik" <[EMAIL PROTECTED]> wrote: > Hi Pan! > > On Wed, Apr 2, 2008 at 5:44 AM, Pan Peng <[EMAIL PROTECTED]> wrote: > > > Hi all, > > Since the deadline of GSoC2008 has been exte

Re: Comments for applications of GSoC2008

2008-04-03 Thread Pan Peng
you think? Pan On Apr 4, 1:03 am, "Ondrej Certik" <[EMAIL PROTECTED]> wrote: > Hi Pan! > > On Wed, Apr 2, 2008 at 5:44 AM, Pan Peng <[EMAIL PROTECTED]> wrote: > > > Hi all, > > Since the deadline of GSoC2008 has been extended one more week, I &g

Re: Comments for applications of GSoC2008

2008-04-04 Thread Pan Peng
my application. Or anyone give me some suggestions? Thanks! Pan On Apr 4, 1:40 pm, "Ondrej Certik" <[EMAIL PROTECTED]> wrote: > On Fri, Apr 4, 2008 at 4:09 AM, Pan Peng <[EMAIL PROTECTED]> wrote: > > > Hi Ondrej, > > Yes, I did receive your emai

Re: GSoC applications

2008-04-05 Thread Pan Peng
Hi Ondrej, Thanks for your info. I have changed my application "SymPy: Parametric Optimization and Differential Equations Solver" with more details. It seems to have exceeded the maximum characters (more than 7500 charaters), but I still submitted it without any trouble. Would you

Re: GSoC applications

2008-04-07 Thread Pan Peng
Now I am studying Mercurial and reading some code, I will give a small improvement on odinary differential equation solver in about 2-3 days. I hope that won't be late. Pan On Apr 6, 12:21 am, "Ondrej Certik" <[EMAIL PROTECTED]> wrote: > Hi, > > so far we got applications from Philipp, Goutham,

"Wild() " class

2008-04-09 Thread Pan Peng
I donot quite get the meaning of "Wild" class, If I have an equation, say, a*f(x).diff(x,x) + b*diff(f(x), x) + c*f(x) +d =0 Does a = Wild('a', exclude=[f(x)]) b= Wild('b', exclude=[f(x)]) c = Wild('c', exclude=[f(x)]) give the coefficients of f(x).diff(x,x) , diff(f(x), x) , f(x) , respectiv

Re: Comments for applications of GSoC2008

2008-04-11 Thread Pan Peng
Hi, On Apr 11, 6:08 pm, "Ondrej Certik" <[EMAIL PROTECTED]> wrote: > On Fri, Apr 4, 2008 at 2:22 PM, Pan Peng <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I have post the more detailed implementation of the solver improvement > > in &